pub unsafe extern "system" fn NtQuerySystemInformationEx(
    SystemInformationClass: SYSTEM_INFORMATION_CLASS,
    InputBuffer: PVOID,
    InputBufferLength: ULONG,
    SystemInformation: PVOID,
    SystemInformationLength: ULONG,
    ReturnLength: PULONG
) -> NTSTATUS