opt_args
struct opt_args;
typedef int opt_callback_t (struct opt_args *);
typedef struct opt_args opt_args_t;
int opt_args_parse(struct rcfile *, struct opt_args *, const char *,
int opt_args_parseopt(struct opt_args *, int, char *, opt_callback_t *);