Function mbedtls_cipher_free

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

\brief Free and clear the cipher-specific context of ctx. Freeing ctx itself remains the responsibility of the caller.