odbc_xa_start_func typedef
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
);