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