pub unsafe extern "C" fn mongocrypt_setopt_use_need_mongo_collinfo_with_db_state(
crypt: *mut mongocrypt_t,
)
Expand description
@brief Opt-into handling the MONGOCRYPT_CTX_NEED_MONGO_COLLINFO_WITH_DB state.
A context enters the MONGOCRYPT_CTX_NEED_MONGO_COLLINFO_WITH_DB state when
processing a bulkWrite
command. The target database of the bulkWrite
may differ from the command database
(“admin”).
@param[in] crypt The @ref mongocrypt_t object to update