NCVMemSegment
#include <NCV.hpp> struct NCVMemSegment { // fields NCVMemPtr begin; size_t size; // methods void clear(); };