pub type TimerCallbackFn = fn();
Timer callback as a bare function pointer (no_std, no heap required).
no_std