Function mongocrypt_sys::mongocrypt_ctx_status
source ยท pub unsafe extern "C" fn mongocrypt_ctx_status(
ctx: *mut mongocrypt_ctx_t,
status: *mut mongocrypt_status_t,
) -> bool
Expand description
Get the status associated with a @ref mongocrypt_ctx_t object.
@param[in] ctx The @ref mongocrypt_ctx_t object. @param[out] status Receives the status.
@returns True if the output is an ok status, false if it is an error status.
@see mongocrypt_status_ok