pub type RunningPolicyAppliedHook = unsafe fn(data: usize, thread: ThreadId, base_policy: SchedulePolicy, observed_ns: u64);
Bounded OS hook invoked when the owner changes a running thread’s base policy.