pub type event_callback_fn = Option<unsafe extern "C" fn(arg1: c_int, arg2: c_short, arg3: *mut c_void)>;
pub enum event_callback_fn { None, Some(unsafe extern "C" fn(i32, i16, *mut c_void)), }
No value.
Some value of type T.
T