pub unsafe extern "C" fn dpiConn_tpcRollback( conn: *mut dpiConn, xid: *mut dpiXid, ) -> c_int
Rolls back a TPC (two-phase commit) transaction.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.