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