NTSTATUS __stdcall KeIsCetCapable(INT64 a1, INT64 a2){ NTSTATUS result; LOBYTE(result) = KiCetCapable != 0; return result; }