pub type EvText = _evtext_t;
#[repr(C)]pub struct EvText { pub text: *const i8, pub cpos: u32, pub len: i32, }
text: *const i8
cpos: u32
len: i32