pub async fn download_to_file( client: &Client, url: &str, file: &mut File, ) -> Result<()>
Download a url using a GET request to a tokio file.