pub type ListCapacityFn = unsafe fn(PtrConst) -> usize;
Get the current capacity of the list.
The list parameter must point to aligned, initialized memory of the correct type.
list