Function NSAllocateMemoryPages

Source
pub unsafe extern "C-unwind" fn NSAllocateMemoryPages(
    bytes: NSUInteger,
) -> NonNull<c_void>
Available on crate feature NSZone only.