pub unsafe extern "C" fn esp_tls_get_ssl_context(
    tls: *mut esp_tls_t
) -> *mut c_void
Expand description

@brief Returns the ssl context

@param[in] tls handle to esp_tls context

@return - ssl_ctx pointer to ssl context of underlying TLS layer on success - NULL in case of error