pub(crate) async fn DownloadFile( Client: &Client, URL: &str, DestinationPath: &Path, ) -> Result<()>
Downloads a file from a URL to a specified path.