pub const fn align_offset(addr: usize, align: usize) -> usize
Returns the offset of the address within the alignment.
Equivalent to addr % align, but the alignment must be a power of two.
addr % align