pub fn visit_trait_bound_modifier<'ast, V>(
    v: &mut V,
    node: &'ast TraitBoundModifier
)where
    V: Visit<'ast> + ?Sized,