pub type imaxdiv_t = _Lldiv_t;
#[repr(C)]pub struct imaxdiv_t { pub quot: i64, pub rem: i64, }
quot: i64
rem: i64