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