pub type mc_info_t = mc_info;
#[repr(C)]pub struct mc_info_t { pub mi_nentries: u32, pub flags: u32, pub mi_data: [u64; 95], }
mi_nentries: u32
flags: u32
mi_data: [u64; 95]