NTSTATUS __fastcall KeInitializeMutant(INT64 a1, INT8 a2){ NTSTATUS result; KiInitializeMutant((_KMUTANT *)a1, a2, 0); return result; }