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