pub type EvKey = _evkey_t;
#[repr(C)]pub struct EvKey { pub key: _key_t, pub modifiers: u32, }
key: _key_t
modifiers: u32