Function NSCopyObject

Source
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.