nl_verify_parsers
nl_verify_parsers(&np, 1);
void nl_verify_parsers(const struct nlhdr_parser **parser, int count);
#define NL_VERIFY_PARSERS(_p) nl_verify_parsers((_p), nitems(_p))