Rolls back a distributed transaction also know as prepared transaction in postgres or XA transaction in MySQL
method
TransactionSQL.rollbackDistributed
@param name
The name of the distributed transaction
await sql.rollbackDistributed("my_distributed_transaction");