Function mongocrypt_sys::mongocrypt_status_ok
source ยท pub unsafe extern "C" fn mongocrypt_status_ok(
status: *mut mongocrypt_status_t,
) -> bool
Expand description
Returns true if the status indicates success.
@param[in] status The status to check.
@returns A boolean indicating success. If false, an error status is set. Retrieve it with @ref mongocrypt_ctx_status