const CpuidLeaf = packed struct
const CpuidLeaf = packed struct { eax: u32, ebx: u32, ecx: u32, edx: u32, }