// usermode_accessors.h
VOID RtlCopyToUser(
volatile VOID *Destination,
const VOID *Source,
SIZE_T Length
);
View the official Windows Driver Kit DDI referenceNo description available.
The RtlCopyToUser function is reserved for system use.
DestinationSourceLength