VADEventCallback typedef

VADEventCallback = void Function(Pointer<VADEvent> event, Pointer<Void> user_data)

Dart callback type definition

Implementation

typedef VADEventCallback =
    void Function(ffi.Pointer<VADEvent> event, ffi.Pointer<ffi.Void> user_data);