Function windows::Win32::Graphics::Gdi::CombineRgn

pub unsafe fn CombineRgn<P0, P1, P2>(
    hrgndst: P0,
    hrgnsrc1: P1,
    hrgnsrc2: P2,
    imode: RGN_COMBINE_MODE,
) -> GDI_REGION_TYPE
where P0: Param<HRGN>, P1: Param<HRGN>, P2: Param<HRGN>,