pub fn is_cpu_online(cpu_id: usize) -> Result<bool>
Returns a bool if the CPU is online, or an error if there was an issue reading the system properties.