pub unsafe fn ZwQueryVolumeInformationFile<P0>(
    filehandle: P0,
    iostatusblock: *mut IO_STATUS_BLOCK,
    fsinformation: *mut c_void,
    length: u32,
    fsinformationclass: FS_INFORMATION_CLASS,
) -> NTSTATUS
where P0: Param<HANDLE>,