odbc_stream_poll_async_func typedef

odbc_stream_poll_async_func = Int32 Function(Uint32, Pointer<Int32>)

Implementation

typedef odbc_stream_poll_async_func = ffi.Int32 Function(
  ffi.Uint32,
  ffi.Pointer<ffi.Int32>,
);