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