pub type ArchTimer = Stimer;
struct ArchTimer { pub next_event: u64, pub running: bool, }
next_event: u64
running: bool