pub type event_t = event_struct;
struct event_t { pub type_: u32, pub win: *mut glk_window_struct, pub val1: u32, pub val2: u32, }
type_: u32
win: *mut glk_window_struct
val1: u32
val2: u32