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