pub unsafe extern "C-unwind" fn NSZoneCalloc(
zone: *mut NSZone,
num_elems: NSUInteger,
byte_size: NSUInteger,
) -> NonNull<c_void>Available on crate feature
NSZone only.Expand description
ยงSafety
zone must be a valid pointer or null.