pub unsafe extern "C-unwind" fn NSMapRemove(
table: &NSMapTable,
key: *const c_void,
)Available on crate feature
NSMapTable only.Expand description
ยงSafety
tablegeneric should be of the correct type.keymust be a valid pointer or null.