pub unsafe extern "C" fn esp_transport_ssl_set_ds_data(
    t: esp_transport_handle_t,
    ds_data: *mut c_void
)
Expand description

@brief Set the ds_data handle in ssl context.(used for the digital signature operation)

@param t ssl transport ds_data the handle for ds data params