odbc_async_poll_func typedef

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

Implementation

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