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