pub const fn align_up(value: usize, alignment: usize) -> usize
Align a value up to the next multiple of alignment.