pub const fn align_up<const N: usize>(p: usize) -> usize
Increases p as little as possible (including possibly 0) such that it becomes a multiple of N.
p
N