RtlZeroMemory v0.1.0
Fills a memory range with zeros.
Package: Windows
Microsoft documentation: RtlZeroMemory
Signature
func RtlZeroMemory(
destination: *opaque,
length: uint
);
destination must be writable for length bytes.
See also
RtlFillMemory— fill with another byte valueWindows— the package overview