pub(crate) fn copy_entry( entry: Entry<'_, impl Read>, dest: &mut Builder<impl Write>, path: Option<&Path>, ) -> Result<()>
Copy a tar entry to a new tar archive, optionally using a different filesystem path.