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