pub unsafe fn ExtSelectClipRgn<P0, P1>(
    hdc: P0,
    hrgn: P1,
    mode: RGN_COMBINE_MODE
) -> GDI_REGION_TYPE
where P0: IntoParam<HDC>, P1: IntoParam<HRGN>,