Function mongocrypt_sys::mongocrypt_status

source ยท
pub unsafe extern "C" fn mongocrypt_status(
    crypt: *mut mongocrypt_t,
    status: *mut mongocrypt_status_t,
) -> bool
Expand description

Get the status associated with a @ref mongocrypt_t object.

@param[in] crypt The @ref mongocrypt_t object. @param[out] status Receives the status.

@returns A boolean indicating success. If false, an error status is set. Retrieve it with @ref mongocrypt_ctx_status