Function mongocrypt_sys::mongocrypt_setopt_use_range_v2

source ยท
pub unsafe extern "C" fn mongocrypt_setopt_use_range_v2(
    crypt: *mut mongocrypt_t,
) -> bool
Expand description

DEPRECATED: Use of mongocrypt_setopt_use_range_v2 is deprecated. Range V2 is always enabled.

@param[in] crypt The @ref mongocrypt_t object.

@returns A boolean indicating success. If false, an error status is set. Retrieve it with @ref mongocrypt_status