forEachTag

@JvmName(name = "-forEachTag")
inline fun ProtoReader32.forEachTag(tagHandler: (Int) -> Any): ByteString

Reads each tag, handles it, and returns a byte string with the unknown fields.