Function windows::Wdk::Storage::FileSystem::NtSetInformationFile

pub unsafe fn NtSetInformationFile<P0>(
    filehandle: P0,
    iostatusblock: *mut IO_STATUS_BLOCK,
    fileinformation: *const c_void,
    length: u32,
    fileinformationclass: FILE_INFORMATION_CLASS,
) -> NTSTATUS
where P0: Param<HANDLE>,