pub unsafe extern "C-unwind" fn NSAllocateObject(
a_class: &AnyClass,
extra_bytes: NSUInteger,
zone: *mut NSZone,
) -> Retained<AnyObject>Available on crate features
NSObject and NSZone only.Expand description
********* Object Allocation / Deallocation ******
ยงSafety
a_classprobably has further requirements.zonemust be a valid pointer or null.