CPUID2_RDRAND
has_rdrand = (descs[2] & CPUID2_RDRAND) != 0;
bool has_rdrand = (cpu_feature[1] & CPUID2_RDRAND);
CPUID2_RDRAND,