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

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

\param ciphersuite_name SSL ciphersuite name

\return the ID with the ciphersuite or 0 if not found