pub fn visit_ts_tuple_elements<V: ?Sized + Visit>(
    _visitor: &mut V,
    n: &[TsTupleElement]
)