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