pub type TimerArgCallback = unsafe extern "C" fn(timer_id: u32, arg: *mut c_void);
A type alias for a timer callback that accepts a user-defined argument.