Convert 'escaped' chars to normal ones. For example: \\ => \
The provided output buffer should be at least as long as the input string, or it will be allocated from the heap instead.
Returns a slice of dst where the content required conversion, or the provided src otherwise
See Implementation
Convert 'escaped' chars to normal ones. For example: \\ => \
The provided output buffer should be at least as long as the input string, or it will be allocated from the heap instead.
Returns a slice of dst where the content required conversion, or the provided src otherwise