Converts a string escaped with escape_key back into its original form.
| len | length of escaped_key in bytes, or -1 if escaped_key is nul-terminated |
| escaped_key | a key created with escape_key |
the original string that was escaped to create escaped_key
|