pub type CombFn<F> = Box<dyn Fn(&[F]) -> F + Send + Sync>;
Sumcheck combination function: maps MLE evaluations to a single field element.
pub struct CombFn<F>(/* private fields */);