Function windows::Win32::Graphics::Gdi::GetDCEx

pub unsafe fn GetDCEx<P0, P1>(
    hwnd: P0,
    hrgnclip: P1,
    flags: GET_DCX_FLAGS
) -> HDC
where P0: IntoParam<HWND>, P1: IntoParam<HRGN>,