Function windows::Win32::Graphics::Gdi::IntersectClipRect
pub unsafe fn IntersectClipRect<P0>(
hdc: P0,
left: i32,
top: i32,
right: i32,
bottom: i32,
) -> GDI_REGION_TYPEwhere
P0: Param<HDC>,