MapLenFn

Type Alias MapLenFn 

Source
pub type MapLenFn = unsafe fn(map: PtrConst) -> 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.