Function mongocrypt_sys::mongocrypt_kms_ctx_status
source ยท pub unsafe extern "C" fn mongocrypt_kms_ctx_status(
kms: *mut mongocrypt_kms_ctx_t,
status: *mut mongocrypt_status_t,
) -> bool
Expand description
Get the status associated with a @ref mongocrypt_kms_ctx_t object.
@param[in] kms The @ref mongocrypt_kms_ctx_t object. @param[out] status Receives the status.
@returns A boolean indicating success. If false, an error status is set.