pub type uct_ppn_bandwidth_t = uct_ppn_bandwidth;
struct uct_ppn_bandwidth_t { pub dedicated: f64, pub shared: f64, }
dedicated: f64
< Dedicated bandwidth, bytes/second
shared: f64
< Shared bandwidth, bytes/second