pub fn pad_rows_fixed<R: Clone>( rows: &mut Vec<R>, row_fn: impl Fn() -> R, size_log2: Option<usize>, )