pub unsafe extern "C-unwind" fn NSMapInsert(
table: &NSMapTable,
key: *const c_void,
value: *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.valuemust be a valid pointer or null.