pub const fn raw_is_aligned(val: usize, align: usize) -> bool
Is the integer aligned to the given alignment? align must be a power of two.
align