fuse_mount
DEF(fuse_mount);
if ((fc = fuse_mount(dir, &args)) == NULL)
struct fuse_chan *fuse_mount(const char *, struct fuse_args *);
PROTO(fuse_mount);
fc = fuse_mount(dir, NULL);