pub unsafe extern "C" fn mbedtls_ecp_keypair_free(
    key: *mut mbedtls_ecp_keypair
)
Expand description

\brief This function frees the components of a key pair.

\param key The key pair 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 ECP key pair.