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