Function mongocrypt_sys::mongocrypt_is_crypto_available

source ยท
pub unsafe extern "C" fn mongocrypt_is_crypto_available() -> bool
Expand description

Returns true if libmongocrypt was built with native crypto support.

If libmongocrypt was not built with native crypto support, setting crypto hooks is required.

@returns True if libmongocrypt was built with native crypto support.