pub unsafe extern "C" fn mbedtls_ssl_get_version(
ssl: *const mbedtls_ssl_context,
) -> *const u8
Expand description
\brief Return the current TLS version
\param ssl SSL context
\return a string containing the TLS version
pub unsafe extern "C" fn mbedtls_ssl_get_version(
ssl: *const mbedtls_ssl_context,
) -> *const u8
\brief Return the current TLS version
\param ssl SSL context
\return a string containing the TLS version