pub type SliceLenFn = unsafe extern "C" 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