pub fn write_name(name: &str, out: &mut Vec<u8>)
Writes a name object with its leading solidus, escaping every byte outside the regular range as #xx (delimiters, whitespace, # itself, and anything outside 0x21..=0x7E).
#xx
#
0x21..=0x7E