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