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