pub async fn extract_seekable_zip<R: AsyncRead + AsyncSeek + Unpin>( destination: &Path, reader: R, ) -> Result<()>