pub unsafe extern "system" fn GdipCreateFontFromLogfontA(
    hdc: HDC,
    logfont: *const LOGFONTA,
    font: *mut *mut GpFont,
) -> Status