pub type UnsignedInteger<const BITS: u8> = SerdeInteger<false, false, BITS>;
pub struct UnsignedInteger<const BITS: u8> { /* private fields */ }