Function mongocrypt_sys::mongocrypt_status_new

source ยท
pub unsafe extern "C" fn mongocrypt_status_new() -> *mut mongocrypt_status_t
Expand description

Create a new status object.

Use a new status object to retrieve the status from a handle by passing this as an out-parameter to functions like @ref mongocrypt_ctx_status. When done, destroy it with @ref mongocrypt_status_destroy.

@returns A new status object.