suspend fun FileSystem.symlinkAwait(link: String, existing: String): Unit
Create a symbolic link on the file system from link to existing, asynchronously.
existing - the link destination
Return
a reference to this, so the API can be used fluently *