writeBytesC

fun ByteBuf.writeBytesC(src: ByteArray): ByteBuf
fun ByteBuf.writeBytesC(src: ByteArray, srcIndex: Int, len: Int): ByteBuf
fun ByteBuf.writeBytesC(src: ByteBuf): ByteBuf
fun ByteBuf.writeBytesC(src: ByteBuf, len: Int): ByteBuf
fun ByteBuf.writeBytesC(src: ByteBuf, srcIndex: Int, len: Int): ByteBuf