pub type nvmlSystemDriverBranchInfo_t = nvmlSystemDriverBranchInfo_v1_t;
#[repr(C)]pub struct nvmlSystemDriverBranchInfo_t { pub version: u32, pub branch: [i8; 80], }
version: u32
branch: [i8; 80]