Function windows::Win32::Graphics::GdiPlus::GdipCreateFontFromLogfontW
pub unsafe fn GdipCreateFontFromLogfontW<P0>(
hdc: P0,
logfont: *const LOGFONTW,
font: *mut *mut GpFont,
) -> Statuswhere
P0: Param<HDC>,