pub fn fold_type_param<U, F: Fold<U> + ?Sized>( folder: &mut F, node: TypeParam<U>, ) -> Result<TypeParam<F::TargetU>, F::Error>