SliceAsMutPtrFn

Type Alias SliceAsMutPtrFn 

Source
pub type SliceAsMutPtrFn = unsafe fn(slice: PtrMut) -> PtrMut;
Expand description

Get mutable pointer to the data buffer of the slice

ยงSafety

The slice parameter must point to aligned, initialized memory of the correct type.