pub type PbHostAddress = HostAddress;
struct PbHostAddress { pub host: String, pub port: i32, }
host: String
port: i32