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