/// Approximate position returned by index search.
///
/// When searching for a key, the index returns an approximate position
/// along with guaranteed bounds where the key must exist (if present).
///
/// The actual key position (if it exists) is guaranteed to be in `[lo, hi)`.