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

@brief Disable and dealloc the certification bundle

Removes the certificate verification callback and deallocates used resources

@param[in] conf The config struct for the SSL connection.