pub unsafe extern "C" fn esp_transport_ssl_use_secure_element(
    t: esp_transport_handle_t
)
Expand description

@brief Set the ssl context to use secure element (atecc608a) for client(device) private key and certificate

@note Recommended to be used with ESP32-WROOM-32SE (which has inbuilt ATECC608A a.k.a Secure Element)

@param t ssl transport