pub type HtEntry<K, V> = Tuple<K, V>;
A hash table entry in the C/C++ implementation.
Note that the struct’s layout must be kept in sync with its counterpart in C/C++.