nScheduleEvents top-level property

int Function(int?, Pointer<Uint8>?, int) nScheduleEvents
final

Implementation

final nScheduleEvents = nativeLib.lookupFunction<
    Uint32 Function(Int32?, Pointer<Uint8>?, Uint32),
    int Function(int?, Pointer<Uint8>?, int)>('schedule_events');