Function notmuch_sys::notmuch_database_create_verbose
[−]
[src]
pub unsafe extern "C" fn notmuch_database_create_verbose(
path: *const c_char,
database: *mut *mut notmuch_database_t,
error_message: *mut *const c_char
) -> notmuch_status_t
Like notmuch_database_create
, except optionally return an error
message. This message is allocated by malloc and should be freed by
the caller.