Pointer to a valid transaction, provided by rorm_db_start_transaction.
callback function. Takes the context and an Error.
Pass through void pointer.
**Important**: Rust takes ownership of transaction and frees it after using. Don't use it anywhere else after calling this function!
This function is called from an asynchronous context.
Commits a transaction.
All previous operations will be applied to the database.