pub fn extract_tarball_strip_one(src: &Path, dest_dir: &Path) -> Result<()>
Extracts a .tar.gz archive, stripping the first path component.
.tar.gz
Returns an error if the archive cannot be opened, decompressed, or extracted.