pub unsafe extern "C" fn mbedtls_ccm_free(
    ctx: *mut mbedtls_ccm_context
)
Expand description

\brief This function releases and clears the specified CCM context and underlying cipher sub-context.

\param ctx The CCM context to clear. If this is \c NULL, the function has no effect. Otherwise, this must be initialized.