fn extract_zipfile<R: Read>(response: R) -> Result<TempDir>
Download and extract a zip, return the TempDir containing the contents.
TempDir