pub type decSingle = decimal32;
#[repr(C, align(4))]pub struct decSingle { pub bytes: [u8; 4], }
bytes: [u8; 4]