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

type notmuch_query_search_messages_st = unsafe extern "C" fn(query: *mut notmuch_query_t, out: *mut *mut notmuch_messages_t) -> notmuch_status_t;

Deprecated alias for notmuch_query_search_messages

@deprecated Deprecated as of libnotmuch 5 (notmuch 0.25). Please use notmuch_query_search_messages instead.