mongocrypt_ctx_destroy

Function mongocrypt_ctx_destroy 

Source
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.