pub type ByteArray<U> = Array<u8, U>;
Byte array type.
struct ByteArray<U>(pub <U as ArraySize>::ArrayType<u8>);
0: <U as ArraySize>::ArrayType<u8>