SliceAsPtrFn

Type Alias SliceAsPtrFn 

Source
pub type SliceAsPtrFn = unsafe fn(slice: PtrConst<'_>) -> PtrConst<'_>;
Expand description

Get pointer to the data buffer of the slice

ยงSafety

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