MiPrepareToHotPatchImagePatchCallback

char __fastcall MiPrepareToHotPatchImagePatchCallback(_DWORD *a1, __int64 a2, unsigned int a3, unsigned __int8 a4){
  if( a1[2] == a4 || (a3 & 0xFC000) == 376832 )
  {
    RtlDetermineHotPatchExtent(a3);
    RtlClearBits(*(PRTL_BITMAP *)(*(_QWORD *)a1 + 48i64), 0, 1u);
  }
  return 0;
}

Referenced by:

RtlEnumerateHotPatchPatches