Function notmuch_sys::notmuch_message_properties_destroy [] [src]

pub unsafe extern "C" fn notmuch_message_properties_destroy(
    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)