RtlCopyMemory
Copies bytes between non-overlapping memory ranges.
Module: Windows
Microsoft documentation: RtlCopyMemory
Signature
rux
func RtlCopyMemory(destination: *opaque, source: *const opaque,
length: uint);Both ranges must be valid for length bytes and must not overlap. Invalid pointers, undersized buffers, or overlap can corrupt memory.
See also
Memory operations— raw memory API overview