pub fn decode_dict( pointer: &mut usize, buf: &Vec<u8>, ) -> Result<HashMap<String, BencodeTypes>, ParseError>