lsl_pull_chunk_str function
Implementation
@ffi.Native<NativeLsl_pull_chunk_str>()
external int lsl_pull_chunk_str(
  lsl_inlet in$,
  ffi.Pointer<ffi.Pointer<ffi.Char>> data_buffer,
  ffi.Pointer<ffi.Double> timestamp_buffer,
  int data_buffer_elements,
  int timestamp_buffer_elements,
  double timeout,
  ffi.Pointer<ffi.Int32> ec,
);