fuse_fs_symlink
ret = fuse_fs_symlink(fuse->fs, link_target, path);
int fuse_fs_symlink(struct fuse_fs* fs, const char* linkname, const char* path);