pub unsafe extern "system" fn ZwQuerySystemInformationEx(
    SystemInformationClass: SYSTEM_INFORMATION_CLASS,
    InputBuffer: *mut c_void,
    InputBufferLength: u32,
    SystemInformation: *mut c_void,
    SystemInformationLength: u32,
    ReturnLength: *mut u32
) -> NTSTATUS