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,
) -> NTSTATUSwhere
P0: Param<HANDLE>,