Function SetRectRgn

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