Function esp_idf_sys::mbedtls_ecdh_free
source ยท pub unsafe extern "C" fn mbedtls_ecdh_free(
ctx: *mut mbedtls_ecdh_context,
)
Expand description
\brief This function frees a context.
\param ctx The context to free. This may be \c NULL, in which case this function does nothing. If it is not \c NULL, it must point to an initialized ECDH context.