Gets a key entry by its index.
Returns a KeyEntry at the specified index.
index
KeyEntry getEntryByIndex(int index) { return KeyEntry(list: handle, pos: index); }