pub unsafe extern "C" fn c4db_beginTransaction( database: *mut C4Database, outError: *mut C4Error, ) -> bool
Begins a transaction. Transactions can nest; only the first call actually creates a database transaction.