pub fn fold_ts_tuple_element<V>(
    _visitor: &mut V,
    n: TsTupleElement
) -> TsTupleElement where
    V: Fold + ?Sized