btree_txn_cursor_open
btree_txn_cursor_open(bt, NULL)
struct cursor *btree_txn_cursor_open(struct btree *bt,
if ((cursor = btree_txn_cursor_open(NULL, ns->data_txn)) == NULL)
search->cursor = btree_txn_cursor_open(NULL, txn);