pub type SliceAsPtrFn = unsafe fn(slice: PtrConst) -> PtrConst;
Get pointer to the data buffer of the slice
The slice parameter must point to aligned, initialized memory of the correct type.
slice