pub type MapIterNextFn = for<'iter> unsafe fn(Opaque<'iter>) -> Option<(OpaqueConst<'iter>, OpaqueConst<'iter>)>;Expand description
Get the next key-value pair from the iterator
ยงSafety
The iter parameter must point to aligned, initialized memory of the correct type.