pub unsafe extern "C" fn esp_transport_ssl_crt_bundle_attach(
    t: *mut esp_transport_item_t,
    crt_bundle_attach: Option<unsafe extern "C" fn(_: *mut c_void) -> i32>
)
Expand description

@brief Enable the use of certification bundle for server verfication for an SSL connection. It must be first enabled in menuconfig.

@param t ssl transport @param[in] crt_bundle_attach Function pointer to esp_crt_bundle_attach