pub type threadlocinfo = threadlocaleinfostruct;
struct threadlocinfo {Show 18 fields
pub refcount: i32,
pub lc_codepage: u32,
pub lc_collate_cp: u32,
pub lc_handle: [u32; 6],
pub lc_id: [tagLC_ID; 6],
pub lc_category: [threadlocaleinfostruct__bindgen_ty_1; 6],
pub lc_clike: i32,
pub mb_cur_max: i32,
pub lconv_intl_refcount: *mut i32,
pub lconv_num_refcount: *mut i32,
pub lconv_mon_refcount: *mut i32,
pub lconv: *mut lconv,
pub ctype1_refcount: *mut i32,
pub ctype1: *mut u16,
pub pctype: *const u16,
pub pclmap: *const u8,
pub pcumap: *const u8,
pub lc_time_curr: *mut __lc_time_data,
}
§lc_handle: [u32; 6]