odbc_transaction_begin_func typedef

odbc_transaction_begin_func = Uint32 Function(Uint32, Uint32)

Implementation

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