Synchronously checks if typeSync(path, followLinks: false) returns FileSystemEntityType.link.
static bool isLinkSync(String path) => _isLinkRawSync(_toUtf8Array(path));