pub unsafe extern "C" fn btck_block_tree_entry_equals(
entry1: *const btck_BlockTreeEntry,
entry2: *const btck_BlockTreeEntry,
) -> c_intExpand description
@brief Check if two block tree entries are equal. Two block tree entries are equal when they point to the same block.
@param[in] entry1 Non-null. @param[in] entry2 Non-null. @return 1 if the block tree entries are equal, 0 otherwise.