Type Alias MIR_str_t

Source
pub type MIR_str_t = MIR_str;

Aliased Type§

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

Fields§

§len: usize§s: *const i8