Function windows::Win32::Graphics::GdiPlus::GdipCreateFromHDC2

pub unsafe fn GdipCreateFromHDC2<P0, P1>(
    hdc: P0,
    hdevice: P1,
    graphics: *mut *mut GpGraphics
) -> Status
where P0: Param<HDC>, P1: Param<HANDLE>,