TimerCallback typedef

Function signature for the callback function passed to the FFI_SetTimer method. Parameters: idEvent - Identifier of the timer. Return value: None.

Implementation

typedef TimerCallback = ffi.Pointer<ffi.NativeFunction<TimerCallbackFunction>>;