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