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