pub const fn for_ref<'a, A: ?Sized>() -> SameLayout<*const A, &'a A>
A proof that any reference has same layout as a raw pointer.