report_ptr
report_ptr(derwin(win, lines, cols, y, x));
report_ptr(dupwin(win));
report_ptr(getwin(fp));
report_ptr(initscr());
report_ptr(newpad(y, x));
report_ptr(newterm(type, out, in));
report_ptr(newwin(lines, cols, begin_y, begin_x));
report_ptr(set_term(scrn));
report_ptr(subpad(pad, lines, cols, begin_y, begin_x));
report_ptr(subwin(win, lines, cols, begin_y, begin_x));
void report_ptr(void *);