KsepRegistryCloseKey

VOID __stdcall KsepRegistryCloseKey(PVOID KeyHandle){
  if( KeyHandle )
  {
    ZwClose(KeyHandle);
    _InterlockedIncrement(&dword_140C2A7FC);
  }
}

Referenced by:

KsepEngineReadFlags
KsepMatchInitBiosInfo