windows::Wdk::Storage::FileSystem

Function NtSetVolumeInformationFile

pub unsafe fn NtSetVolumeInformationFile(
    filehandle: HANDLE,
    iostatusblock: *mut IO_STATUS_BLOCK,
    fsinformation: *const c_void,
    length: u32,
    fsinformationclass: FS_INFORMATION_CLASS,
) -> NTSTATUS