pub(crate) fn aligned_to<T: AsAddress, U>(t: T) -> bool
Is t aligned to mem::align_of::<U>()?
t
mem::align_of::<U>()