VOID __stdcall MiFreeSessionSpaceMap(){
_MM_SESSION_SPACE *Session;
Session = KeGetCurrentThread()->ApcState.Process->Session;
if( *((_QWORD *)Session + 26) )
KeBugCheckEx(0xBAu, (PVOID)*((unsigned int *)Session + 2), (PVOID)*((unsigned int *)Session + 54), 0i64, 0i64);
}