Function mongocrypt_sys::mongocrypt_setopt_crypto_hooks
source ยท pub unsafe extern "C" fn mongocrypt_setopt_crypto_hooks(
crypt: *mut mongocrypt_t,
aes_256_cbc_encrypt: mongocrypt_crypto_fn,
aes_256_cbc_decrypt: mongocrypt_crypto_fn,
random: mongocrypt_random_fn,
hmac_sha_512: mongocrypt_hmac_fn,
hmac_sha_256: mongocrypt_hmac_fn,
sha_256: mongocrypt_hash_fn,
ctx: *mut c_void,
) -> bool