findTargetArc
fun findTargetArc(labelToMatch: Int, follow: FST.Arc<T>, arc: FST.Arc<T>, in: FST.BytesReader): FST.Arc<T>?
Finds an arc leaving the incoming arc, replacing the arc in place. This returns null if the arc was not found, else the incoming arc.