Function windows::Win32::Graphics::GdiPlus::GdipCreateFontFromLogfontW

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