pub type FPtr_event_handler = Option<unsafe extern "C" fn(obj: *mut c_void, event: *mut Event)>;
pub enum FPtr_event_handler { None, Some(unsafe extern "C" fn(*mut c_void, *mut _event_t)), }
No value.
Some value of type T.
T