pub type Decimal = D128;
Re-export D128 as the Decimal type for use throughout the crate.
#[repr(C)]pub struct Decimal { /* private fields */ }