PsRevertToSelf

VOID PsRevertToSelf(void){
  PsImpersonateClient((_ETHREAD *)KeGetCurrentThread(), 0i64, 0, 0, SecurityImpersonation);
}

Referenced by:

EtwpCreateLogFile