KdpQuickMoveMemory

VOID __fastcall KdpQuickMoveMemory(CHAR *Destination, CHAR *Source, UINT64 Length){
  signed __int64 v3; 
  if( (_DWORD)Length )
  {
    v3 = Destination - Source;
    do
    {
      Source[v3] = *Source;
      ++Source;
      LODWORD(Length) = Length - 1;
    }
    while( (_DWORD)Length );
  }
}

Referenced by:

KdpCopyContext
KdpGetContextEx
KdpPrint
KdpPrompt
KdpReportExceptionStateChange
KdpSearchMemory
KdpSetContextEx