odbc_stream_fetch_func typedef

odbc_stream_fetch_func = Int32 Function(Uint32, Pointer<Uint8>, Uint32, Pointer<Uint32>, Pointer<Uint8>)

Implementation

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