pub unsafe extern "C" fn notmuch_status_to_string(
status: notmuch_status_t,
) -> *const c_charExpand description
Get a string representation of a notmuch_status_t value.
The result is read-only.
pub unsafe extern "C" fn notmuch_status_to_string(
status: notmuch_status_t,
) -> *const c_charGet a string representation of a notmuch_status_t value.
The result is read-only.