pub unsafe extern "system" fn NtQuerySystemInformation(
    systeminformationclass: SYSTEM_INFORMATION_CLASS,
    systeminformation: *mut c_void,
    systeminformationlength: u32,
    returnlength: *mut u32
) -> NTSTATUS
Expand description

Required features: "Win32_System_WindowsProgramming", "Win32_Foundation"