pub fn write_string<W: Writer>(input: &str, writer: &mut W) -> Result<(), Error>
Writes a given string to the given writer, prefixing the string length as a BigSize value.