pub type CpuidCountFn = unsafe fn(u32, u32) -> CpuidResult;Expand description
Function to retrieve the given CPUID leaf and sub-leaf.
pub type CpuidCountFn = unsafe fn(u32, u32) -> CpuidResult;Function to retrieve the given CPUID leaf and sub-leaf.