pub type TimerParam = Arc<dyn Any + Send + Sync>;
Type-erased parameter for timer callbacks.
Allows passing arbitrary data to timer callback functions.
pub struct TimerParam { /* private fields */ }