Git Source

Structure used to represent the return value of a Foreign Call

struct ForeignCallReturnValue {
    PT pType;
    bytes value;
}