macro_rules! timer { ($callback:expr, $period_ms:expr, $one_shot:expr) => { ... }; }
Create a Timer that works in both heap and zero-heap modes.
Timer
let t = ove::timer!(my_callback, 100, false);