UNLOCK_CM_RM_LIST

VOID __stdcall UNLOCK_CM_RM_LIST(INT64 a1, INT64 a2){
  ExReleaseFastMutexUnsafe(&CmpRmListLock);
  KeLeaveCriticalRegionThread(KeGetCurrentThread());
}

Referenced by:

CmpInitCmRM