NativeLsl_pull_sample_i typedef
        NativeLsl_pull_sample_i =
     Double Function(lsl_inlet in$, Pointer<Int32>  buffer, Int32 buffer_elements, Double timeout, Pointer<Int32>  ec)
    
    
    
Implementation
typedef NativeLsl_pull_sample_i =
    ffi.Double Function(
      lsl_inlet in$,
      ffi.Pointer<ffi.Int32> buffer,
      ffi.Int32 buffer_elements,
      ffi.Double timeout,
      ffi.Pointer<ffi.Int32> ec,
    );