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.