void __get_beg_yx(WINDOW *w, int *y, int *x) { getbegyx(w, *y, *x); }
void __get_max_yx(WINDOW *w, int *y, int *x) { getmaxyx(w, *y, *x); }
-chtype __ACS_LOOKUP(int a) { return NCURSES_ACS(a); }
-
"""
cast_map :: (#type struct {type: type_expr; name: str;}).[
.{ WINDOW, "WINDOW *" },
void __get_beg_yx(WINDOW *w, int *y, int *x) { getbegyx(w, *y, *x); }
void __get_max_yx(WINDOW *w, int *y, int *x) { getmaxyx(w, *y, *x); }
-chtype __ACS_LOOKUP(int a) { return NCURSES_ACS(a); }
-
#define ONYX_LIBRARY_NAME onyx_ncurses