pub type KernelTimerCallback = Box<dyn FnOnce(MonotonicInstant) + Send + 'static>;
Callback executed by the owner CPU’s ktimers/%u service thread.
ktimers/%u
pub struct KernelTimerCallback(/* private fields */);