pub type InnerPreciseDecimal = I256;
#[repr(transparent)]pub struct InnerPreciseDecimal(pub BInt<4>);
0: BInt<4>