pub const fn round_up(n: usize, align: usize) -> usize
Round n up to a multiple of align, which must be a power of two.
n
align