pub type nvmlUnitFanInfo_t = nvmlUnitFanInfo_st;
#[repr(C)]pub struct nvmlUnitFanInfo_t { pub speed: u32, pub state: u32, }
speed: u32
state: u32