pub fn apic_id_by_cpu_index(index: usize) -> Option<u32>
Get the APIC ID for a given CPU index, or None if not present.
None