let _ = <String as WireFormat>::decode(&mut Cursor::new(&[0x04, 0x00, 0xf4, 0x90, 0x80, 0x80]))
let _ = <String as WireFormat>::decode(&mut Cursor::new(&[0x04, 0x00, 0x63, 0x61, 0x66, 0xe9]))
let _ = <String as WireFormat>::decode(&mut Cursor::new(&[0x04, 0x00, 0xb0, 0xa1, 0xb0, 0xa2]))
WireFormat::encode(&values, &mut Cursor::new(&mut *actual)).expect("failed to encode vector");
let actual: Item = WireFormat::decode(&mut Cursor::new(input)).expect("failed to decode item");