LrmMidiCallbackFunction typedef

LrmMidiCallbackFunction = Void Function(Pointer<Void> context, Pointer<Uint8> data, Size length, Int64 timestamp)

Implementation

typedef LrmMidiCallbackFunction = ffi.Void Function(
  ffi.Pointer<ffi.Void> context,
  ffi.Pointer<ffi.Uint8> data,
  ffi.Size length,
  ffi.Int64 timestamp,
);