pub type lldiv_t = Struct_Unnamed21;
struct lldiv_t { pub quot: i64, pub rem: i64, }
quot: i64
rem: i64