CreateLink
status_t CreateLink(const char* name, const char* path,
status_t result = inode->CreateLink(name, path, mode, &id);
C(CREATE_LINK, CreateLink, kHandHotspot),
CreateLink(pathname.c_str(), file1.cpath);
CreateLink(pathname.c_str(), file1.cpath);
void CreateLink(const char *link, const char *target);