Function windows::Win32::Graphics::Gdi::SetRectRgn

pub unsafe fn SetRectRgn<P0>(
    hrgn: P0,
    left: i32,
    top: i32,
    right: i32,
    bottom: i32
) -> BOOL
where P0: IntoParam<HRGN>,