pub type TimerResolutionGuard = Deferred<Box<dyn FnOnce() + Send>>;
重导出平台抽象层相关类型
pub struct TimerResolutionGuard(/* private fields */);