bt_cmp
t->bt_cmp = b.compare;
return ((*t->bt_cmp)(k1, &k2));
int (*bt_cmp)(const DBT *, const DBT *);
rc = bt_cmp(bt, key, &nodekey, &mp->prefix);