pub unsafe extern "C" fn mbedtls_ssl_config_init(
    conf: *mut mbedtls_ssl_config
)
Expand description

\brief Initialize an SSL configuration context Just makes the context ready for mbedtls_ssl_config_defaults() or mbedtls_ssl_config_free().

\note You need to call mbedtls_ssl_config_defaults() unless you manually set all of the relevant fields yourself.

\param conf SSL configuration context