| 32 | typedef uint64_t (*PlatformTicksFunction_t)(void); |
| 33 | |
| 34 | typedef struct MultiTimerHandle MultiTimer; |
| 35 | |
| 36 | typedef void (*MultiTimerCallback_t)(MultiTimer* timer, void* userData); |
| 37 |
nothing calls this directly
no outgoing calls
no test coverage detected