pub unsafe extern "C-unwind" fn NSMapMember(
table: &NSMapTable,
key: NonNull<c_void>,
original_key: *mut *mut c_void,
value: *mut *mut c_void,
) -> boolAvailable on crate feature
NSMapTable only.Expand description
ยงSafety
tablegeneric should be of the correct type.keymust be a valid pointer.original_keymust be a valid pointer or null.valuemust be a valid pointer or null.