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