Function windows::Win32::Graphics::GdiPlus::GdipSetClipRectI
pub unsafe fn GdipSetClipRectI(
graphics: *mut GpGraphics,
x: i32,
y: i32,
width: i32,
height: i32,
combinemode: CombineMode,
) -> Status