pub unsafe extern "C" fn mbedtls_ssl_get_ciphersuite_name(
    ciphersuite_id: i32
) -> *const i8
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