SetRectRgn

Function SetRectRgn 

Source
pub unsafe extern "C" fn SetRectRgn(
    hrgn: HRGN,
    left: c_int,
    top: c_int,
    right: c_int,
    bottom: c_int,
) -> BOOL