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

type notmuch_message_properties_destroy = unsafe extern "C" fn(properties: *mut notmuch_message_properties_t);

Destroy a notmuch_message_properties_t object.

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

@since libnotmuch 4.4 (notmuch 0.23)