VOID
RtlFillMemory(
IN PVOID Destination,
IN ULONG Length,
IN UCHAR Fill
);
RtlFillMemory fills a caller-supplied buffer with the given character.
Callers of RtlFillMemory can be running at any IRQL, provided that the Destination buffer is resident.