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