pub type SignedVariableFloat<const BITS: u8, const FRACTION_DIGITS: u8> = SerdeFloat<true, true, BITS, FRACTION_DIGITS>;
pub struct SignedVariableFloat<const BITS: u8, const FRACTION_DIGITS: u8> { /* private fields */ }