pub fn read_string_multimap(
    buf: &mut &[u8]
) -> Result<HashMap<String, Vec<String>>, ParseError>