Function objc2_foundation::NSZoneCalloc

source ยท
pub unsafe extern "C" fn NSZoneCalloc(
    zone: *mut NSZone,
    num_elems: NSUInteger,
    byte_size: NSUInteger
) -> NonNull<c_void>
Available on crate feature NSZone only.