pub unsafe extern "C" fn mvwaddnstr( win: *mut WINDOW, y: c_int, x: c_int, string: *const c_char, n: c_int, ) -> c_int