pub fn serialize_str(
    cursor: &mut Cursor<&mut Vec<u8>>,
    value: &str,
    version: Version
)