pub type TimerCallback = unsafe extern "C" fn(timer_id: u32);
A type alias for the callback function used by an OSAL timer.
The function receives the ID of the timer that triggered it.