Function mongocrypt_sys::mongocrypt_ctx_mongo_done

source ยท
pub unsafe extern "C" fn mongocrypt_ctx_mongo_done(
    ctx: *mut mongocrypt_ctx_t,
) -> bool
Expand description

Call when done feeding the reply (or replies) back to the context.

@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