Git Source
struct CallingFunctionStorageSet {
    bool set;
    bytes4 signature;
    ParamTypes[] parameterTypes;
}