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

type notmuch_messages_destroy = unsafe extern "C" fn(messages: *mut notmuch_messages_t);

Destroy a notmuch_messages_t object.

It's not strictly necessary to call this function. All memory from the notmuch_messages_t object will be reclaimed when the containing query object is destroyed.