Git Source Structure used to represent an encoded index for a foreign call.
struct ForeignCallEncodedIndex {
    EncodedIndexType eType;
    uint256 index;
}