pub type EvButton = _evbutton_t;
#[repr(C)]pub struct EvButton { pub index: u32, pub state: i32, pub text: *const i8, }
index: u32
state: i32
text: *const i8