pub fn fold_type_param<F>(f: &mut F, node: TypeParam) -> TypeParamwhere
    F: Fold + ?Sized,
Available on crate feature fold only.