pub unsafe fn mvwgetn_wstr(
    win: WINDOW,
    y: i32,
    x: i32,
    wstr: *mut wint_t,
    n: i32
) -> i32
Expand description