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