pub type A8Bytes<N> = Aligned<A8, GenericArray<u8, N>>;
An alias representing 8-byte aligned bytes, mainly to save typing
pub struct A8Bytes<N> { /* private fields */ }