pub unsafe extern "C" fn xmpp_send_error(
    conn: *mut xmpp_conn_t,
    type_: xmpp_error_type_t,
    text: *mut c_char
)