pub type nvmlLedState_t = nvmlLedState_st;
#[repr(C)]pub struct nvmlLedState_t { pub cause: [i8; 256], pub color: u32, }
cause: [i8; 256]
color: u32