pub type nvmlPdi_t = nvmlPdi_v1_t;
#[repr(C)]pub struct nvmlPdi_t { pub version: u32, pub value: u64, }
version: u32
value: u64