Function NSMapInsertIfAbsent

Source
pub unsafe extern "C-unwind" fn NSMapInsertIfAbsent(
    table: &NSMapTable,
    key: *const c_void,
    value: *const c_void,
) -> *mut c_void
Available on crate feature NSMapTable only.