find_opt
return find_opt(opts, opt, NULL) != NULL ? 1 : 0;
const struct fuse_opt *opt = find_opt(opts, arg, &sep_idx);
opt = find_opt(++opt, arg, &sep_idx)) {