#[unsafe(no_mangle)]pub unsafe extern "C" fn obj_txn_begin_read(
db: *mut obj_db_t,
out_txn: *mut *mut obj_read_txn_t,
) -> obj_error_tExpand description
Begin a read transaction against db. Pins a snapshot at the
current writer LSN.
ยงSafety
dbmust be a valid handle returned byobj_open*.out_txnmust be a writableobj_read_txn_t *.