pub unsafe extern "C" fn mbedtls_cipher_free(
    ctx: *mut mbedtls_cipher_context_t
)
Expand description

\brief This function frees and clears the cipher-specific context of \p ctx. Freeing \p ctx itself remains the responsibility of the caller.

\param ctx The context to be freed. If this is \c NULL, the function has no effect, otherwise this must point to an initialized context.