pub(crate) fn sort_keys<'cx, I: IntoIterator<Item = Result<OwnedKey<'cx>>>>( cx: &'cx Context, unsorted: I, ) -> Result<IndexSet<OwnedKey<'cx>>>