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