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