Function windows::Win32::Graphics::GdiPlus::GdipCreateFontFromDC

pub unsafe fn GdipCreateFontFromDC<P0>(
    hdc: P0,
    font: *mut *mut GpFont
) -> Status
where P0: Param<HDC>,