pub unsafe extern "C-unwind" fn NSCopyObject(
object: &AnyObject,
extra_bytes: NSUInteger,
zone: *mut NSZone,
) -> Retained<AnyObject>๐Deprecated: Not supported
Available on crate features
NSObject and NSZone only.Expand description
ยงSafety
objectshould be of the correct type.zonemust be a valid pointer or null.