nmreq_parse_ctx
struct nmreq_parse_ctx;
typedef int (*nmreq_opt_parser_cb)(struct nmreq_parse_ctx *);
static int NPOPT_PARSER(o)(struct nmreq_parse_ctx *); \
NPOPT_PARSER(share)(struct nmreq_parse_ctx *p)
NPOPT_PARSER(extmem)(struct nmreq_parse_ctx *p)
NPOPT_PARSER(conf)(struct nmreq_parse_ctx *p)
NPOPT_PARSER(offset)(struct nmreq_parse_ctx *p)
struct nmreq_parse_ctx *pctx)
struct nmreq_parse_ctx pctx;