pub fn uri_unescape_string( escaped_string: &str, illegal_characters: Option<&str>, ) -> Option<GString>