pub type PbOptionalUint64 = OptionalUint64;
struct PbOptionalUint64 { pub value: Option<u64>, }
value: Option<u64>