pub type PbUint32Vector = Uint32Vector;
pub struct PbUint32Vector { pub data: Vec<u32>, }
data: Vec<u32>