pub type SliceAsMutPtrFn = unsafe fn(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