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