Function esp_idf_sys::mbedtls_ecp_restart_free

source ยท
pub unsafe extern "C" fn mbedtls_ecp_restart_free(
    ctx: *mut mbedtls_ecp_restart_ctx,
)
Expand description

\brief Free the components of a restart context.

\param ctx The restart context to free. This may be \c NULL, in which case this function returns immediately. If it is not \c NULL, it must point to an initialized restart context.