pub unsafe extern "C" fn mongocrypt_setopt_bypass_query_analysis(
    crypt: *mut mongocrypt_t,
)
Expand description

@brief Opt-into skipping query analysis.

If opted in:

  • The crypt_shared library will not attempt to be loaded.
  • A mongocrypt_ctx_t will never enter the MONGOCRYPT_CTX_NEED_MARKINGS state.

@param[in] crypt The @ref mongocrypt_t object to update