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