RtlZeroMemory v0.1.0

Source
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