[][src]Function libmosquitto_sys::mosquitto_topic_matches_sub

pub unsafe extern "C" fn mosquitto_topic_matches_sub(
    sub: *const c_char,
    topic: *const c_char,
    result: *mut bool
) -> c_int