decode

fun decode(str: String, out: ByteArray = ByteArray(str.length / 2)): ByteArray
inline fun decode(str: String, out: (Int, Byte) -> Unit)