pub(crate) fn grid_span_width( col_widths: &[i32], col_gap: i32, col: usize, col_span: usize, ) -> i32
col から col_span 列ぶんの合計幅(内側の col_gap を含む)。