pub type MultilinearWitness<'a, P> = Arc<dyn MultilinearPoly<P> + Send + Sync + 'a>;
struct MultilinearWitness<'a, P> { /* private fields */ }