PopReleaseIrpWorkerLock

VOID __stdcall PopReleaseIrpWorkerLock(){
  KeReleaseGuardedMutex((PKGUARDED_MUTEX)((char *)&PopIrpWorkerControlEvent + 64));
}

Referenced by:

PopIrpWorker