pub unsafe fn newwin(lines: i32, cols: i32, y: i32, x: i32) -> Option<WINDOW>
Expand description