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