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