Function objc2_foundation::NSAllocateObject
source ยท pub unsafe extern "C" fn NSAllocateObject(
a_class: &AnyClass,
extra_bytes: NSUInteger,
zone: *mut NSZone
) -> NonNull<AnyObject>
Available on crate features
NSObject
and NSZone
only.