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