get_key_slot() function
Get a pointer to a slot given by slice and index.
Arguments
slice_idx
The slice number. It must satisfy 0 <= slice_idx < KEY_SLICE_COUNT.
slot_idx
An index in the given slice. It must satisfy 0 <= slot_idx < key_slice_length(slice_idx).
Return value
A pointer to the given slot.