Function objc2_foundation::NSMapInsertIfAbsent

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