NSMapGet

Function NSMapGet 

Source
pub unsafe extern "C-unwind" fn NSMapGet(
    table: &NSMapTable,
    key: *const c_void,
) -> *mut 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.