pub fn fold_ts_type_params<V>(
    _visitor: &mut V,
    n: Vec<TsTypeParam, Global>
) -> Vec<TsTypeParam, Global> where
    V: Fold + ?Sized