NativeLsl_push_sample_ct typedef

NativeLsl_push_sample_ct = Int32 Function(lsl_outlet out, Pointer<Char> data, Double timestamp)

Implementation

typedef NativeLsl_push_sample_ct =
    ffi.Int32 Function(
      lsl_outlet out,
      ffi.Pointer<ffi.Char> data,
      ffi.Double timestamp,
    );