find_opt
return find_opt(opts, opt, &dummy) ? 1 : 0;
const struct fuse_opt *opt = find_opt(ctx->opt, arg, &sep);
for (; opt; opt = find_opt(opt + 1, arg, &sep)) {