pub unsafe extern "system" fn FltQueryVolumeInformation(
    instance: PFLT_INSTANCE,
    iosb: *mut IO_STATUS_BLOCK,
    fsinformation: *mut c_void,
    length: u32,
    fsinformationclass: FS_INFORMATION_CLASS
) -> NTSTATUS
Expand description

Required features: "Win32_Foundation", "Win32_System_IO"