Function windows::Wdk::Storage::FileSystem::IoQueryVolumeInformation

pub unsafe fn IoQueryVolumeInformation(
    fileobject: *const FILE_OBJECT,
    fsinformationclass: FS_INFORMATION_CLASS,
    length: u32,
    fsinformation: *mut c_void,
    returnedlength: *mut u32,
) -> NTSTATUS