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