pub type SchedulerTickTaskWork = unsafe fn(data: usize, thread: ThreadId, observed_ns: u64) -> SchedulerTickWorkDisposition;
Scheduler-tick task-work callback.