pub fn raw_assign_fixed<F: Field>( region: &mut Region<'_, F>, column: Column<Fixed>, offset: usize, value: F, ) -> Cell
Assign fixed to physical region.