KdpQuickMoveMemory

VOID __stdcall KdpQuickMoveMemory(INT8 *Destination, INT8 *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