Function esp_idf_sys::esp_tls_init
source ยท pub unsafe extern "C" fn esp_tls_init() -> *mut esp_tls_t
Expand description
@brief Create TLS connection
This function allocates and initializes esp-tls structure handle.
@return tls Pointer to esp-tls as esp-tls handle if successfully initialized, NULL if allocation error