mvwaddch

Function mvwaddch 

Source
pub unsafe extern "C" fn mvwaddch(
    win: *mut WINDOW,
    y: c_int,
    x: c_int,
    ch: chtype,
) -> c_int