pub fn read_bootstrap_cache_file<F>( path: PathBuf, callback: F, ) -> Result<(IanaRegistry, HttpData), Error>where F: FnOnce(String),