NSCopyMemoryPages(_:_:_:)
Copies a block of memory.
Declaration
func NSCopyMemoryPages(_ source: UnsafeRawPointer, _ dest: UnsafeMutableRawPointer, _ bytes: Int)Discussion
Copies (or copies on write) byteCount bytes from source to destination.