pub type MapLenFn = for<'map> unsafe fn(PtrConst<'map>) -> usize;
Get the number of entries in the map
The map parameter must point to aligned, initialized memory of the correct type.
map