pub fn write_string_slice(out: &mut Vec<u8>, slice: &[String])
Write a typed string array from &[String] to out.
&[String]
out