pub unsafe extern "C" fn mbedtls_chachapoly_free(
    ctx: *mut mbedtls_chachapoly_context
)
Expand description

\brief This function releases and clears the specified ChaCha20-Poly1305 context.

\param ctx The ChachaPoly context to clear. This may be \c NULL, in which case this function is a no-op.