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

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