pub unsafe fn IoCheckQuerySetVolumeInformation<P0>(
    fsinformationclass: FS_INFORMATION_CLASS,
    length: u32,
    setoperation: P0
) -> NTSTATUS
where P0: Param<BOOLEAN>,