pub type div_t = Struct_Unnamed20;
#[repr(C)]pub struct div_t { pub quot: i32, pub rem: i32, }
quot: i32
rem: i32