pub unsafe fn subpad(
    win: WINDOW,
    lines: i32,
    cols: i32,
    y: i32,
    x: i32
) -> Option<WINDOW>
Expand description