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