normalized_cost
static int normalized_cost(NCURSES_SP_DCLx const char *const cap, int affcnt);
int result = normalized_cost(NCURSES_SP_ARGx cap, affcnt);
#define NormalizedCost(cap,affcnt) normalized_cost(NCURSES_SP_ARGx cap, affcnt)