pub type TimerResolutionGuard = Deferred<Box<dyn FnOnce() + Send>>;
pub struct TimerResolutionGuard(/* private fields */);