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