Git Source Structure used to represent the return value of a Foreign Call
struct ForeignCallReturnValue {
    ParamTypes pType;
    bytes value;
}