pub unsafe extern "C" fn mongocrypt_ctx_destroy(
ctx: *mut mongocrypt_ctx_t,
)Expand description
Destroy and free all memory associated with a @ref mongocrypt_ctx_t.
@param[in] ctx A @ref mongocrypt_ctx_t.
pub unsafe extern "C" fn mongocrypt_ctx_destroy(
ctx: *mut mongocrypt_ctx_t,
)Destroy and free all memory associated with a @ref mongocrypt_ctx_t.
@param[in] ctx A @ref mongocrypt_ctx_t.