pub type PbOptionalUint32 = OptionalUint32;
struct PbOptionalUint32 { pub value: Option<u32>, }
value: Option<u32>