odbc_xa_start_func typedef

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

Implementation

typedef odbc_xa_start_func = ffi.Uint32 Function(
  ffi.Uint32, // conn_id
  ffi.Int32, // format_id
  ffi.Pointer<ffi.Uint8>, // gtrid_ptr
  ffi.Uint32, // gtrid_len
  ffi.Pointer<ffi.Uint8>, // bqual_ptr
  ffi.Uint32, // bqual_len
);