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
source
must be a valid pointer.dest
must be a valid pointer.