cmd_fn_t
typedef int cmd_fn_t (int argc, char *argv[]);
cmd_fn_t *fn;
cmd_fn_t *fn; /* pointer to subcommand handler function */