odbc_transaction_begin_v3_func typedef

odbc_transaction_begin_v3_func = Uint32 Function(Uint32, Uint32, Uint32, Uint32, Uint32)

Implementation

typedef odbc_transaction_begin_v3_func = ffi.Uint32 Function(
  ffi.Uint32,
  ffi.Uint32,
  ffi.Uint32,
  ffi.Uint32,
  ffi.Uint32,
);