Function NSHashInsertIfAbsent

Source
pub unsafe extern "C-unwind" fn NSHashInsertIfAbsent(
    table: &NSHashTable,
    pointer: *const c_void,
) -> *mut c_void
Available on crate feature NSHashTable only.