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