pub unsafe extern "C-unwind" fn NSCopyMemoryPages(
source: NonNull<c_void>,
dest: NonNull<c_void>,
bytes: NSUInteger,
)Available on crate feature
NSZone only.Expand description
ยงSafety
sourcemust be a valid pointer.destmust be a valid pointer.