DartLsl_push_sample_buft typedef
DartLsl_push_sample_buft =
int Function(lsl_outlet out, Pointer<Pointer<Char> > data, Pointer<Uint32> lengths, double timestamp)
Implementation
typedef DartLsl_push_sample_buft =
int Function(
lsl_outlet out,
ffi.Pointer<ffi.Pointer<ffi.Char>> data,
ffi.Pointer<ffi.Uint32> lengths,
double timestamp,
);