pub fn register_timer_callback<F>(callback: F)where F: Fn(TimeValue) + Send + Sync + 'static,
Registers a callback function to be called on each timer tick.