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