pub unsafe extern "C-unwind" fn NSShouldRetainWithZone(
an_object: &AnyObject,
requested_zone: *mut NSZone,
) -> boolAvailable on crate features
NSObject and NSZone only.Expand description
ยงSafety
an_objectshould be of the correct type.requested_zonemust be a valid pointer or null.