Function mentat_ffi::store_transact [] [src]

#[no_mangle]
pub unsafe extern "C" fn store_transact(
    store: *mut Store,
    transaction: *const c_char,
    error: *mut ExternError
) -> *mut TxReport

Performs a single transaction against the store.

TODO: Document the errors that can result from transact