pub fn run_on_cpu<T: Into<Callback>>(dest_cpu: usize, callback: T)
Executes a callback on the specified destination CPU via IPI.