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