pub type Marpa_Event = marpa_event;
struct Marpa_Event { pub t_type: i32, pub t_value: i32, }
t_type: i32
t_value: i32