pub unsafe extern "C" fn mongocrypt_ctx_setopt_masterkey_local(
ctx: *mut mongocrypt_ctx_t,
) -> bool
Expand description
Set the master key to “local” for creating a data key. This has been superseded by the more flexible: @ref mongocrypt_ctx_setopt_key_encryption_key
@param[in] ctx The @ref mongocrypt_ctx_t object. @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