pub async fn download_bitcoin_core_binaries<P: AsRef<Path> + Debug>( version: &str, tmp_dir: &P, dest_dir: &P, dl_start: impl FnOnce(u64), dl_chunk: impl FnMut(u64, u64), dl_finished: impl FnOnce(), ) -> Result<()>