Function windows::Win32::Storage::FileSystem::WofSetFileDataLocation
pub unsafe fn WofSetFileDataLocation<P0>(
filehandle: P0,
provider: u32,
externalfileinfo: *const c_void,
length: u32,
) -> Result<()>where
P0: Param<HANDLE>,