mosquitto_unsubscribe_callback_set

Function mosquitto_unsubscribe_callback_set 

Source
pub unsafe extern "C" fn mosquitto_unsubscribe_callback_set(
    mosq: *mut mosquitto,
    on_unsubscribe: Option<unsafe extern "C" fn(arg1: *mut mosquitto, arg2: *mut c_void, arg3: c_int)>,
)