Git Source Contains the “converted” uint256 value and the stored original address value for comparison to make sure the conversion can be replicated.
struct AddressVerificationStruct {
    uint256 instructionSetValue;
    address rawData;
}