pub unsafe extern "C" fn mongocrypt_ctx_setopt_query_type(
ctx: *mut mongocrypt_ctx_t,
query_type: *const c_char,
len: c_int,
) -> boolExpand description
Set the query type to use for explicit Queryable Encryption.
@param[in] ctx The @ref mongocrypt_ctx_t object. @param[in] query_type The query type string @param[in] len The length of query_type, or -1 for automatic @pre @p ctx has not been initialized. @returns A boolean indicating success. If false, an error status is set. Retrieve it with @ref mongocrypt_ctx_status