pub fn copy<R>( src: &mut Entry<'_, R>, dst: &mut TarEntry, limit: u64, ) -> Result<usize, Error>where R: Read,