pub type xmpp_timed_handler = Option<unsafe extern "C" fn(conn: *mut xmpp_conn_t, userdata: *mut c_void) -> c_int>;
pub enum xmpp_timed_handler { None, Some(unsafe extern "C" fn(*mut _xmpp_conn_t, *mut c_void) -> i32), }
No value.
Some value of type T.
T