writeVarIntArray

open fun <T> writeVarIntArray(input: List<T>, encoder: (value: T, output: MCProtocolSerializer<O>) -> Unit)