Method: Mongo::Crypt::Binding.mongocrypt_ctx_setopt_algorithm_range

Defined in:
lib/mongo/crypt/binding.rb

.mongocrypt_ctx_setopt_algorithm_range(ctx, opts) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



1776
1777
1778
1779
1780
1781
1782
1783
# File 'lib/mongo/crypt/binding.rb', line 1776

attach_function(
  :mongocrypt_ctx_setopt_algorithm_range,
  [
    :pointer,
    :pointer
  ],
  :bool
)