pub type UpHexArray = HexArray<true>;
Adapter to serialize a byte array as an uppercase hex string
pub struct UpHexArray {}