KeInitializeMutantEx

VOID __fastcall KeInitializeMutantEx(KMUTANT *a1, UINT8 a2){
  KiInitializeMutant(a1, a2, 0);
}

Referenced by:

NtCreateMutant