pub type EvTbCell = _evtbcell_t;
#[repr(C)]pub struct EvTbCell { pub text: *const i8, pub align: i32, }
text: *const i8
align: i32