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