Function esp_idf_hal::sys::mbedtls_ecp_point_free

source ยท
pub unsafe extern "C" fn mbedtls_ecp_point_free(
    pt: *mut mbedtls_ecp_point,
)
Expand description

\brief This function frees the components of a point.

\param pt The point to free.