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