pub type LineMemRef = MemRef<1>;
pub struct LineMemRef { pub allocated: *mut c_void, /* private fields */ }
allocated: *mut c_void
Pointer to the allocated memory