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