Function windows::Win32::Graphics::GdiPlus::GdipCreateFontFromLogfontA

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