MiPrepareToHotPatchImagePatchCallback

CHAR __fastcall MiPrepareToHotPatchImagePatchCallback(_DWORD *a1, INT64 a2, UINT64 a3, UINT8 a4){
  if( a1[2] == a4 || (a3 & 0xFC000) == 376832 )
  {
    RtlDetermineHotPatchExtent((unsigned int)a3);
    RtlClearBits(*(RTL_BITMAP **)(*(_QWORD *)a1 + 48i64), 0i64, 1ui64);
  }
  return 0;
}

Referenced by:

RtlEnumerateHotPatchPatches