pub type MapContainsKeyFn = for<'map, 'key> unsafe fn(_: OpaqueConst<'map>, _: OpaqueConst<'key>) -> bool;Expand description
Check if the map contains a key
ยงSafety
The map parameter must point to aligned, initialized memory of the correct type.
pub type MapContainsKeyFn = for<'map, 'key> unsafe fn(_: OpaqueConst<'map>, _: OpaqueConst<'key>) -> bool;Check if the map contains a key
The map parameter must point to aligned, initialized memory of the correct type.