RtlFillMemory
Fills a memory range with a byte value.
Module: Windows
Microsoft documentation: RtlFillMemory
Signature
rux
func RtlFillMemory(destination: *opaque, length: uint, fill: int32);Writes the low 8 bits of fill to each of length bytes. destination must be writable for the complete range.
See also
RtlZeroMemory— fill with zeroMemory operations— raw memory API overview