pub async fn cache_bookmark_icon_to_store( store: &HashtreeStore, source_url: Option<&str>, source_manifest_url: Option<&str>, icon_url: Option<&str>, ) -> Result<Option<String>>