pub type MIR_str_t = MIR_str;
#[repr(C)]pub struct MIR_str_t { pub len: usize, pub s: *const i8, }
len: usize
s: *const i8