pub type SliceLenFn = unsafe fn(PtrConst<'_>) -> usize;
Get the number of items in the slice
The slice parameter must point to aligned, initialized memory of the correct type.
slice