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