odbc_bulk_insert_array_func typedef

odbc_bulk_insert_array_func = Int32 Function(Uint32, Pointer<Utf8>, Pointer<Pointer<Utf8>>, Uint32, Pointer<Uint8>, Uint32, Uint32, Pointer<Uint32>)

Implementation

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