Function mongocrypt_sys::mongocrypt_ctx_kms_done
source ยท pub unsafe extern "C" fn mongocrypt_ctx_kms_done(
ctx: *mut mongocrypt_ctx_t,
) -> bool
Expand description
Call when done handling all KMS contexts.
@param[in] ctx The @ref mongocrypt_ctx_t object.
@returns A boolean indicating success. If false, an error status is set. Retrieve it with @ref mongocrypt_ctx_status