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