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