pub type UnalignedView<B, T> = Ref<B, Unalign<T>>;
pub struct UnalignedView<B, T>(/* private fields */);