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