pub unsafe extern "system" fn EnumFontsA(
    hdc: *mut HDC__,
    lpLogfont: *const i8,
    lpProc: Option<unsafe extern "system" fn(_: *const LOGFONTA, _: *const TEXTMETRICA, _: u32, _: isize) -> i32>,
    lParam: isize
) -> i32