NSMapInsert

Function NSMapInsert 

Source
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

  • table generic should be of the correct type.
  • key must be a valid pointer or null.
  • value must be a valid pointer or null.