pub fn pad_rows_fixed<R>( rows: &mut Vec<R>, row_fn: impl Fn() -> R, height: Option<usize>, )where R: Clone,
Pad to the next multiple of 32, with an option to specify the fixed height.