intprint_leafentry(FILE*outf,LEAFENTRYv);// Print a leafentry out in human-readable form.
intle_latest_is_del(LEAFENTRYle);// Return true if it is a provisional delete.
uint32_tle_num_xids(LEAFENTRYle);//Return how many xids exist (0 does not count)
BOOLle_is_clean(LEAFENTRYle);//Return how many xids exist (0 does not count)
intle_has_xids(LEAFENTRYle,XIDSxids);// Return true transaction represented by xids is still provisional in this leafentry (le's xid stack is a superset or equal to xids)
u_int32_tle_latest_keylen(LEAFENTRYle);// Return the latest keylen.
void*le_latest_val(LEAFENTRYle);// Return the latest val (return NULL for provisional deletes)