pub fn fold_opt_attribute_selector_matcher<V: ?Sized + Fold>(
    _visitor: &mut V,
    n: Option<AttributeSelectorMatcher>
) -> Option<AttributeSelectorMatcher>