pub type TimerCallback = unsafe extern "C" fn(timer_id: TimerId, params: *mut c_void) -> c_int;
Timer expire callback.