pub type MapIterFn = for<'map> unsafe fn(_: PtrConst<'map>) -> PtrMut<'map>;
Get an iterator over the map
The map parameter must point to aligned, initialized memory of the correct type.
map