[][src]Type Definition melib::backends::notmuch::bindings::notmuch_query_count_messages_st

type notmuch_query_count_messages_st = unsafe extern "C" fn(query: *mut notmuch_query_t, count: *mut c_uint) -> notmuch_status_t;

Deprecated alias for notmuch_query_count_messages

@deprecated Deprecated since libnotmuch 5.0 (notmuch 0.25). Please use notmuch_query_count_messages instead.