pub fn write_string(w: &mut impl Write, s: impl AsRef<str>) -> Result<()>
Write a UTF-8 string (as length-prefixed bytes).