CmpBounceContextCopyDataToCallerBuffer

VOID __fastcall CmpBounceContextCopyDataToCallerBuffer(UINT8 **a1, UINT64 a2){
  UINT8 *v3; 
  v3 = a1[1];
  if( *a1 != v3 )
    memmove(*a1, v3, a2);
}

Referenced by:

NtQueryMultipleValueKey