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