pub unsafe fn mvwinchnstr(
    win: WINDOW,
    y: i32,
    x: i32,
    chstr: *mut chtype,
    n: i32
) -> i32
Expand description