pub fn write_str<W>(writer: W, value: &str) -> Result<usize, Error>where W: WriteBytesExt,
Writes an Kind::Bytes atom with the bytes of the string.
Kind::Bytes