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: IntoParam<HRGN>, P1: IntoParam<HRGN>, P2: IntoParam<HRGN>,