pub unsafe fn new_field(
    height: i32,
    width: i32,
    toprow: i32,
    leftcol: i32,
    offscreen: i32,
    nbuffers: i32
) -> Option<FIELD>
Expand description