pub type DownloadCallback = Arc<dyn Fn(&str) + Send + Sync>;
pub struct DownloadCallback { /* private fields */ }