pub type SQL_DATE_STRUCT = DATE_STRUCT;
#[repr(C)]pub struct SQL_DATE_STRUCT { pub year: i16, pub month: u16, pub day: u16, }
year: i16
month: u16
day: u16