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