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