Type Definition xmpp_log_handler
libstrophe_sys_bindgen
type xmpp_log_handler = Option<unsafe extern "C" fn(_: *const c_void, _: xmpp_log_level_t, _: *const c_char, _: *const c_char)>;