pub fn serialize_string(s: &str) -> Vec<u8> ⓘ
Serialize a string with a u16 length prefix.
Format: [length (2 bytes LE)][utf-8 bytes]