pub unsafe extern "C" fn mbedtls_ssl_get_ciphersuite_name(
    ciphersuite_id: c_int
) -> *const c_char
Expand description

\brief Return the name of the ciphersuite associated with the given ID

\param ciphersuite_id SSL ciphersuite ID

\return a string containing the ciphersuite name