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