pub unsafe extern "system" fn NtQueryVolumeInformationFile(
    filehandle: HANDLE,
    iostatusblock: *mut IO_STATUS_BLOCK,
    fsinformation: *mut c_void,
    length: u32,
    fsinformationclass: FS_INFORMATION_CLASS,
) -> NTSTATUS