pub fn unpack_tar_gz(bytes: Vec<u8>) -> Result<FileMap, ConvertError>
Unzips a .tar.gz file, returning the [FileName => FileContents]