pub const fn raw_align_down(val: usize, align: usize) -> usize
Align down an integer to the given alignment. align must be a power of two.
align