pub type PbInputRef = InputRef;
struct PbInputRef { pub index: u32, pub type: Option<DataType>, }
index: u32
type: Option<DataType>