type Layout<F, const COLUMNS: usize> = Vec<Box<dyn WitnessCell<F, Vec<F>, COLUMNS>>>;
struct Layout<F, const COLUMNS: usize> { /* private fields */ }