Function windows::Wdk::Storage::FileSystem::IoSetInformation

pub unsafe fn IoSetInformation(
    fileobject: *const FILE_OBJECT,
    fileinformationclass: FILE_INFORMATION_CLASS,
    length: u32,
    fileinformation: *const c_void,
) -> NTSTATUS