fuse_mount_opts
struct fuse_mount_opts opts;
if (fuse_opt_parse(args, &opts, fuse_mount_opts, NULL) == -1)
#define FUSE_MOUNT_OPT(o, m) {o, offsetof(struct fuse_mount_opts, m), 1}
static struct fuse_opt fuse_mount_opts[] = {