object_timer_function typedef

@brief Updates the object with the elapsed milliseconds @param object_instance - object-instance number of the object @param milliseconds - number of milliseconds elapsed

Implementation

typedef object_timer_function =
    ffi.Pointer<ffi.NativeFunction<object_timer_functionFunction>>;