pub unsafe fn mvwgetnstr(
    win: WINDOW,
    y: i32,
    x: i32,
    str: *mut i8,
    n: i32
) -> i32
Expand description