[][src]Function libmosquitto_sys::mosquitto_topic_matches_sub2

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