[INFO] crate dwrote 0.11.0 is already in cache
[INFO] checking dwrote-0.11.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate dwrote 0.11.0 into /workspace/builds/worker-3/source
[INFO] validating manifest of crates.io crate dwrote 0.11.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate dwrote 0.11.0
[INFO] finished tweaking crates.io crate dwrote 0.11.0
[INFO] tweaked toml for crates.io crate dwrote 0.11.0 written to /workspace/builds/worker-3/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 40818577f1f58abda96a760b3e24d16124b9c2bc672bdb7d2941bbe3543680d7
[INFO] running `"docker" "start" "-a" "40818577f1f58abda96a760b3e24d16124b9c2bc672bdb7d2941bbe3543680d7"`
[INFO] [stderr]    Compiling winapi v0.3.8
[INFO] [stderr]     Checking wio v0.2.2
[INFO] [stderr]     Checking dwrote v0.11.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/lib.rs:23:13
[INFO] [stderr]    |
[INFO] [stderr] 23 | use winapi::shared::guiddef::REFIID;
[INFO] [stderr]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/lib.rs:24:13
[INFO] [stderr]    |
[INFO] [stderr] 24 | use winapi::shared::winerror::S_OK;
[INFO] [stderr]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/lib.rs:25:13
[INFO] [stderr]    |
[INFO] [stderr] 25 | use winapi::um::dwrite::DWRITE_FACTORY_TYPE;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/lib.rs:26:13
[INFO] [stderr]    |
[INFO] [stderr] 26 | use winapi::um::dwrite::DWRITE_FACTORY_TYPE_SHARED;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/lib.rs:27:13
[INFO] [stderr]    |
[INFO] [stderr] 27 | use winapi::um::dwrite::IDWriteFactory;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/lib.rs:28:13
[INFO] [stderr]    |
[INFO] [stderr] 28 | use winapi::um::dwrite::IDWriteRenderingParams;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/lib.rs:29:13
[INFO] [stderr]    |
[INFO] [stderr] 29 | use winapi::um::unknwnbase::IUnknown;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/lib.rs:30:13
[INFO] [stderr]    |
[INFO] [stderr] 30 | use winapi::um::winnt::LPCSTR;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/lib.rs:32:17
[INFO] [stderr]    |
[INFO] [stderr] 32 | pub use winapi::um::winnt::HRESULT;
[INFO] [stderr]    |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stderr]  --> src/helpers.rs:6:14
[INFO] [stderr]   |
[INFO] [stderr] 6 | use std::os::windows::ffi::OsStrExt;
[INFO] [stderr]   |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::Interface`
[INFO] [stderr]   --> src/lib.rs:22:5
[INFO] [stderr]    |
[INFO] [stderr] 22 | use winapi::Interface;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^ no `Interface` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/helpers.rs:8:13
[INFO] [stderr]   |
[INFO] [stderr] 8 | use winapi::shared::minwindef::{BOOL, FALSE};
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/helpers.rs:9:13
[INFO] [stderr]   |
[INFO] [stderr] 9 | use winapi::shared::winerror::S_OK;
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/helpers.rs:10:13
[INFO] [stderr]    |
[INFO] [stderr] 10 | use winapi::um::dwrite::IDWriteLocalizedStrings;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/helpers.rs:11:13
[INFO] [stderr]    |
[INFO] [stderr] 11 | use winapi::um::winnls::GetUserDefaultLocaleName;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stderr]  --> src/helpers.rs:7:13
[INFO] [stderr]   |
[INFO] [stderr] 7 | use winapi::ctypes::wchar_t;
[INFO] [stderr]   |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/lib.rs:43:17
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub use winapi::shared::windef::RECT;
[INFO] [stderr]    |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/lib.rs:44:17
[INFO] [stderr]    |
[INFO] [stderr] 44 | pub use winapi::um::dcommon::DWRITE_MEASURING_MODE;
[INFO] [stderr]    |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/lib.rs:45:17
[INFO] [stderr]    |
[INFO] [stderr] 45 | pub use winapi::um::dcommon::{
[INFO] [stderr]    |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/lib.rs:49:17
[INFO] [stderr]    |
[INFO] [stderr] 49 | pub use winapi::um::dwrite::DWRITE_FONT_METRICS as FontMetrics0;
[INFO] [stderr]    |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/lib.rs:50:17
[INFO] [stderr]    |
[INFO] [stderr] 50 | pub use winapi::um::dwrite::DWRITE_FONT_SIMULATIONS;
[INFO] [stderr]    |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/lib.rs:51:17
[INFO] [stderr]    |
[INFO] [stderr] 51 | pub use winapi::um::dwrite::DWRITE_GLYPH_OFFSET as GlyphOffset;
[INFO] [stderr]    |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/lib.rs:52:17
[INFO] [stderr]    |
[INFO] [stderr] 52 | pub use winapi::um::dwrite::DWRITE_RENDERING_MODE;
[INFO] [stderr]    |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/lib.rs:53:17
[INFO] [stderr]    |
[INFO] [stderr] 53 | pub use winapi::um::dwrite::DWRITE_TEXTURE_TYPE;
[INFO] [stderr]    |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/lib.rs:54:17
[INFO] [stderr]    |
[INFO] [stderr] 54 | pub use winapi::um::dwrite::{DWRITE_TEXTURE_ALIASED_1x1, DWRITE_TEXTURE_CLEARTYPE_3x1};
[INFO] [stderr]    |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/lib.rs:55:17
[INFO] [stderr]    |
[INFO] [stderr] 55 | pub use winapi::um::dwrite::{
[INFO] [stderr]    |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/lib.rs:58:17
[INFO] [stderr]    |
[INFO] [stderr] 58 | pub use winapi::um::dwrite::{DWRITE_GLYPH_RUN, DWRITE_MATRIX};
[INFO] [stderr]    |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/lib.rs:59:17
[INFO] [stderr]    |
[INFO] [stderr] 59 | pub use winapi::um::dwrite::{
[INFO] [stderr]    |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/lib.rs:67:17
[INFO] [stderr]    |
[INFO] [stderr] 67 | pub use winapi::um::dwrite_1::DWRITE_FONT_METRICS1 as FontMetrics1;
[INFO] [stderr]    |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/lib.rs:68:17
[INFO] [stderr]    |
[INFO] [stderr] 68 | pub use winapi::um::dwrite_3::DWRITE_FONT_AXIS_VALUE;
[INFO] [stderr]    |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/lib.rs:69:13
[INFO] [stderr]    |
[INFO] [stderr] 69 | use winapi::um::libloaderapi::{GetProcAddress, LoadLibraryW};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `wio::com`
[INFO] [stderr]   --> src/helpers.rs:12:10
[INFO] [stderr]    |
[INFO] [stderr] 12 | use wio::com::ComPtr;
[INFO] [stderr]    |          ^^^ could not find `com` in `wio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/bitmap_render_target.rs:9:13
[INFO] [stderr]   |
[INFO] [stderr] 9 | use winapi::shared::windef::{HDC, RECT};
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/bitmap_render_target.rs:10:13
[INFO] [stderr]    |
[INFO] [stderr] 10 | use winapi::um::dcommon::DWRITE_MEASURING_MODE;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/bitmap_render_target.rs:11:13
[INFO] [stderr]    |
[INFO] [stderr] 11 | use winapi::um::dwrite::IDWriteBitmapRenderTarget;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/bitmap_render_target.rs:12:13
[INFO] [stderr]    |
[INFO] [stderr] 12 | use winapi::um::dwrite::{DWRITE_GLYPH_OFFSET, DWRITE_GLYPH_RUN};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/bitmap_render_target.rs:13:13
[INFO] [stderr]    |
[INFO] [stderr] 13 | use winapi::um::wingdi::{GetCurrentObject, GetObjectW, BITMAP, OBJ_BITMAP, RGB};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stderr]  --> src/bitmap_render_target.rs:8:13
[INFO] [stderr]   |
[INFO] [stderr] 8 | use winapi::ctypes::c_void;
[INFO] [stderr]   |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/font.rs:8:13
[INFO] [stderr]   |
[INFO] [stderr] 8 | use winapi::shared::minwindef::{FALSE, TRUE};
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/font.rs:9:13
[INFO] [stderr]   |
[INFO] [stderr] 9 | use winapi::shared::winerror::S_OK;
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font.rs:10:13
[INFO] [stderr]    |
[INFO] [stderr] 10 | use winapi::um::dwrite::IDWriteFont;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font.rs:11:13
[INFO] [stderr]    |
[INFO] [stderr] 11 | use winapi::um::dwrite::IDWriteFontFace;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font.rs:12:13
[INFO] [stderr]    |
[INFO] [stderr] 12 | use winapi::um::dwrite::IDWriteFontFamily;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font.rs:13:13
[INFO] [stderr]    |
[INFO] [stderr] 13 | use winapi::um::dwrite::IDWriteLocalizedStrings;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font.rs:14:13
[INFO] [stderr]    |
[INFO] [stderr] 14 | use winapi::um::dwrite::DWRITE_FONT_METRICS;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font.rs:15:13
[INFO] [stderr]    |
[INFO] [stderr] 15 | use winapi::um::dwrite::DWRITE_INFORMATIONAL_STRING_FULL_NAME;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font.rs:16:13
[INFO] [stderr]    |
[INFO] [stderr] 16 | use winapi::um::dwrite::DWRITE_INFORMATIONAL_STRING_ID;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font.rs:17:13
[INFO] [stderr]    |
[INFO] [stderr] 17 | use winapi::um::dwrite::DWRITE_INFORMATIONAL_STRING_POSTSCRIPT_CID_NAME;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font.rs:18:13
[INFO] [stderr]    |
[INFO] [stderr] 18 | use winapi::um::dwrite::DWRITE_INFORMATIONAL_STRING_POSTSCRIPT_NAME;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 | use winapi::um::dwrite_1::{IDWriteFont1, DWRITE_FONT_METRICS1};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `wio::com`
[INFO] [stderr]   --> src/bitmap_render_target.rs:14:10
[INFO] [stderr]    |
[INFO] [stderr] 14 | use wio::com::ComPtr;
[INFO] [stderr]    |          ^^^ could not find `com` in `wio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/font_collection.rs:9:13
[INFO] [stderr]   |
[INFO] [stderr] 9 | use winapi::shared::minwindef::{BOOL, FALSE, TRUE};
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/font_collection.rs:10:13
[INFO] [stderr]    |
[INFO] [stderr] 10 | use winapi::shared::winerror::S_OK;
[INFO] [stderr]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_collection.rs:11:13
[INFO] [stderr]    |
[INFO] [stderr] 11 | use winapi::um::dwrite::IDWriteFontCollectionLoader;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_collection.rs:12:13
[INFO] [stderr]    |
[INFO] [stderr] 12 | use winapi::um::dwrite::{IDWriteFont, IDWriteFontCollection, IDWriteFontFamily};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `wio::com`
[INFO] [stderr]   --> src/font.rs:20:10
[INFO] [stderr]    |
[INFO] [stderr] 20 | use wio::com::ComPtr;
[INFO] [stderr]    |          ^^^ could not find `com` in `wio`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `wio::com`
[INFO] [stderr]   --> src/font_collection.rs:13:10
[INFO] [stderr]    |
[INFO] [stderr] 13 | use wio::com::ComPtr;
[INFO] [stderr]    |          ^^^ could not find `com` in `wio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/font_face.rs:10:13
[INFO] [stderr]    |
[INFO] [stderr] 10 | use winapi::shared::minwindef::{BOOL, FALSE, TRUE};
[INFO] [stderr]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/font_face.rs:11:13
[INFO] [stderr]    |
[INFO] [stderr] 11 | use winapi::shared::winerror::S_OK;
[INFO] [stderr]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_face.rs:12:13
[INFO] [stderr]    |
[INFO] [stderr] 12 | use winapi::um::dcommon::DWRITE_MEASURING_MODE;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_face.rs:13:13
[INFO] [stderr]    |
[INFO] [stderr] 13 | use winapi::um::dwrite::IDWriteRenderingParams;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_face.rs:14:13
[INFO] [stderr]    |
[INFO] [stderr] 14 | use winapi::um::dwrite::DWRITE_FONT_FACE_TYPE_TRUETYPE;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_face.rs:15:13
[INFO] [stderr]    |
[INFO] [stderr] 15 | use winapi::um::dwrite::{IDWriteFontFace, IDWriteFontFile};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_face.rs:16:13
[INFO] [stderr]    |
[INFO] [stderr] 16 | use winapi::um::dwrite::{DWRITE_FONT_FACE_TYPE_BITMAP, DWRITE_FONT_FACE_TYPE_CFF};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_face.rs:17:13
[INFO] [stderr]    |
[INFO] [stderr] 17 | use winapi::um::dwrite::{DWRITE_FONT_FACE_TYPE_RAW_CFF, DWRITE_FONT_FACE_TYPE_TYPE1};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_face.rs:18:13
[INFO] [stderr]    |
[INFO] [stderr] 18 | use winapi::um::dwrite::{DWRITE_FONT_FACE_TYPE_TRUETYPE_COLLECTION, DWRITE_FONT_FACE_TYPE_VECTOR};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_face.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 | use winapi::um::dwrite::{DWRITE_FONT_SIMULATIONS, DWRITE_GLYPH_METRICS};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_face.rs:20:13
[INFO] [stderr]    |
[INFO] [stderr] 20 | use winapi::um::dwrite::{DWRITE_GLYPH_OFFSET, DWRITE_MATRIX, DWRITE_RENDERING_MODE};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_face.rs:21:13
[INFO] [stderr]    |
[INFO] [stderr] 21 | use winapi::um::dwrite::{DWRITE_RENDERING_MODE_DEFAULT, DWRITE_RENDERING_MODE_NATURAL_SYMMETRIC};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_face.rs:22:13
[INFO] [stderr]    |
[INFO] [stderr] 22 | use winapi::um::dwrite_1::IDWriteFontFace1;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_face.rs:23:13
[INFO] [stderr]    |
[INFO] [stderr] 23 | use winapi::um::dwrite_3::{IDWriteFontFace5, IDWriteFontResource, DWRITE_FONT_AXIS_VALUE};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stderr]  --> src/font_face.rs:9:13
[INFO] [stderr]   |
[INFO] [stderr] 9 | use winapi::ctypes::c_void;
[INFO] [stderr]   |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/font_fallback.rs:7:13
[INFO] [stderr]   |
[INFO] [stderr] 7 | use winapi::um::dwrite_2::{IDWriteFactory2, IDWriteFontFallback};
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `wio::com`
[INFO] [stderr]   --> src/font_face.rs:24:10
[INFO] [stderr]    |
[INFO] [stderr] 24 | use wio::com::ComPtr;
[INFO] [stderr]    |          ^^^ could not find `com` in `wio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/font_family.rs:7:13
[INFO] [stderr]   |
[INFO] [stderr] 7 | use winapi::um::dwrite::IDWriteLocalizedStrings;
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/font_family.rs:8:13
[INFO] [stderr]   |
[INFO] [stderr] 8 | use winapi::um::dwrite::{IDWriteFont, IDWriteFontCollection, IDWriteFontFamily};
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `wio::com`
[INFO] [stderr]  --> src/font_fallback.rs:8:10
[INFO] [stderr]   |
[INFO] [stderr] 8 | use wio::com::ComPtr;
[INFO] [stderr]   |          ^^^ could not find `com` in `wio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stderr]  --> src/font_file.rs:7:14
[INFO] [stderr]   |
[INFO] [stderr] 7 | use std::os::windows::ffi::{OsStrExt, OsStringExt};
[INFO] [stderr]   |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `wio::com`
[INFO] [stderr]  --> src/font_family.rs:9:10
[INFO] [stderr]   |
[INFO] [stderr] 9 | use wio::com::ComPtr;
[INFO] [stderr]   |          ^^^ could not find `com` in `wio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_file.rs:14:13
[INFO] [stderr]    |
[INFO] [stderr] 14 | use winapi::um::dwrite::{IDWriteFontFace, IDWriteFontFile, IDWriteFontFileStream};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_file.rs:15:13
[INFO] [stderr]    |
[INFO] [stderr] 15 | use winapi::um::dwrite::{IDWriteFontFileLoader, IDWriteLocalFontFileLoader};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_file.rs:16:13
[INFO] [stderr]    |
[INFO] [stderr] 16 | use winapi::um::dwrite::{DWRITE_FONT_FACE_TYPE, DWRITE_FONT_FILE_TYPE_UNKNOWN};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_file.rs:17:13
[INFO] [stderr]    |
[INFO] [stderr] 17 | use winapi::um::dwrite::{DWRITE_FONT_FACE_TYPE_UNKNOWN, DWRITE_FONT_SIMULATIONS};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_file.rs:18:13
[INFO] [stderr]    |
[INFO] [stderr] 18 | use winapi::um::winnt::HRESULT;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stderr]   --> src/font_file.rs:13:13
[INFO] [stderr]    |
[INFO] [stderr] 13 | use winapi::ctypes::c_void;
[INFO] [stderr]    |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/gdi_interop.rs:7:13
[INFO] [stderr]   |
[INFO] [stderr] 7 | use winapi::um::dwrite::IDWriteBitmapRenderTarget;
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/gdi_interop.rs:8:13
[INFO] [stderr]   |
[INFO] [stderr] 8 | use winapi::um::dwrite::IDWriteGdiInterop;
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `wio::com`
[INFO] [stderr]   --> src/font_file.rs:19:10
[INFO] [stderr]    |
[INFO] [stderr] 19 | use wio::com::ComPtr;
[INFO] [stderr]    |          ^^^ could not find `com` in `wio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/rendering_params.rs:7:13
[INFO] [stderr]   |
[INFO] [stderr] 7 | use winapi::um::dwrite::IDWriteRenderingParams;
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `wio::com`
[INFO] [stderr]  --> src/gdi_interop.rs:9:10
[INFO] [stderr]   |
[INFO] [stderr] 9 | use wio::com::ComPtr;
[INFO] [stderr]   |          ^^^ could not find `com` in `wio`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `wio::com`
[INFO] [stderr]  --> src/rendering_params.rs:8:10
[INFO] [stderr]   |
[INFO] [stderr] 8 | use wio::com::ComPtr;
[INFO] [stderr]   |          ^^^ could not find `com` in `wio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/text_analysis_source.rs:8:13
[INFO] [stderr]   |
[INFO] [stderr] 8 | use winapi::um::dwrite::IDWriteTextAnalysisSource;
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stderr]  --> src/text_analysis_source.rs:7:13
[INFO] [stderr]   |
[INFO] [stderr] 7 | use winapi::ctypes::wchar_t;
[INFO] [stderr]   |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/glyph_run_analysis.rs:8:13
[INFO] [stderr]   |
[INFO] [stderr] 8 | use winapi::shared::windef::RECT;
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/glyph_run_analysis.rs:9:13
[INFO] [stderr]   |
[INFO] [stderr] 9 | use winapi::um::dcommon::DWRITE_MEASURING_MODE;
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/glyph_run_analysis.rs:10:13
[INFO] [stderr]    |
[INFO] [stderr] 10 | use winapi::um::dwrite::DWRITE_TEXTURE_CLEARTYPE_3x1;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/glyph_run_analysis.rs:11:13
[INFO] [stderr]    |
[INFO] [stderr] 11 | use winapi::um::dwrite::IDWriteGlyphRunAnalysis;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/glyph_run_analysis.rs:12:13
[INFO] [stderr]    |
[INFO] [stderr] 12 | use winapi::um::dwrite::{DWRITE_TEXTURE_ALIASED_1x1, DWRITE_GLYPH_RUN, DWRITE_TEXTURE_TYPE};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/glyph_run_analysis.rs:13:13
[INFO] [stderr]    |
[INFO] [stderr] 13 | use winapi::um::dwrite::{DWRITE_MATRIX, DWRITE_RENDERING_MODE};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/glyph_run_analysis.rs:14:13
[INFO] [stderr]    |
[INFO] [stderr] 14 | use winapi::um::winnt::HRESULT;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `wio::com`
[INFO] [stderr]  --> src/text_analysis_source.rs:9:10
[INFO] [stderr]   |
[INFO] [stderr] 9 | use wio::com::ComPtr;
[INFO] [stderr]   |          ^^^ could not find `com` in `wio`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `wio::com`
[INFO] [stderr]   --> src/glyph_run_analysis.rs:15:10
[INFO] [stderr]    |
[INFO] [stderr] 15 | use wio::com::ComPtr;
[INFO] [stderr]    |          ^^^ could not find `com` in `wio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/font_file_loader_impl.rs:9:13
[INFO] [stderr]   |
[INFO] [stderr] 9 | use winapi::shared::basetsd::{UINT32, UINT64};
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/font_file_loader_impl.rs:10:13
[INFO] [stderr]    |
[INFO] [stderr] 10 | use winapi::shared::guiddef::REFIID;
[INFO] [stderr]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/font_file_loader_impl.rs:11:13
[INFO] [stderr]    |
[INFO] [stderr] 11 | use winapi::shared::minwindef::ULONG;
[INFO] [stderr]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/font_file_loader_impl.rs:12:13
[INFO] [stderr]    |
[INFO] [stderr] 12 | use winapi::shared::winerror::{E_FAIL, E_INVALIDARG, E_NOTIMPL, S_OK};
[INFO] [stderr]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_file_loader_impl.rs:13:13
[INFO] [stderr]    |
[INFO] [stderr] 13 | use winapi::um::dwrite::IDWriteFontFile;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_file_loader_impl.rs:14:13
[INFO] [stderr]    |
[INFO] [stderr] 14 | use winapi::um::dwrite::{IDWriteFontFileLoader, IDWriteFontFileLoaderVtbl};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_file_loader_impl.rs:15:13
[INFO] [stderr]    |
[INFO] [stderr] 15 | use winapi::um::dwrite::{IDWriteFontFileStream, IDWriteFontFileStreamVtbl};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_file_loader_impl.rs:16:13
[INFO] [stderr]    |
[INFO] [stderr] 16 | use winapi::um::unknwnbase::{IUnknown, IUnknownVtbl};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_file_loader_impl.rs:17:13
[INFO] [stderr]    |
[INFO] [stderr] 17 | use winapi::um::winnt::HRESULT;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stderr]  --> src/font_file_loader_impl.rs:8:13
[INFO] [stderr]   |
[INFO] [stderr] 8 | use winapi::ctypes::c_void;
[INFO] [stderr]   |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `wio::com`
[INFO] [stderr]   --> src/font_file_loader_impl.rs:18:10
[INFO] [stderr]    |
[INFO] [stderr] 18 | use wio::com::ComPtr;
[INFO] [stderr]    |          ^^^ could not find `com` in `wio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/font_collection_impl.rs:10:13
[INFO] [stderr]    |
[INFO] [stderr] 10 | use winapi::shared::guiddef::REFIID;
[INFO] [stderr]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/font_collection_impl.rs:11:13
[INFO] [stderr]    |
[INFO] [stderr] 11 | use winapi::shared::minwindef::{BOOL, FALSE, TRUE, ULONG};
[INFO] [stderr]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/font_collection_impl.rs:12:13
[INFO] [stderr]    |
[INFO] [stderr] 12 | use winapi::shared::winerror::{E_INVALIDARG, S_OK};
[INFO] [stderr]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_collection_impl.rs:13:13
[INFO] [stderr]    |
[INFO] [stderr] 13 | use winapi::um::dwrite::IDWriteFactory;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_collection_impl.rs:14:13
[INFO] [stderr]    |
[INFO] [stderr] 14 | use winapi::um::dwrite::IDWriteFontCollectionLoader;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_collection_impl.rs:15:13
[INFO] [stderr]    |
[INFO] [stderr] 15 | use winapi::um::dwrite::IDWriteFontCollectionLoaderVtbl;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_collection_impl.rs:16:13
[INFO] [stderr]    |
[INFO] [stderr] 16 | use winapi::um::dwrite::IDWriteFontFile;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_collection_impl.rs:17:13
[INFO] [stderr]    |
[INFO] [stderr] 17 | use winapi::um::dwrite::IDWriteFontFileEnumerator;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_collection_impl.rs:18:13
[INFO] [stderr]    |
[INFO] [stderr] 18 | use winapi::um::dwrite::IDWriteFontFileEnumeratorVtbl;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_collection_impl.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 | use winapi::um::unknwnbase::{IUnknown, IUnknownVtbl};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_collection_impl.rs:20:13
[INFO] [stderr]    |
[INFO] [stderr] 20 | use winapi::um::winnt::HRESULT;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stderr]  --> src/font_collection_impl.rs:9:13
[INFO] [stderr]   |
[INFO] [stderr] 9 | use winapi::ctypes::c_void;
[INFO] [stderr]   |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:13:14
[INFO] [stderr]    |
[INFO] [stderr] 13 | use std::os::windows::ffi::OsStrExt;
[INFO] [stderr]    |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `wio::com`
[INFO] [stderr]   --> src/font_collection_impl.rs:21:10
[INFO] [stderr]    |
[INFO] [stderr] 21 | use wio::com::ComPtr;
[INFO] [stderr]    |          ^^^ could not find `com` in `wio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:17:13
[INFO] [stderr]    |
[INFO] [stderr] 17 | use winapi::shared::basetsd::UINT32;
[INFO] [stderr]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:18:13
[INFO] [stderr]    |
[INFO] [stderr] 18 | use winapi::shared::guiddef::REFIID;
[INFO] [stderr]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 | use winapi::shared::minwindef::{FALSE, TRUE, ULONG};
[INFO] [stderr]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:20:13
[INFO] [stderr]    |
[INFO] [stderr] 20 | use winapi::shared::ntdef::LOCALE_NAME_MAX_LENGTH;
[INFO] [stderr]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:21:13
[INFO] [stderr]    |
[INFO] [stderr] 21 | use winapi::shared::winerror::{E_INVALIDARG, S_OK};
[INFO] [stderr]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:22:13
[INFO] [stderr]    |
[INFO] [stderr] 22 | use winapi::um::dwrite::IDWriteNumberSubstitution;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:23:13
[INFO] [stderr]    |
[INFO] [stderr] 23 | use winapi::um::dwrite::IDWriteTextAnalysisSource;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:24:13
[INFO] [stderr]    |
[INFO] [stderr] 24 | use winapi::um::dwrite::IDWriteTextAnalysisSourceVtbl;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:25:13
[INFO] [stderr]    |
[INFO] [stderr] 25 | use winapi::um::dwrite::DWRITE_NUMBER_SUBSTITUTION_METHOD;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:26:13
[INFO] [stderr]    |
[INFO] [stderr] 26 | use winapi::um::dwrite::DWRITE_READING_DIRECTION;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:27:13
[INFO] [stderr]    |
[INFO] [stderr] 27 | use winapi::um::unknwnbase::{IUnknown, IUnknownVtbl};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:28:13
[INFO] [stderr]    |
[INFO] [stderr] 28 | use winapi::um::winnt::HRESULT;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:16:13
[INFO] [stderr]    |
[INFO] [stderr] 16 | use winapi::ctypes::wchar_t;
[INFO] [stderr]    |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/geometry_sink_impl.rs:6:13
[INFO] [stderr]   |
[INFO] [stderr] 6 | use winapi::shared::guiddef::REFIID;
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/geometry_sink_impl.rs:7:13
[INFO] [stderr]   |
[INFO] [stderr] 7 | use winapi::shared::minwindef::{UINT, ULONG};
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/geometry_sink_impl.rs:8:13
[INFO] [stderr]   |
[INFO] [stderr] 8 | use winapi::shared::winerror::S_OK;
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/geometry_sink_impl.rs:9:13
[INFO] [stderr]   |
[INFO] [stderr] 9 | use winapi::um::d2d1::{ID2D1SimplifiedGeometrySink, ID2D1SimplifiedGeometrySinkVtbl};
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/geometry_sink_impl.rs:10:13
[INFO] [stderr]    |
[INFO] [stderr] 10 | use winapi::um::d2d1::{D2D1_BEZIER_SEGMENT, D2D1_FIGURE_BEGIN, D2D1_FIGURE_END};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/geometry_sink_impl.rs:11:13
[INFO] [stderr]    |
[INFO] [stderr] 11 | use winapi::um::d2d1::{D2D1_FIGURE_END_CLOSED, D2D1_FILL_MODE, D2D1_PATH_SEGMENT, D2D1_POINT_2F};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/geometry_sink_impl.rs:12:13
[INFO] [stderr]    |
[INFO] [stderr] 12 | use winapi::um::unknwnbase::{IUnknown, IUnknownVtbl};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/geometry_sink_impl.rs:13:13
[INFO] [stderr]    |
[INFO] [stderr] 13 | use winapi::um::winnt::HRESULT;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/types.rs:7:13
[INFO] [stderr]   |
[INFO] [stderr] 7 | use winapi::um::dwrite::{DWRITE_FONT_STYLE, DWRITE_FONT_WEIGHT, DWRITE_FONT_STRETCH};
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `wio::com`
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:29:10
[INFO] [stderr]    |
[INFO] [stderr] 29 | use wio::com::ComPtr;
[INFO] [stderr]    |          ^^^ could not find `com` in `wio`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `$crate::winapi::Interface`
[INFO] [stderr]   --> src/com_helpers.rs:64:25
[INFO] [stderr]    |
[INFO] [stderr] 64 |                     use $crate::winapi::Interface;
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:26:13
[INFO] [stderr]    |
[INFO] [stderr] 26 |     parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader),
[INFO] [stderr]    |             ----------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `$crate::winapi::Interface`
[INFO] [stderr]   --> src/com_helpers.rs:13:25
[INFO] [stderr]    |
[INFO] [stderr] 13 |                     use $crate::winapi::Interface;
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:87:13
[INFO] [stderr]    |
[INFO] [stderr] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stderr]    |             ---------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `$crate::winapi::Interface`
[INFO] [stderr]   --> src/com_helpers.rs:64:25
[INFO] [stderr]    |
[INFO] [stderr] 64 |                       use $crate::winapi::Interface;
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_collection_impl.rs:28:17
[INFO] [stderr]    |
[INFO] [stderr] 28 |           parent: implement_iunknown!(static IDWriteFontCollectionLoader,
[INFO] [stderr]    |  _________________-
[INFO] [stderr] 29 | |                                     CustomFontCollectionLoaderImpl),
[INFO] [stderr]    | |___________________________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `$crate::winapi::Interface`
[INFO] [stderr]    --> src/com_helpers.rs:64:25
[INFO] [stderr]     |
[INFO] [stderr] 64  |                     use $crate::winapi::Interface;
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/font_collection_impl.rs:111:13
[INFO] [stderr]     |
[INFO] [stderr] 111 |     parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl),
[INFO] [stderr]     |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `$crate::winapi::Interface`
[INFO] [stderr]   --> src/com_helpers.rs:64:25
[INFO] [stderr]    |
[INFO] [stderr] 64 |                     use $crate::winapi::Interface;
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/text_analysis_source_impl.rs:65:13
[INFO] [stderr]    |
[INFO] [stderr] 65 |     parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl),
[INFO] [stderr]    |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `$crate::winapi::Interface`
[INFO] [stderr]   --> src/com_helpers.rs:64:25
[INFO] [stderr]    |
[INFO] [stderr] 64 |                     use $crate::winapi::Interface;
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/geometry_sink_impl.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 |     parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl),
[INFO] [stderr]    |             ------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/types.rs:112:20
[INFO] [stderr]     |
[INFO] [stderr] 112 |     None = winapi::um::dwrite::DWRITE_FONT_SIMULATIONS_NONE,
[INFO] [stderr]     |                    ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/types.rs:113:20
[INFO] [stderr]     |
[INFO] [stderr] 113 |     Bold = winapi::um::dwrite::DWRITE_FONT_SIMULATIONS_BOLD,
[INFO] [stderr]     |                    ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/types.rs:114:23
[INFO] [stderr]     |
[INFO] [stderr] 114 |     Oblique = winapi::um::dwrite::DWRITE_FONT_SIMULATIONS_OBLIQUE,
[INFO] [stderr]     |                       ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/types.rs:115:27
[INFO] [stderr]     |
[INFO] [stderr] 115 |     BoldOblique = winapi::um::dwrite::DWRITE_FONT_SIMULATIONS_BOLD |
[INFO] [stderr]     |                           ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/types.rs:116:17
[INFO] [stderr]     |
[INFO] [stderr] 116 |         winapi::um::dwrite::DWRITE_FONT_SIMULATIONS_OBLIQUE,
[INFO] [stderr]     |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/lib.rs:23:13
[INFO] [stderr]    |
[INFO] [stderr] 23 | use winapi::shared::guiddef::REFIID;
[INFO] [stderr]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/lib.rs:24:13
[INFO] [stderr]    |
[INFO] [stderr] 24 | use winapi::shared::winerror::S_OK;
[INFO] [stderr]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/lib.rs:25:13
[INFO] [stderr]    |
[INFO] [stderr] 25 | use winapi::um::dwrite::DWRITE_FACTORY_TYPE;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/lib.rs:26:13
[INFO] [stderr]    |
[INFO] [stderr] 26 | use winapi::um::dwrite::DWRITE_FACTORY_TYPE_SHARED;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/lib.rs:27:13
[INFO] [stderr]    |
[INFO] [stderr] 27 | use winapi::um::dwrite::IDWriteFactory;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/lib.rs:28:13
[INFO] [stderr]    |
[INFO] [stderr] 28 | use winapi::um::dwrite::IDWriteRenderingParams;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/lib.rs:29:13
[INFO] [stderr]    |
[INFO] [stderr] 29 | use winapi::um::unknwnbase::IUnknown;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/lib.rs:30:13
[INFO] [stderr]    |
[INFO] [stderr] 30 | use winapi::um::winnt::LPCSTR;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/lib.rs:32:17
[INFO] [stderr]    |
[INFO] [stderr] 32 | pub use winapi::um::winnt::HRESULT;
[INFO] [stderr]    |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stderr]  --> src/helpers.rs:6:14
[INFO] [stderr]   |
[INFO] [stderr] 6 | use std::os::windows::ffi::OsStrExt;
[INFO] [stderr]   |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::Interface`
[INFO] [stderr]   --> src/lib.rs:22:5
[INFO] [stderr]    |
[INFO] [stderr] 22 | use winapi::Interface;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^ no `Interface` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/helpers.rs:8:13
[INFO] [stderr]   |
[INFO] [stderr] 8 | use winapi::shared::minwindef::{BOOL, FALSE};
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/helpers.rs:9:13
[INFO] [stderr]   |
[INFO] [stderr] 9 | use winapi::shared::winerror::S_OK;
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/helpers.rs:10:13
[INFO] [stderr]    |
[INFO] [stderr] 10 | use winapi::um::dwrite::IDWriteLocalizedStrings;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/helpers.rs:11:13
[INFO] [stderr]    |
[INFO] [stderr] 11 | use winapi::um::winnls::GetUserDefaultLocaleName;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stderr]  --> src/helpers.rs:7:13
[INFO] [stderr]   |
[INFO] [stderr] 7 | use winapi::ctypes::wchar_t;
[INFO] [stderr]   |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/lib.rs:43:17
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub use winapi::shared::windef::RECT;
[INFO] [stderr]    |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/lib.rs:44:17
[INFO] [stderr]    |
[INFO] [stderr] 44 | pub use winapi::um::dcommon::DWRITE_MEASURING_MODE;
[INFO] [stderr]    |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/lib.rs:45:17
[INFO] [stderr]    |
[INFO] [stderr] 45 | pub use winapi::um::dcommon::{
[INFO] [stderr]    |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/lib.rs:49:17
[INFO] [stderr]    |
[INFO] [stderr] 49 | pub use winapi::um::dwrite::DWRITE_FONT_METRICS as FontMetrics0;
[INFO] [stderr]    |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/lib.rs:50:17
[INFO] [stderr]    |
[INFO] [stderr] 50 | pub use winapi::um::dwrite::DWRITE_FONT_SIMULATIONS;
[INFO] [stderr]    |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/lib.rs:51:17
[INFO] [stderr]    |
[INFO] [stderr] 51 | pub use winapi::um::dwrite::DWRITE_GLYPH_OFFSET as GlyphOffset;
[INFO] [stderr]    |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/lib.rs:52:17
[INFO] [stderr]    |
[INFO] [stderr] 52 | pub use winapi::um::dwrite::DWRITE_RENDERING_MODE;
[INFO] [stderr]    |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/lib.rs:53:17
[INFO] [stderr]    |
[INFO] [stderr] 53 | pub use winapi::um::dwrite::DWRITE_TEXTURE_TYPE;
[INFO] [stderr]    |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/lib.rs:54:17
[INFO] [stderr]    |
[INFO] [stderr] 54 | pub use winapi::um::dwrite::{DWRITE_TEXTURE_ALIASED_1x1, DWRITE_TEXTURE_CLEARTYPE_3x1};
[INFO] [stderr]    |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/lib.rs:55:17
[INFO] [stderr]    |
[INFO] [stderr] 55 | pub use winapi::um::dwrite::{
[INFO] [stderr]    |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/lib.rs:58:17
[INFO] [stderr]    |
[INFO] [stderr] 58 | pub use winapi::um::dwrite::{DWRITE_GLYPH_RUN, DWRITE_MATRIX};
[INFO] [stderr]    |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/lib.rs:59:17
[INFO] [stderr]    |
[INFO] [stderr] 59 | pub use winapi::um::dwrite::{
[INFO] [stderr]    |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/lib.rs:67:17
[INFO] [stderr]    |
[INFO] [stderr] 67 | pub use winapi::um::dwrite_1::DWRITE_FONT_METRICS1 as FontMetrics1;
[INFO] [stderr]    |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/lib.rs:68:17
[INFO] [stderr]    |
[INFO] [stderr] 68 | pub use winapi::um::dwrite_3::DWRITE_FONT_AXIS_VALUE;
[INFO] [stderr]    |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/lib.rs:69:13
[INFO] [stderr]    |
[INFO] [stderr] 69 | use winapi::um::libloaderapi::{GetProcAddress, LoadLibraryW};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `wio::com`
[INFO] [stderr]   --> src/helpers.rs:12:10
[INFO] [stderr]    |
[INFO] [stderr] 12 | use wio::com::ComPtr;
[INFO] [stderr]    |          ^^^ could not find `com` in `wio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/bitmap_render_target.rs:9:13
[INFO] [stderr]   |
[INFO] [stderr] 9 | use winapi::shared::windef::{HDC, RECT};
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/bitmap_render_target.rs:10:13
[INFO] [stderr]    |
[INFO] [stderr] 10 | use winapi::um::dcommon::DWRITE_MEASURING_MODE;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/bitmap_render_target.rs:11:13
[INFO] [stderr]    |
[INFO] [stderr] 11 | use winapi::um::dwrite::IDWriteBitmapRenderTarget;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/bitmap_render_target.rs:12:13
[INFO] [stderr]    |
[INFO] [stderr] 12 | use winapi::um::dwrite::{DWRITE_GLYPH_OFFSET, DWRITE_GLYPH_RUN};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/bitmap_render_target.rs:13:13
[INFO] [stderr]    |
[INFO] [stderr] 13 | use winapi::um::wingdi::{GetCurrentObject, GetObjectW, BITMAP, OBJ_BITMAP, RGB};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stderr]  --> src/bitmap_render_target.rs:8:13
[INFO] [stderr]   |
[INFO] [stderr] 8 | use winapi::ctypes::c_void;
[INFO] [stderr]   |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/font.rs:8:13
[INFO] [stderr]   |
[INFO] [stderr] 8 | use winapi::shared::minwindef::{FALSE, TRUE};
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/font.rs:9:13
[INFO] [stderr]   |
[INFO] [stderr] 9 | use winapi::shared::winerror::S_OK;
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font.rs:10:13
[INFO] [stderr]    |
[INFO] [stderr] 10 | use winapi::um::dwrite::IDWriteFont;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font.rs:11:13
[INFO] [stderr]    |
[INFO] [stderr] 11 | use winapi::um::dwrite::IDWriteFontFace;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font.rs:12:13
[INFO] [stderr]    |
[INFO] [stderr] 12 | use winapi::um::dwrite::IDWriteFontFamily;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font.rs:13:13
[INFO] [stderr]    |
[INFO] [stderr] 13 | use winapi::um::dwrite::IDWriteLocalizedStrings;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font.rs:14:13
[INFO] [stderr]    |
[INFO] [stderr] 14 | use winapi::um::dwrite::DWRITE_FONT_METRICS;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font.rs:15:13
[INFO] [stderr]    |
[INFO] [stderr] 15 | use winapi::um::dwrite::DWRITE_INFORMATIONAL_STRING_FULL_NAME;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font.rs:16:13
[INFO] [stderr]    |
[INFO] [stderr] 16 | use winapi::um::dwrite::DWRITE_INFORMATIONAL_STRING_ID;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font.rs:17:13
[INFO] [stderr]    |
[INFO] [stderr] 17 | use winapi::um::dwrite::DWRITE_INFORMATIONAL_STRING_POSTSCRIPT_CID_NAME;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font.rs:18:13
[INFO] [stderr]    |
[INFO] [stderr] 18 | use winapi::um::dwrite::DWRITE_INFORMATIONAL_STRING_POSTSCRIPT_NAME;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 | use winapi::um::dwrite_1::{IDWriteFont1, DWRITE_FONT_METRICS1};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `wio::com`
[INFO] [stderr]   --> src/bitmap_render_target.rs:14:10
[INFO] [stderr]    |
[INFO] [stderr] 14 | use wio::com::ComPtr;
[INFO] [stderr]    |          ^^^ could not find `com` in `wio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/font_collection.rs:9:13
[INFO] [stderr]   |
[INFO] [stderr] 9 | use winapi::shared::minwindef::{BOOL, FALSE, TRUE};
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/font_collection.rs:10:13
[INFO] [stderr]    |
[INFO] [stderr] 10 | use winapi::shared::winerror::S_OK;
[INFO] [stderr]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_collection.rs:11:13
[INFO] [stderr]    |
[INFO] [stderr] 11 | use winapi::um::dwrite::IDWriteFontCollectionLoader;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_collection.rs:12:13
[INFO] [stderr]    |
[INFO] [stderr] 12 | use winapi::um::dwrite::{IDWriteFont, IDWriteFontCollection, IDWriteFontFamily};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `wio::com`
[INFO] [stderr]   --> src/font.rs:20:10
[INFO] [stderr]    |
[INFO] [stderr] 20 | use wio::com::ComPtr;
[INFO] [stderr]    |          ^^^ could not find `com` in `wio`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `wio::com`
[INFO] [stderr]   --> src/font_collection.rs:13:10
[INFO] [stderr]    |
[INFO] [stderr] 13 | use wio::com::ComPtr;
[INFO] [stderr]    |          ^^^ could not find `com` in `wio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/font_face.rs:10:13
[INFO] [stderr]    |
[INFO] [stderr] 10 | use winapi::shared::minwindef::{BOOL, FALSE, TRUE};
[INFO] [stderr]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/font_face.rs:11:13
[INFO] [stderr]    |
[INFO] [stderr] 11 | use winapi::shared::winerror::S_OK;
[INFO] [stderr]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_face.rs:12:13
[INFO] [stderr]    |
[INFO] [stderr] 12 | use winapi::um::dcommon::DWRITE_MEASURING_MODE;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_face.rs:13:13
[INFO] [stderr]    |
[INFO] [stderr] 13 | use winapi::um::dwrite::IDWriteRenderingParams;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_face.rs:14:13
[INFO] [stderr]    |
[INFO] [stderr] 14 | use winapi::um::dwrite::DWRITE_FONT_FACE_TYPE_TRUETYPE;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_face.rs:15:13
[INFO] [stderr]    |
[INFO] [stderr] 15 | use winapi::um::dwrite::{IDWriteFontFace, IDWriteFontFile};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_face.rs:16:13
[INFO] [stderr]    |
[INFO] [stderr] 16 | use winapi::um::dwrite::{DWRITE_FONT_FACE_TYPE_BITMAP, DWRITE_FONT_FACE_TYPE_CFF};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_face.rs:17:13
[INFO] [stderr]    |
[INFO] [stderr] 17 | use winapi::um::dwrite::{DWRITE_FONT_FACE_TYPE_RAW_CFF, DWRITE_FONT_FACE_TYPE_TYPE1};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_face.rs:18:13
[INFO] [stderr]    |
[INFO] [stderr] 18 | use winapi::um::dwrite::{DWRITE_FONT_FACE_TYPE_TRUETYPE_COLLECTION, DWRITE_FONT_FACE_TYPE_VECTOR};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_face.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 | use winapi::um::dwrite::{DWRITE_FONT_SIMULATIONS, DWRITE_GLYPH_METRICS};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_face.rs:20:13
[INFO] [stderr]    |
[INFO] [stderr] 20 | use winapi::um::dwrite::{DWRITE_GLYPH_OFFSET, DWRITE_MATRIX, DWRITE_RENDERING_MODE};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_face.rs:21:13
[INFO] [stderr]    |
[INFO] [stderr] 21 | use winapi::um::dwrite::{DWRITE_RENDERING_MODE_DEFAULT, DWRITE_RENDERING_MODE_NATURAL_SYMMETRIC};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_face.rs:22:13
[INFO] [stderr]    |
[INFO] [stderr] 22 | use winapi::um::dwrite_1::IDWriteFontFace1;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_face.rs:23:13
[INFO] [stderr]    |
[INFO] [stderr] 23 | use winapi::um::dwrite_3::{IDWriteFontFace5, IDWriteFontResource, DWRITE_FONT_AXIS_VALUE};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stderr]  --> src/font_face.rs:9:13
[INFO] [stderr]   |
[INFO] [stderr] 9 | use winapi::ctypes::c_void;
[INFO] [stderr]   |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/font_fallback.rs:7:13
[INFO] [stderr]   |
[INFO] [stderr] 7 | use winapi::um::dwrite_2::{IDWriteFactory2, IDWriteFontFallback};
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `wio::com`
[INFO] [stderr]   --> src/font_face.rs:24:10
[INFO] [stderr]    |
[INFO] [stderr] 24 | use wio::com::ComPtr;
[INFO] [stderr]    |          ^^^ could not find `com` in `wio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/font_family.rs:7:13
[INFO] [stderr]   |
[INFO] [stderr] 7 | use winapi::um::dwrite::IDWriteLocalizedStrings;
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/font_family.rs:8:13
[INFO] [stderr]   |
[INFO] [stderr] 8 | use winapi::um::dwrite::{IDWriteFont, IDWriteFontCollection, IDWriteFontFamily};
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `wio::com`
[INFO] [stderr]  --> src/font_fallback.rs:8:10
[INFO] [stderr]   |
[INFO] [stderr] 8 | use wio::com::ComPtr;
[INFO] [stderr]   |          ^^^ could not find `com` in `wio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stderr]  --> src/font_file.rs:7:14
[INFO] [stderr]   |
[INFO] [stderr] 7 | use std::os::windows::ffi::{OsStrExt, OsStringExt};
[INFO] [stderr]   |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `wio::com`
[INFO] [stderr]  --> src/font_family.rs:9:10
[INFO] [stderr]   |
[INFO] [stderr] 9 | use wio::com::ComPtr;
[INFO] [stderr]   |          ^^^ could not find `com` in `wio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_file.rs:14:13
[INFO] [stderr]    |
[INFO] [stderr] 14 | use winapi::um::dwrite::{IDWriteFontFace, IDWriteFontFile, IDWriteFontFileStream};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_file.rs:15:13
[INFO] [stderr]    |
[INFO] [stderr] 15 | use winapi::um::dwrite::{IDWriteFontFileLoader, IDWriteLocalFontFileLoader};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_file.rs:16:13
[INFO] [stderr]    |
[INFO] [stderr] 16 | use winapi::um::dwrite::{DWRITE_FONT_FACE_TYPE, DWRITE_FONT_FILE_TYPE_UNKNOWN};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_file.rs:17:13
[INFO] [stderr]    |
[INFO] [stderr] 17 | use winapi::um::dwrite::{DWRITE_FONT_FACE_TYPE_UNKNOWN, DWRITE_FONT_SIMULATIONS};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_file.rs:18:13
[INFO] [stderr]    |
[INFO] [stderr] 18 | use winapi::um::winnt::HRESULT;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stderr]   --> src/font_file.rs:13:13
[INFO] [stderr]    |
[INFO] [stderr] 13 | use winapi::ctypes::c_void;
[INFO] [stderr]    |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/gdi_interop.rs:7:13
[INFO] [stderr]   |
[INFO] [stderr] 7 | use winapi::um::dwrite::IDWriteBitmapRenderTarget;
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/gdi_interop.rs:8:13
[INFO] [stderr]   |
[INFO] [stderr] 8 | use winapi::um::dwrite::IDWriteGdiInterop;
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `wio::com`
[INFO] [stderr]   --> src/font_file.rs:19:10
[INFO] [stderr]    |
[INFO] [stderr] 19 | use wio::com::ComPtr;
[INFO] [stderr]    |          ^^^ could not find `com` in `wio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/rendering_params.rs:7:13
[INFO] [stderr]   |
[INFO] [stderr] 7 | use winapi::um::dwrite::IDWriteRenderingParams;
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `wio::com`
[INFO] [stderr]  --> src/gdi_interop.rs:9:10
[INFO] [stderr]   |
[INFO] [stderr] 9 | use wio::com::ComPtr;
[INFO] [stderr]   |          ^^^ could not find `com` in `wio`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `wio::com`
[INFO] [stderr]  --> src/rendering_params.rs:8:10
[INFO] [stderr]   |
[INFO] [stderr] 8 | use wio::com::ComPtr;
[INFO] [stderr]   |          ^^^ could not find `com` in `wio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/text_analysis_source.rs:8:13
[INFO] [stderr]   |
[INFO] [stderr] 8 | use winapi::um::dwrite::IDWriteTextAnalysisSource;
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stderr]  --> src/text_analysis_source.rs:7:13
[INFO] [stderr]   |
[INFO] [stderr] 7 | use winapi::ctypes::wchar_t;
[INFO] [stderr]   |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/glyph_run_analysis.rs:8:13
[INFO] [stderr]   |
[INFO] [stderr] 8 | use winapi::shared::windef::RECT;
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/glyph_run_analysis.rs:9:13
[INFO] [stderr]   |
[INFO] [stderr] 9 | use winapi::um::dcommon::DWRITE_MEASURING_MODE;
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/glyph_run_analysis.rs:10:13
[INFO] [stderr]    |
[INFO] [stderr] 10 | use winapi::um::dwrite::DWRITE_TEXTURE_CLEARTYPE_3x1;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/glyph_run_analysis.rs:11:13
[INFO] [stderr]    |
[INFO] [stderr] 11 | use winapi::um::dwrite::IDWriteGlyphRunAnalysis;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/glyph_run_analysis.rs:12:13
[INFO] [stderr]    |
[INFO] [stderr] 12 | use winapi::um::dwrite::{DWRITE_TEXTURE_ALIASED_1x1, DWRITE_GLYPH_RUN, DWRITE_TEXTURE_TYPE};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/glyph_run_analysis.rs:13:13
[INFO] [stderr]    |
[INFO] [stderr] 13 | use winapi::um::dwrite::{DWRITE_MATRIX, DWRITE_RENDERING_MODE};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/glyph_run_analysis.rs:14:13
[INFO] [stderr]    |
[INFO] [stderr] 14 | use winapi::um::winnt::HRESULT;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `wio::com`
[INFO] [stderr]  --> src/text_analysis_source.rs:9:10
[INFO] [stderr]   |
[INFO] [stderr] 9 | use wio::com::ComPtr;
[INFO] [stderr]   |          ^^^ could not find `com` in `wio`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `wio::com`
[INFO] [stderr]   --> src/glyph_run_analysis.rs:15:10
[INFO] [stderr]    |
[INFO] [stderr] 15 | use wio::com::ComPtr;
[INFO] [stderr]    |          ^^^ could not find `com` in `wio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/font_file_loader_impl.rs:9:13
[INFO] [stderr]   |
[INFO] [stderr] 9 | use winapi::shared::basetsd::{UINT32, UINT64};
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/font_file_loader_impl.rs:10:13
[INFO] [stderr]    |
[INFO] [stderr] 10 | use winapi::shared::guiddef::REFIID;
[INFO] [stderr]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/font_file_loader_impl.rs:11:13
[INFO] [stderr]    |
[INFO] [stderr] 11 | use winapi::shared::minwindef::ULONG;
[INFO] [stderr]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/font_file_loader_impl.rs:12:13
[INFO] [stderr]    |
[INFO] [stderr] 12 | use winapi::shared::winerror::{E_FAIL, E_INVALIDARG, E_NOTIMPL, S_OK};
[INFO] [stderr]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_file_loader_impl.rs:13:13
[INFO] [stderr]    |
[INFO] [stderr] 13 | use winapi::um::dwrite::IDWriteFontFile;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_file_loader_impl.rs:14:13
[INFO] [stderr]    |
[INFO] [stderr] 14 | use winapi::um::dwrite::{IDWriteFontFileLoader, IDWriteFontFileLoaderVtbl};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_file_loader_impl.rs:15:13
[INFO] [stderr]    |
[INFO] [stderr] 15 | use winapi::um::dwrite::{IDWriteFontFileStream, IDWriteFontFileStreamVtbl};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_file_loader_impl.rs:16:13
[INFO] [stderr]    |
[INFO] [stderr] 16 | use winapi::um::unknwnbase::{IUnknown, IUnknownVtbl};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_file_loader_impl.rs:17:13
[INFO] [stderr]    |
[INFO] [stderr] 17 | use winapi::um::winnt::HRESULT;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stderr]  --> src/font_file_loader_impl.rs:8:13
[INFO] [stderr]   |
[INFO] [stderr] 8 | use winapi::ctypes::c_void;
[INFO] [stderr]   |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `wio::com`
[INFO] [stderr]   --> src/font_file_loader_impl.rs:18:10
[INFO] [stderr]    |
[INFO] [stderr] 18 | use wio::com::ComPtr;
[INFO] [stderr]    |          ^^^ could not find `com` in `wio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/font_collection_impl.rs:10:13
[INFO] [stderr]    |
[INFO] [stderr] 10 | use winapi::shared::guiddef::REFIID;
[INFO] [stderr]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/font_collection_impl.rs:11:13
[INFO] [stderr]    |
[INFO] [stderr] 11 | use winapi::shared::minwindef::{BOOL, FALSE, TRUE, ULONG};
[INFO] [stderr]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/font_collection_impl.rs:12:13
[INFO] [stderr]    |
[INFO] [stderr] 12 | use winapi::shared::winerror::{E_INVALIDARG, S_OK};
[INFO] [stderr]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_collection_impl.rs:13:13
[INFO] [stderr]    |
[INFO] [stderr] 13 | use winapi::um::dwrite::IDWriteFactory;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_collection_impl.rs:14:13
[INFO] [stderr]    |
[INFO] [stderr] 14 | use winapi::um::dwrite::IDWriteFontCollectionLoader;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_collection_impl.rs:15:13
[INFO] [stderr]    |
[INFO] [stderr] 15 | use winapi::um::dwrite::IDWriteFontCollectionLoaderVtbl;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_collection_impl.rs:16:13
[INFO] [stderr]    |
[INFO] [stderr] 16 | use winapi::um::dwrite::IDWriteFontFile;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_collection_impl.rs:17:13
[INFO] [stderr]    |
[INFO] [stderr] 17 | use winapi::um::dwrite::IDWriteFontFileEnumerator;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_collection_impl.rs:18:13
[INFO] [stderr]    |
[INFO] [stderr] 18 | use winapi::um::dwrite::IDWriteFontFileEnumeratorVtbl;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_collection_impl.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 | use winapi::um::unknwnbase::{IUnknown, IUnknownVtbl};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/font_collection_impl.rs:20:13
[INFO] [stderr]    |
[INFO] [stderr] 20 | use winapi::um::winnt::HRESULT;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stderr]  --> src/font_collection_impl.rs:9:13
[INFO] [stderr]   |
[INFO] [stderr] 9 | use winapi::ctypes::c_void;
[INFO] [stderr]   |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:13:14
[INFO] [stderr]    |
[INFO] [stderr] 13 | use std::os::windows::ffi::OsStrExt;
[INFO] [stderr]    |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `wio::com`
[INFO] [stderr]   --> src/font_collection_impl.rs:21:10
[INFO] [stderr]    |
[INFO] [stderr] 21 | use wio::com::ComPtr;
[INFO] [stderr]    |          ^^^ could not find `com` in `wio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:17:13
[INFO] [stderr]    |
[INFO] [stderr] 17 | use winapi::shared::basetsd::UINT32;
[INFO] [stderr]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:18:13
[INFO] [stderr]    |
[INFO] [stderr] 18 | use winapi::shared::guiddef::REFIID;
[INFO] [stderr]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 | use winapi::shared::minwindef::{FALSE, TRUE, ULONG};
[INFO] [stderr]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:20:13
[INFO] [stderr]    |
[INFO] [stderr] 20 | use winapi::shared::ntdef::LOCALE_NAME_MAX_LENGTH;
[INFO] [stderr]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:21:13
[INFO] [stderr]    |
[INFO] [stderr] 21 | use winapi::shared::winerror::{E_INVALIDARG, S_OK};
[INFO] [stderr]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:22:13
[INFO] [stderr]    |
[INFO] [stderr] 22 | use winapi::um::dwrite::IDWriteNumberSubstitution;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:23:13
[INFO] [stderr]    |
[INFO] [stderr] 23 | use winapi::um::dwrite::IDWriteTextAnalysisSource;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:24:13
[INFO] [stderr]    |
[INFO] [stderr] 24 | use winapi::um::dwrite::IDWriteTextAnalysisSourceVtbl;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:25:13
[INFO] [stderr]    |
[INFO] [stderr] 25 | use winapi::um::dwrite::DWRITE_NUMBER_SUBSTITUTION_METHOD;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:26:13
[INFO] [stderr]    |
[INFO] [stderr] 26 | use winapi::um::dwrite::DWRITE_READING_DIRECTION;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:27:13
[INFO] [stderr]    |
[INFO] [stderr] 27 | use winapi::um::unknwnbase::{IUnknown, IUnknownVtbl};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:28:13
[INFO] [stderr]    |
[INFO] [stderr] 28 | use winapi::um::winnt::HRESULT;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:16:13
[INFO] [stderr]    |
[INFO] [stderr] 16 | use winapi::ctypes::wchar_t;
[INFO] [stderr]    |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/geometry_sink_impl.rs:6:13
[INFO] [stderr]   |
[INFO] [stderr] 6 | use winapi::shared::guiddef::REFIID;
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/geometry_sink_impl.rs:7:13
[INFO] [stderr]   |
[INFO] [stderr] 7 | use winapi::shared::minwindef::{UINT, ULONG};
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/geometry_sink_impl.rs:8:13
[INFO] [stderr]   |
[INFO] [stderr] 8 | use winapi::shared::winerror::S_OK;
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/geometry_sink_impl.rs:9:13
[INFO] [stderr]   |
[INFO] [stderr] 9 | use winapi::um::d2d1::{ID2D1SimplifiedGeometrySink, ID2D1SimplifiedGeometrySinkVtbl};
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/geometry_sink_impl.rs:10:13
[INFO] [stderr]    |
[INFO] [stderr] 10 | use winapi::um::d2d1::{D2D1_BEZIER_SEGMENT, D2D1_FIGURE_BEGIN, D2D1_FIGURE_END};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/geometry_sink_impl.rs:11:13
[INFO] [stderr]    |
[INFO] [stderr] 11 | use winapi::um::d2d1::{D2D1_FIGURE_END_CLOSED, D2D1_FILL_MODE, D2D1_PATH_SEGMENT, D2D1_POINT_2F};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/geometry_sink_impl.rs:12:13
[INFO] [stderr]    |
[INFO] [stderr] 12 | use winapi::um::unknwnbase::{IUnknown, IUnknownVtbl};
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/geometry_sink_impl.rs:13:13
[INFO] [stderr]    |
[INFO] [stderr] 13 | use winapi::um::winnt::HRESULT;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/types.rs:7:13
[INFO] [stderr]   |
[INFO] [stderr] 7 | use winapi::um::dwrite::{DWRITE_FONT_STYLE, DWRITE_FONT_WEIGHT, DWRITE_FONT_STRETCH};
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `wio::com`
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:29:10
[INFO] [stderr]    |
[INFO] [stderr] 29 | use wio::com::ComPtr;
[INFO] [stderr]    |          ^^^ could not find `com` in `wio`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `$crate::winapi::Interface`
[INFO] [stderr]   --> src/com_helpers.rs:64:25
[INFO] [stderr]    |
[INFO] [stderr] 64 |                     use $crate::winapi::Interface;
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:26:13
[INFO] [stderr]    |
[INFO] [stderr] 26 |     parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader),
[INFO] [stderr]    |             ----------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `$crate::winapi::Interface`
[INFO] [stderr]   --> src/com_helpers.rs:13:25
[INFO] [stderr]    |
[INFO] [stderr] 13 |                     use $crate::winapi::Interface;
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:87:13
[INFO] [stderr]    |
[INFO] [stderr] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stderr]    |             ---------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `$crate::winapi::Interface`
[INFO] [stderr]   --> src/com_helpers.rs:64:25
[INFO] [stderr]    |
[INFO] [stderr] 64 |                       use $crate::winapi::Interface;
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_collection_impl.rs:28:17
[INFO] [stderr]    |
[INFO] [stderr] 28 |           parent: implement_iunknown!(static IDWriteFontCollectionLoader,
[INFO] [stderr]    |  _________________-
[INFO] [stderr] 29 | |                                     CustomFontCollectionLoaderImpl),
[INFO] [stderr]    | |___________________________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `$crate::winapi::Interface`
[INFO] [stderr]    --> src/com_helpers.rs:64:25
[INFO] [stderr]     |
[INFO] [stderr] 64  |                     use $crate::winapi::Interface;
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/font_collection_impl.rs:111:13
[INFO] [stderr]     |
[INFO] [stderr] 111 |     parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl),
[INFO] [stderr]     |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `$crate::winapi::Interface`
[INFO] [stderr]   --> src/com_helpers.rs:64:25
[INFO] [stderr]    |
[INFO] [stderr] 64 |                     use $crate::winapi::Interface;
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/text_analysis_source_impl.rs:65:13
[INFO] [stderr]    |
[INFO] [stderr] 65 |     parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl),
[INFO] [stderr]    |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `$crate::winapi::Interface`
[INFO] [stderr]   --> src/com_helpers.rs:64:25
[INFO] [stderr]    |
[INFO] [stderr] 64 |                     use $crate::winapi::Interface;
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/geometry_sink_impl.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 |     parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl),
[INFO] [stderr]    |             ------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/types.rs:112:20
[INFO] [stderr]     |
[INFO] [stderr] 112 |     None = winapi::um::dwrite::DWRITE_FONT_SIMULATIONS_NONE,
[INFO] [stderr]     |                    ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/types.rs:113:20
[INFO] [stderr]     |
[INFO] [stderr] 113 |     Bold = winapi::um::dwrite::DWRITE_FONT_SIMULATIONS_BOLD,
[INFO] [stderr]     |                    ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/types.rs:114:23
[INFO] [stderr]     |
[INFO] [stderr] 114 |     Oblique = winapi::um::dwrite::DWRITE_FONT_SIMULATIONS_OBLIQUE,
[INFO] [stderr]     |                       ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/types.rs:115:27
[INFO] [stderr]     |
[INFO] [stderr] 115 |     BoldOblique = winapi::um::dwrite::DWRITE_FONT_SIMULATIONS_BOLD |
[INFO] [stderr]     |                           ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/types.rs:116:17
[INFO] [stderr]     |
[INFO] [stderr] 116 |         winapi::um::dwrite::DWRITE_FONT_SIMULATIONS_OBLIQUE,
[INFO] [stderr]     |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `ctypes` in `winapi`
[INFO] [stderr]   --> src/com_helpers.rs:62:58
[INFO] [stderr]    |
[INFO] [stderr] 62 |                     ppvObject: *mut *mut $crate::winapi::ctypes::c_void,
[INFO] [stderr]    |                                                          ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:26:13
[INFO] [stderr]    |
[INFO] [stderr] 26 |     parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader),
[INFO] [stderr]    |             ----------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/com_helpers.rs:65:51
[INFO] [stderr]    |
[INFO] [stderr] 65 |                     let this = if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stderr]    |                                                   ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:26:13
[INFO] [stderr]    |
[INFO] [stderr] 26 |     parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader),
[INFO] [stderr]    |             ----------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IDWriteFontFileLoader`
[INFO] [stderr]   --> src/font_file_loader_impl.rs:26:40
[INFO] [stderr]    |
[INFO] [stderr] 26 |     parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader),
[INFO] [stderr]    |                                        ^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `IDWriteFontFileLoader`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/com_helpers.rs:70:47
[INFO] [stderr]    |
[INFO] [stderr] 70 |                     } else if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stderr]    |                                               ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:26:13
[INFO] [stderr]    |
[INFO] [stderr] 26 |     parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader),
[INFO] [stderr]    |             ----------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IUnknown`
[INFO] [stderr]   --> src/com_helpers.rs:72:26
[INFO] [stderr]    |
[INFO] [stderr] 72 |                         &IUnknown::uuidof(),
[INFO] [stderr]    |                          ^^^^^^^^ use of undeclared type or module `IUnknown`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:26:13
[INFO] [stderr]    |
[INFO] [stderr] 26 |     parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader),
[INFO] [stderr]    |             ----------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/com_helpers.rs:76:48
[INFO] [stderr]    |
[INFO] [stderr] 76 |                         return $crate::winapi::shared::winerror::E_NOINTERFACE;
[INFO] [stderr]    |                                                ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:26:13
[INFO] [stderr]    |
[INFO] [stderr] 26 |     parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader),
[INFO] [stderr]    |             ----------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/com_helpers.rs:14:51
[INFO] [stderr]    |
[INFO] [stderr] 14 |                     let this = if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stderr]    |                                                   ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:87:13
[INFO] [stderr]    |
[INFO] [stderr] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stderr]    |             ---------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IDWriteFontFileStream`
[INFO] [stderr]   --> src/font_file_loader_impl.rs:87:33
[INFO] [stderr]    |
[INFO] [stderr] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `IDWriteFontFileStream`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/com_helpers.rs:19:47
[INFO] [stderr]    |
[INFO] [stderr] 19 |                     } else if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stderr]    |                                               ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:87:13
[INFO] [stderr]    |
[INFO] [stderr] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stderr]    |             ---------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IUnknown`
[INFO] [stderr]   --> src/com_helpers.rs:21:26
[INFO] [stderr]    |
[INFO] [stderr] 21 |                         &IUnknown::uuidof(),
[INFO] [stderr]    |                          ^^^^^^^^ use of undeclared type or module `IUnknown`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:87:13
[INFO] [stderr]    |
[INFO] [stderr] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stderr]    |             ---------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/com_helpers.rs:25:48
[INFO] [stderr]    |
[INFO] [stderr] 25 |                         return $crate::winapi::shared::winerror::E_NOINTERFACE;
[INFO] [stderr]    |                                                ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:87:13
[INFO] [stderr]    |
[INFO] [stderr] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stderr]    |             ---------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `ctypes` in `winapi`
[INFO] [stderr]   --> src/com_helpers.rs:62:58
[INFO] [stderr]    |
[INFO] [stderr] 62 |                     ppvObject: *mut *mut $crate::winapi::ctypes::c_void,
[INFO] [stderr]    |                                                          ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:26:13
[INFO] [stderr]    |
[INFO] [stderr] 26 |     parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader),
[INFO] [stderr]    |             ----------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `ctypes` in `winapi`
[INFO] [stderr]   --> src/com_helpers.rs:62:58
[INFO] [stderr]    |
[INFO] [stderr] 62 |                       ppvObject: *mut *mut $crate::winapi::ctypes::c_void,
[INFO] [stderr]    |                                                            ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_collection_impl.rs:28:17
[INFO] [stderr]    |
[INFO] [stderr] 28 |           parent: implement_iunknown!(static IDWriteFontCollectionLoader,
[INFO] [stderr]    |  _________________-
[INFO] [stderr] 29 | |                                     CustomFontCollectionLoaderImpl),
[INFO] [stderr]    | |___________________________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/com_helpers.rs:65:51
[INFO] [stderr]    |
[INFO] [stderr] 65 |                       let this = if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stderr]    |                                                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_collection_impl.rs:28:17
[INFO] [stderr]    |
[INFO] [stderr] 28 |           parent: implement_iunknown!(static IDWriteFontCollectionLoader,
[INFO] [stderr]    |  _________________-
[INFO] [stderr] 29 | |                                     CustomFontCollectionLoaderImpl),
[INFO] [stderr]    | |___________________________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IDWriteFontCollectionLoader`
[INFO] [stderr]   --> src/font_collection_impl.rs:28:44
[INFO] [stderr]    |
[INFO] [stderr] 28 |         parent: implement_iunknown!(static IDWriteFontCollectionLoader,
[INFO] [stderr]    |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `IDWriteFontCollectionLoader`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/com_helpers.rs:70:47
[INFO] [stderr]    |
[INFO] [stderr] 70 |                       } else if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stderr]    |                                                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_collection_impl.rs:28:17
[INFO] [stderr]    |
[INFO] [stderr] 28 |           parent: implement_iunknown!(static IDWriteFontCollectionLoader,
[INFO] [stderr]    |  _________________-
[INFO] [stderr] 29 | |                                     CustomFontCollectionLoaderImpl),
[INFO] [stderr]    | |___________________________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IUnknown`
[INFO] [stderr]   --> src/com_helpers.rs:72:26
[INFO] [stderr]    |
[INFO] [stderr] 72 |                           &IUnknown::uuidof(),
[INFO] [stderr]    |                            ^^^^^^^^ use of undeclared type or module `IUnknown`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_collection_impl.rs:28:17
[INFO] [stderr]    |
[INFO] [stderr] 28 |           parent: implement_iunknown!(static IDWriteFontCollectionLoader,
[INFO] [stderr]    |  _________________-
[INFO] [stderr] 29 | |                                     CustomFontCollectionLoaderImpl),
[INFO] [stderr]    | |___________________________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/com_helpers.rs:76:48
[INFO] [stderr]    |
[INFO] [stderr] 76 |                           return $crate::winapi::shared::winerror::E_NOINTERFACE;
[INFO] [stderr]    |                                                  ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_collection_impl.rs:28:17
[INFO] [stderr]    |
[INFO] [stderr] 28 |           parent: implement_iunknown!(static IDWriteFontCollectionLoader,
[INFO] [stderr]    |  _________________-
[INFO] [stderr] 29 | |                                     CustomFontCollectionLoaderImpl),
[INFO] [stderr]    | |___________________________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/com_helpers.rs:65:51
[INFO] [stderr]    |
[INFO] [stderr] 65 |                     let this = if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stderr]    |                                                   ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:26:13
[INFO] [stderr]    |
[INFO] [stderr] 26 |     parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader),
[INFO] [stderr]    |             ----------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IDWriteFontFileLoader`
[INFO] [stderr]   --> src/font_file_loader_impl.rs:26:40
[INFO] [stderr]    |
[INFO] [stderr] 26 |     parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader),
[INFO] [stderr]    |                                        ^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `IDWriteFontFileLoader`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/com_helpers.rs:70:47
[INFO] [stderr]    |
[INFO] [stderr] 70 |                     } else if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stderr]    |                                               ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:26:13
[INFO] [stderr]    |
[INFO] [stderr] 26 |     parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader),
[INFO] [stderr]    |             ----------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IUnknown`
[INFO] [stderr]   --> src/com_helpers.rs:72:26
[INFO] [stderr]    |
[INFO] [stderr] 72 |                         &IUnknown::uuidof(),
[INFO] [stderr]    |                          ^^^^^^^^ use of undeclared type or module `IUnknown`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:26:13
[INFO] [stderr]    |
[INFO] [stderr] 26 |     parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader),
[INFO] [stderr]    |             ----------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/com_helpers.rs:76:48
[INFO] [stderr]    |
[INFO] [stderr] 76 |                         return $crate::winapi::shared::winerror::E_NOINTERFACE;
[INFO] [stderr]    |                                                ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:26:13
[INFO] [stderr]    |
[INFO] [stderr] 26 |     parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader),
[INFO] [stderr]    |             ----------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/com_helpers.rs:14:51
[INFO] [stderr]    |
[INFO] [stderr] 14 |                     let this = if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stderr]    |                                                   ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:87:13
[INFO] [stderr]    |
[INFO] [stderr] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stderr]    |             ---------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IDWriteFontFileStream`
[INFO] [stderr]   --> src/font_file_loader_impl.rs:87:33
[INFO] [stderr]    |
[INFO] [stderr] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `IDWriteFontFileStream`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/com_helpers.rs:19:47
[INFO] [stderr]    |
[INFO] [stderr] 19 |                     } else if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stderr]    |                                               ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:87:13
[INFO] [stderr]    |
[INFO] [stderr] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stderr]    |             ---------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IUnknown`
[INFO] [stderr]   --> src/com_helpers.rs:21:26
[INFO] [stderr]    |
[INFO] [stderr] 21 |                         &IUnknown::uuidof(),
[INFO] [stderr]    |                          ^^^^^^^^ use of undeclared type or module `IUnknown`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:87:13
[INFO] [stderr]    |
[INFO] [stderr] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stderr]    |             ---------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/com_helpers.rs:25:48
[INFO] [stderr]    |
[INFO] [stderr] 25 |                         return $crate::winapi::shared::winerror::E_NOINTERFACE;
[INFO] [stderr]    |                                                ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:87:13
[INFO] [stderr]    |
[INFO] [stderr] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stderr]    |             ---------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `ctypes` in `winapi`
[INFO] [stderr]    --> src/com_helpers.rs:62:58
[INFO] [stderr]     |
[INFO] [stderr] 62  |                     ppvObject: *mut *mut $crate::winapi::ctypes::c_void,
[INFO] [stderr]     |                                                          ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/font_collection_impl.rs:111:13
[INFO] [stderr]     |
[INFO] [stderr] 111 |     parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl),
[INFO] [stderr]     |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]    --> src/com_helpers.rs:65:51
[INFO] [stderr]     |
[INFO] [stderr] 65  |                     let this = if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stderr]     |                                                   ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/font_collection_impl.rs:111:13
[INFO] [stderr]     |
[INFO] [stderr] 111 |     parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl),
[INFO] [stderr]     |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IDWriteFontFileEnumerator`
[INFO] [stderr]    --> src/font_collection_impl.rs:111:40
[INFO] [stderr]     |
[INFO] [stderr] 111 |     parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl),
[INFO] [stderr]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `IDWriteFontFileEnumerator`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]    --> src/com_helpers.rs:70:47
[INFO] [stderr]     |
[INFO] [stderr] 70  |                     } else if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stderr]     |                                               ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/font_collection_impl.rs:111:13
[INFO] [stderr]     |
[INFO] [stderr] 111 |     parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl),
[INFO] [stderr]     |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IUnknown`
[INFO] [stderr]    --> src/com_helpers.rs:72:26
[INFO] [stderr]     |
[INFO] [stderr] 72  |                         &IUnknown::uuidof(),
[INFO] [stderr]     |                          ^^^^^^^^ use of undeclared type or module `IUnknown`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/font_collection_impl.rs:111:13
[INFO] [stderr]     |
[INFO] [stderr] 111 |     parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl),
[INFO] [stderr]     |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]    --> src/com_helpers.rs:76:48
[INFO] [stderr]     |
[INFO] [stderr] 76  |                         return $crate::winapi::shared::winerror::E_NOINTERFACE;
[INFO] [stderr]     |                                                ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/font_collection_impl.rs:111:13
[INFO] [stderr]     |
[INFO] [stderr] 111 |     parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl),
[INFO] [stderr]     |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `ctypes` in `winapi`
[INFO] [stderr]   --> src/com_helpers.rs:62:58
[INFO] [stderr]    |
[INFO] [stderr] 62 |                     ppvObject: *mut *mut $crate::winapi::ctypes::c_void,
[INFO] [stderr]    |                                                          ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/text_analysis_source_impl.rs:65:13
[INFO] [stderr]    |
[INFO] [stderr] 65 |     parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl),
[INFO] [stderr]    |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/com_helpers.rs:65:51
[INFO] [stderr]    |
[INFO] [stderr] 65 |                     let this = if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stderr]    |                                                   ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/text_analysis_source_impl.rs:65:13
[INFO] [stderr]    |
[INFO] [stderr] 65 |     parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl),
[INFO] [stderr]    |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IDWriteTextAnalysisSource`
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:65:40
[INFO] [stderr]    |
[INFO] [stderr] 65 |     parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl),
[INFO] [stderr]    |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `IDWriteTextAnalysisSource`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/com_helpers.rs:70:47
[INFO] [stderr]    |
[INFO] [stderr] 70 |                     } else if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stderr]    |                                               ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/text_analysis_source_impl.rs:65:13
[INFO] [stderr]    |
[INFO] [stderr] 65 |     parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl),
[INFO] [stderr]    |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IUnknown`
[INFO] [stderr]   --> src/com_helpers.rs:72:26
[INFO] [stderr]    |
[INFO] [stderr] 72 |                         &IUnknown::uuidof(),
[INFO] [stderr]    |                          ^^^^^^^^ use of undeclared type or module `IUnknown`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/text_analysis_source_impl.rs:65:13
[INFO] [stderr]    |
[INFO] [stderr] 65 |     parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl),
[INFO] [stderr]    |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/com_helpers.rs:76:48
[INFO] [stderr]    |
[INFO] [stderr] 76 |                         return $crate::winapi::shared::winerror::E_NOINTERFACE;
[INFO] [stderr]    |                                                ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/text_analysis_source_impl.rs:65:13
[INFO] [stderr]    |
[INFO] [stderr] 65 |     parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl),
[INFO] [stderr]    |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `ctypes` in `winapi`
[INFO] [stderr]   --> src/com_helpers.rs:62:58
[INFO] [stderr]    |
[INFO] [stderr] 62 |                       ppvObject: *mut *mut $crate::winapi::ctypes::c_void,
[INFO] [stderr]    |                                                            ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_collection_impl.rs:28:17
[INFO] [stderr]    |
[INFO] [stderr] 28 |           parent: implement_iunknown!(static IDWriteFontCollectionLoader,
[INFO] [stderr]    |  _________________-
[INFO] [stderr] 29 | |                                     CustomFontCollectionLoaderImpl),
[INFO] [stderr]    | |___________________________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/com_helpers.rs:65:51
[INFO] [stderr]    |
[INFO] [stderr] 65 |                       let this = if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stderr]    |                                                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_collection_impl.rs:28:17
[INFO] [stderr]    |
[INFO] [stderr] 28 |           parent: implement_iunknown!(static IDWriteFontCollectionLoader,
[INFO] [stderr]    |  _________________-
[INFO] [stderr] 29 | |                                     CustomFontCollectionLoaderImpl),
[INFO] [stderr]    | |___________________________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IDWriteFontCollectionLoader`
[INFO] [stderr]   --> src/font_collection_impl.rs:28:44
[INFO] [stderr]    |
[INFO] [stderr] 28 |         parent: implement_iunknown!(static IDWriteFontCollectionLoader,
[INFO] [stderr]    |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `IDWriteFontCollectionLoader`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/com_helpers.rs:70:47
[INFO] [stderr]    |
[INFO] [stderr] 70 |                       } else if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stderr]    |                                                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_collection_impl.rs:28:17
[INFO] [stderr]    |
[INFO] [stderr] 28 |           parent: implement_iunknown!(static IDWriteFontCollectionLoader,
[INFO] [stderr]    |  _________________-
[INFO] [stderr] 29 | |                                     CustomFontCollectionLoaderImpl),
[INFO] [stderr]    | |___________________________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IUnknown`
[INFO] [stderr]   --> src/com_helpers.rs:72:26
[INFO] [stderr]    |
[INFO] [stderr] 72 |                           &IUnknown::uuidof(),
[INFO] [stderr]    |                            ^^^^^^^^ use of undeclared type or module `IUnknown`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_collection_impl.rs:28:17
[INFO] [stderr]    |
[INFO] [stderr] 28 |           parent: implement_iunknown!(static IDWriteFontCollectionLoader,
[INFO] [stderr]    |  _________________-
[INFO] [stderr] 29 | |                                     CustomFontCollectionLoaderImpl),
[INFO] [stderr]    | |___________________________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/com_helpers.rs:76:48
[INFO] [stderr]    |
[INFO] [stderr] 76 |                           return $crate::winapi::shared::winerror::E_NOINTERFACE;
[INFO] [stderr]    |                                                  ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_collection_impl.rs:28:17
[INFO] [stderr]    |
[INFO] [stderr] 28 |           parent: implement_iunknown!(static IDWriteFontCollectionLoader,
[INFO] [stderr]    |  _________________-
[INFO] [stderr] 29 | |                                     CustomFontCollectionLoaderImpl),
[INFO] [stderr]    | |___________________________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `ctypes` in `winapi`
[INFO] [stderr]    --> src/com_helpers.rs:62:58
[INFO] [stderr]     |
[INFO] [stderr] 62  |                     ppvObject: *mut *mut $crate::winapi::ctypes::c_void,
[INFO] [stderr]     |                                                          ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/font_collection_impl.rs:111:13
[INFO] [stderr]     |
[INFO] [stderr] 111 |     parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl),
[INFO] [stderr]     |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]    --> src/com_helpers.rs:65:51
[INFO] [stderr]     |
[INFO] [stderr] 65  |                     let this = if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stderr]     |                                                   ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/font_collection_impl.rs:111:13
[INFO] [stderr]     |
[INFO] [stderr] 111 |     parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl),
[INFO] [stderr]     |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IDWriteFontFileEnumerator`
[INFO] [stderr]    --> src/font_collection_impl.rs:111:40
[INFO] [stderr]     |
[INFO] [stderr] 111 |     parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl),
[INFO] [stderr]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `IDWriteFontFileEnumerator`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]    --> src/com_helpers.rs:70:47
[INFO] [stderr]     |
[INFO] [stderr] 70  |                     } else if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stderr]     |                                               ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/font_collection_impl.rs:111:13
[INFO] [stderr]     |
[INFO] [stderr] 111 |     parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl),
[INFO] [stderr]     |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IUnknown`
[INFO] [stderr]    --> src/com_helpers.rs:72:26
[INFO] [stderr]     |
[INFO] [stderr] 72  |                         &IUnknown::uuidof(),
[INFO] [stderr]     |                          ^^^^^^^^ use of undeclared type or module `IUnknown`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/font_collection_impl.rs:111:13
[INFO] [stderr]     |
[INFO] [stderr] 111 |     parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl),
[INFO] [stderr]     |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]    --> src/com_helpers.rs:76:48
[INFO] [stderr]     |
[INFO] [stderr] 76  |                         return $crate::winapi::shared::winerror::E_NOINTERFACE;
[INFO] [stderr]     |                                                ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/font_collection_impl.rs:111:13
[INFO] [stderr]     |
[INFO] [stderr] 111 |     parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl),
[INFO] [stderr]     |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `ctypes` in `winapi`
[INFO] [stderr]   --> src/com_helpers.rs:62:58
[INFO] [stderr]    |
[INFO] [stderr] 62 |                     ppvObject: *mut *mut $crate::winapi::ctypes::c_void,
[INFO] [stderr]    |                                                          ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/geometry_sink_impl.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 |     parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl),
[INFO] [stderr]    |             ------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/com_helpers.rs:65:51
[INFO] [stderr]    |
[INFO] [stderr] 65 |                     let this = if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stderr]    |                                                   ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/geometry_sink_impl.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 |     parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl),
[INFO] [stderr]    |             ------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ID2D1SimplifiedGeometrySink`
[INFO] [stderr]   --> src/geometry_sink_impl.rs:19:40
[INFO] [stderr]    |
[INFO] [stderr] 19 |     parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl),
[INFO] [stderr]    |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `ID2D1SimplifiedGeometrySink`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/com_helpers.rs:70:47
[INFO] [stderr]    |
[INFO] [stderr] 70 |                     } else if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stderr]    |                                               ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/geometry_sink_impl.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 |     parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl),
[INFO] [stderr]    |             ------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IUnknown`
[INFO] [stderr]   --> src/com_helpers.rs:72:26
[INFO] [stderr]    |
[INFO] [stderr] 72 |                         &IUnknown::uuidof(),
[INFO] [stderr]    |                          ^^^^^^^^ use of undeclared type or module `IUnknown`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/geometry_sink_impl.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 |     parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl),
[INFO] [stderr]    |             ------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/com_helpers.rs:76:48
[INFO] [stderr]    |
[INFO] [stderr] 76 |                         return $crate::winapi::shared::winerror::E_NOINTERFACE;
[INFO] [stderr]    |                                                ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/geometry_sink_impl.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 |     parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl),
[INFO] [stderr]    |             ------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `ctypes` in `winapi`
[INFO] [stderr]   --> src/com_helpers.rs:62:58
[INFO] [stderr]    |
[INFO] [stderr] 62 |                     ppvObject: *mut *mut $crate::winapi::ctypes::c_void,
[INFO] [stderr]    |                                                          ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/text_analysis_source_impl.rs:65:13
[INFO] [stderr]    |
[INFO] [stderr] 65 |     parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl),
[INFO] [stderr]    |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/com_helpers.rs:65:51
[INFO] [stderr]    |
[INFO] [stderr] 65 |                     let this = if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stderr]    |                                                   ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/text_analysis_source_impl.rs:65:13
[INFO] [stderr]    |
[INFO] [stderr] 65 |     parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl),
[INFO] [stderr]    |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IDWriteTextAnalysisSource`
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:65:40
[INFO] [stderr]    |
[INFO] [stderr] 65 |     parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl),
[INFO] [stderr]    |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `IDWriteTextAnalysisSource`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/com_helpers.rs:70:47
[INFO] [stderr]    |
[INFO] [stderr] 70 |                     } else if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stderr]    |                                               ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/text_analysis_source_impl.rs:65:13
[INFO] [stderr]    |
[INFO] [stderr] 65 |     parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl),
[INFO] [stderr]    |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IUnknown`
[INFO] [stderr]   --> src/com_helpers.rs:72:26
[INFO] [stderr]    |
[INFO] [stderr] 72 |                         &IUnknown::uuidof(),
[INFO] [stderr]    |                          ^^^^^^^^ use of undeclared type or module `IUnknown`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/text_analysis_source_impl.rs:65:13
[INFO] [stderr]    |
[INFO] [stderr] 65 |     parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl),
[INFO] [stderr]    |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/com_helpers.rs:76:48
[INFO] [stderr]    |
[INFO] [stderr] 76 |                         return $crate::winapi::shared::winerror::E_NOINTERFACE;
[INFO] [stderr]    |                                                ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/text_analysis_source_impl.rs:65:13
[INFO] [stderr]    |
[INFO] [stderr] 65 |     parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl),
[INFO] [stderr]    |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IDWriteFactory`
[INFO] [stderr]    --> src/lib.rs:138:18
[INFO] [stderr]     |
[INFO] [stderr] 138 |                 &IDWriteFactory::uuidof(),
[INFO] [stderr]     |                  ^^^^^^^^^^^^^^ use of undeclared type or module `IDWriteFactory`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_FONT_WEIGHT` in this scope
[INFO] [stderr]   --> src/types.rs:28:20
[INFO] [stderr]    |
[INFO] [stderr] 28 |     fn t(&self) -> DWRITE_FONT_WEIGHT {
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `ctypes` in `winapi`
[INFO] [stderr]   --> src/com_helpers.rs:62:58
[INFO] [stderr]    |
[INFO] [stderr] 62 |                     ppvObject: *mut *mut $crate::winapi::ctypes::c_void,
[INFO] [stderr]    |                                                          ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/geometry_sink_impl.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 |     parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl),
[INFO] [stderr]    |             ------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/com_helpers.rs:65:51
[INFO] [stderr]    |
[INFO] [stderr] 65 |                     let this = if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stderr]    |                                                   ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/geometry_sink_impl.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 |     parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl),
[INFO] [stderr]    |             ------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ID2D1SimplifiedGeometrySink`
[INFO] [stderr]   --> src/geometry_sink_impl.rs:19:40
[INFO] [stderr]    |
[INFO] [stderr] 19 |     parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl),
[INFO] [stderr]    |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `ID2D1SimplifiedGeometrySink`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_FONT_WEIGHT` in this scope
[INFO] [stderr]   --> src/types.rs:29:40
[INFO] [stderr]    |
[INFO] [stderr] 27 | impl FontWeight {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<DWRITE_FONT_WEIGHT>`
[INFO] [stderr] 28 |     fn t(&self) -> DWRITE_FONT_WEIGHT {
[INFO] [stderr] 29 |         unsafe { mem::transmute::<u32, DWRITE_FONT_WEIGHT>(self.to_u32()) }
[INFO] [stderr]    |                                        ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_FONT_STRETCH` in this scope
[INFO] [stderr]   --> src/types.rs:83:20
[INFO] [stderr]    |
[INFO] [stderr] 83 |     fn t(&self) -> DWRITE_FONT_STRETCH {
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_FONT_STRETCH` in this scope
[INFO] [stderr]   --> src/types.rs:84:48
[INFO] [stderr]    |
[INFO] [stderr] 82 | impl FontStretch {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<DWRITE_FONT_STRETCH>`
[INFO] [stderr] 83 |     fn t(&self) -> DWRITE_FONT_STRETCH {
[INFO] [stderr] 84 |         unsafe { mem::transmute::<FontStretch, DWRITE_FONT_STRETCH>(*self) }
[INFO] [stderr]    |                                                ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_FONT_STYLE` in this scope
[INFO] [stderr]    --> src/types.rs:101:20
[INFO] [stderr]     |
[INFO] [stderr] 101 |     fn t(&self) -> DWRITE_FONT_STYLE {
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_FONT_STYLE` in this scope
[INFO] [stderr]    --> src/types.rs:102:46
[INFO] [stderr]     |
[INFO] [stderr] 100 | impl FontStyle {
[INFO] [stderr]     |     - help: you might be missing a type parameter: `<DWRITE_FONT_STYLE>`
[INFO] [stderr] 101 |     fn t(&self) -> DWRITE_FONT_STYLE {
[INFO] [stderr] 102 |         unsafe { mem::transmute::<FontStyle, DWRITE_FONT_STYLE>(*self) }
[INFO] [stderr]     |                                              ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetUserDefaultLocaleName` in this scope
[INFO] [stderr]   --> src/helpers.rs:18:13
[INFO] [stderr]    |
[INFO] [stderr] 18 |             GetUserDefaultLocaleName(locale.as_mut_ptr(), locale.len() as i32 - 1);
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteLocalizedStrings` in this scope
[INFO] [stderr]   --> src/helpers.rs:25:47
[INFO] [stderr]    |
[INFO] [stderr] 25 | pub fn get_locale_string(strings: &mut ComPtr<IDWriteLocalizedStrings>) -> String {
[INFO] [stderr]    |                         -                     ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |                         |
[INFO] [stderr]    |                         help: you might be missing a type parameter: `<IDWriteLocalizedStrings>`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `BOOL` in this scope
[INFO] [stderr]   --> src/helpers.rs:28:25
[INFO] [stderr]    |
[INFO] [stderr] 28 |         let mut exists: BOOL = FALSE;
[INFO] [stderr]    |                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope
[INFO] [stderr]   --> src/helpers.rs:28:32
[INFO] [stderr]    |
[INFO] [stderr] 28 |         let mut exists: BOOL = FALSE;
[INFO] [stderr]    |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/com_helpers.rs:70:47
[INFO] [stderr]    |
[INFO] [stderr] 70 |                     } else if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stderr]    |                                               ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/geometry_sink_impl.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 |     parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl),
[INFO] [stderr]    |             ------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]   --> src/helpers.rs:30:18
[INFO] [stderr]    |
[INFO] [stderr] 30 |         if hr != S_OK || exists == FALSE {
[INFO] [stderr]    |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope
[INFO] [stderr]   --> src/helpers.rs:30:36
[INFO] [stderr]    |
[INFO] [stderr] 30 |         if hr != S_OK || exists == FALSE {
[INFO] [stderr]    |                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IUnknown`
[INFO] [stderr]   --> src/com_helpers.rs:72:26
[INFO] [stderr]    |
[INFO] [stderr] 72 |                         &IUnknown::uuidof(),
[INFO] [stderr]    |                          ^^^^^^^^ use of undeclared type or module `IUnknown`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/geometry_sink_impl.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 |     parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl),
[INFO] [stderr]    |             ------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]   --> src/helpers.rs:32:22
[INFO] [stderr]    |
[INFO] [stderr] 32 |             if hr != S_OK || exists == FALSE {
[INFO] [stderr]    |                      ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/com_helpers.rs:76:48
[INFO] [stderr]    |
[INFO] [stderr] 76 |                         return $crate::winapi::shared::winerror::E_NOINTERFACE;
[INFO] [stderr]    |                                                ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/geometry_sink_impl.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 |     parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl),
[INFO] [stderr]    |             ------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope
[INFO] [stderr]   --> src/helpers.rs:32:40
[INFO] [stderr]    |
[INFO] [stderr] 32 |             if hr != S_OK || exists == FALSE {
[INFO] [stderr]    |                                        ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteBitmapRenderTarget` in this scope
[INFO] [stderr]   --> src/bitmap_render_target.rs:19:31
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub struct BitmapRenderTarget {
[INFO] [stderr]    | ----------------------------- similarly named struct `BitmapRenderTarget` defined here
[INFO] [stderr] 19 |     native: UnsafeCell<ComPtr<IDWriteBitmapRenderTarget>>,
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: a struct with a similar name exists
[INFO] [stderr]    |
[INFO] [stderr] 19 |     native: UnsafeCell<ComPtr<BitmapRenderTarget>>,
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub struct BitmapRenderTarget<IDWriteBitmapRenderTarget> {
[INFO] [stderr]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteBitmapRenderTarget` in this scope
[INFO] [stderr]   --> src/bitmap_render_target.rs:23:32
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub struct BitmapRenderTarget {
[INFO] [stderr]    | ----------------------------- similarly named struct `BitmapRenderTarget` defined here
[INFO] [stderr] ...
[INFO] [stderr] 23 |     pub fn take(native: ComPtr<IDWriteBitmapRenderTarget>) -> BitmapRenderTarget {
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: a struct with a similar name exists
[INFO] [stderr]    |
[INFO] [stderr] 23 |     pub fn take(native: ComPtr<BitmapRenderTarget>) -> BitmapRenderTarget {
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 22 | impl<IDWriteBitmapRenderTarget> BitmapRenderTarget {
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteBitmapRenderTarget` in this scope
[INFO] [stderr]   --> src/bitmap_render_target.rs:29:41
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub struct BitmapRenderTarget {
[INFO] [stderr]    | ----------------------------- similarly named struct `BitmapRenderTarget` defined here
[INFO] [stderr] ...
[INFO] [stderr] 29 |     pub unsafe fn as_ptr(&self) -> *mut IDWriteBitmapRenderTarget {
[INFO] [stderr]    |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `BitmapRenderTarget`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HDC` in this scope
[INFO] [stderr]   --> src/bitmap_render_target.rs:40:36
[INFO] [stderr]    |
[INFO] [stderr] 40 |     pub fn get_memory_dc(&self) -> HDC {
[INFO] [stderr]    |                                    ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_MEASURING_MODE` in this scope
[INFO] [stderr]   --> src/bitmap_render_target.rs:48:25
[INFO] [stderr]    |
[INFO] [stderr] 48 |         measuring_mode: DWRITE_MEASURING_MODE,
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_GLYPH_OFFSET` in this scope
[INFO] [stderr]   --> src/bitmap_render_target.rs:53:26
[INFO] [stderr]    |
[INFO] [stderr] 53 |         glyph_offsets: &[DWRITE_GLYPH_OFFSET],
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `RECT` in this scope
[INFO] [stderr]   --> src/bitmap_render_target.rs:56:10
[INFO] [stderr]    |
[INFO] [stderr] 56 |     ) -> RECT {
[INFO] [stderr]    |          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_GLYPH_RUN` in this scope
[INFO] [stderr]   --> src/bitmap_render_target.rs:65:32
[INFO] [stderr]    |
[INFO] [stderr] 65 |             let mut glyph_run: DWRITE_GLYPH_RUN = zeroed();
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `RECT` in this scope
[INFO] [stderr]   --> src/bitmap_render_target.rs:75:27
[INFO] [stderr]    |
[INFO] [stderr] 75 |             let mut rect: RECT = zeroed();
[INFO] [stderr]    |                           ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `RGB` in this scope
[INFO] [stderr]   --> src/bitmap_render_target.rs:82:17
[INFO] [stderr]    |
[INFO] [stderr] 82 |                 RGB(r, g, b),
[INFO] [stderr]    |                 ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `BITMAP` in this scope
[INFO] [stderr]   --> src/bitmap_render_target.rs:99:29
[INFO] [stderr]    |
[INFO] [stderr] 99 |             let mut bitmap: BITMAP = zeroed();
[INFO] [stderr]    |                             ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetObjectW` in this scope
[INFO] [stderr]    --> src/bitmap_render_target.rs:100:23
[INFO] [stderr]     |
[INFO] [stderr] 100 |             let ret = GetObjectW(
[INFO] [stderr]     |                       ^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetCurrentObject` in this scope
[INFO] [stderr]    --> src/bitmap_render_target.rs:101:17
[INFO] [stderr]     |
[INFO] [stderr] 101 |                 GetCurrentObject(memory_dc, OBJ_BITMAP),
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `OBJ_BITMAP` in this scope
[INFO] [stderr]    --> src/bitmap_render_target.rs:101:45
[INFO] [stderr]     |
[INFO] [stderr] 101 |                 GetCurrentObject(memory_dc, OBJ_BITMAP),
[INFO] [stderr]     |                                             ^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `BITMAP` in this scope
[INFO] [stderr]    --> src/bitmap_render_target.rs:102:27
[INFO] [stderr]     |
[INFO] [stderr] 22  | impl BitmapRenderTarget {
[INFO] [stderr]     |     - help: you might be missing a type parameter: `<BITMAP>`
[INFO] [stderr] ...
[INFO] [stderr] 102 |                 size_of::<BITMAP>() as i32,
[INFO] [stderr]     |                           ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `BITMAP` in this scope
[INFO] [stderr]    --> src/bitmap_render_target.rs:105:38
[INFO] [stderr]     |
[INFO] [stderr] 22  | impl BitmapRenderTarget {
[INFO] [stderr]     |     - help: you might be missing a type parameter: `<BITMAP>`
[INFO] [stderr] ...
[INFO] [stderr] 105 |             assert!(ret == size_of::<BITMAP>() as i32);
[INFO] [stderr]     |                                      ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFont` in this scope
[INFO] [stderr]   --> src/font.rs:26:31
[INFO] [stderr]    |
[INFO] [stderr] 25 | pub struct Font {
[INFO] [stderr]    |                - help: you might be missing a type parameter: `<IDWriteFont>`
[INFO] [stderr] 26 |     native: UnsafeCell<ComPtr<IDWriteFont>>,
[INFO] [stderr]    |                               ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFont` in this scope
[INFO] [stderr]   --> src/font.rs:30:32
[INFO] [stderr]    |
[INFO] [stderr] 29 | impl Font {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<IDWriteFont>`
[INFO] [stderr] 30 |     pub fn take(native: ComPtr<IDWriteFont>) -> Font {
[INFO] [stderr]    |                                ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFont` in this scope
[INFO] [stderr]   --> src/font.rs:36:41
[INFO] [stderr]    |
[INFO] [stderr] 36 |     pub unsafe fn as_ptr(&self) -> *mut IDWriteFont {
[INFO] [stderr]    |                                         ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFont1` in this scope
[INFO] [stderr]   --> src/font.rs:63:38
[INFO] [stderr]    |
[INFO] [stderr] 29 | impl Font {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<IDWriteFont1>`
[INFO] [stderr] ...
[INFO] [stderr] 63 |             let font1: Option<ComPtr<IDWriteFont1>> = (*self.native.get()).cast().ok();
[INFO] [stderr]    |                                      ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope
[INFO] [stderr]   --> src/font.rs:64:57
[INFO] [stderr]    |
[INFO] [stderr] 64 |             font1.map(|font| font.IsMonospacedFont() == TRUE)
[INFO] [stderr]    |                                                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFamily` in this scope
[INFO] [stderr]   --> src/font.rs:74:34
[INFO] [stderr]    |
[INFO] [stderr] 74 |             let mut family: *mut IDWriteFontFamily = ptr::null_mut();
[INFO] [stderr]    |                                  ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteLocalizedStrings` in this scope
[INFO] [stderr]   --> src/font.rs:84:33
[INFO] [stderr]    |
[INFO] [stderr] 84 |             let mut names: *mut IDWriteLocalizedStrings = ptr::null_mut();
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteLocalizedStrings` in this scope
[INFO] [stderr]   --> src/font.rs:94:33
[INFO] [stderr]    |
[INFO] [stderr] 94 |             let mut names: *mut IDWriteLocalizedStrings = ptr::null_mut();
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope
[INFO] [stderr]   --> src/font.rs:95:30
[INFO] [stderr]    |
[INFO] [stderr] 95 |             let mut exists = FALSE;
[INFO] [stderr]    |                              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_INFORMATIONAL_STRING_ID` in this scope
[INFO] [stderr]   --> src/font.rs:96:28
[INFO] [stderr]    |
[INFO] [stderr] 96 |             let id = id as DWRITE_INFORMATIONAL_STRING_ID;
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]   --> src/font.rs:98:27
[INFO] [stderr]    |
[INFO] [stderr] 98 |             assert!(hr == S_OK);
[INFO] [stderr]    |                           ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope
[INFO] [stderr]   --> src/font.rs:99:26
[INFO] [stderr]    |
[INFO] [stderr] 99 |             if exists == TRUE {
[INFO] [stderr]    |                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFace` in this scope
[INFO] [stderr]    --> src/font.rs:111:32
[INFO] [stderr]     |
[INFO] [stderr] 111 |             let mut face: *mut IDWriteFontFace = ptr::null_mut();
[INFO] [stderr]     |                                ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFont1` in this scope
[INFO] [stderr]    --> src/font.rs:120:39
[INFO] [stderr]     |
[INFO] [stderr] 29  | impl Font {
[INFO] [stderr]     |     - help: you might be missing a type parameter: `<IDWriteFont1>`
[INFO] [stderr] ...
[INFO] [stderr] 120 |             let font_1: Option<ComPtr<IDWriteFont1>> = (*self.native.get()).cast().ok();
[INFO] [stderr]     |                                       ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DWRITE_INFORMATIONAL_STRING_FULL_NAME` in this scope
[INFO] [stderr]    --> src/font.rs:150:16
[INFO] [stderr]     |
[INFO] [stderr] 150 |     FullName = DWRITE_INFORMATIONAL_STRING_FULL_NAME,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DWRITE_INFORMATIONAL_STRING_POSTSCRIPT_NAME` in this scope
[INFO] [stderr]    --> src/font.rs:151:22
[INFO] [stderr]     |
[INFO] [stderr] 151 |     PostscriptName = DWRITE_INFORMATIONAL_STRING_POSTSCRIPT_NAME,
[INFO] [stderr]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DWRITE_INFORMATIONAL_STRING_POSTSCRIPT_CID_NAME` in this scope
[INFO] [stderr]    --> src/font.rs:152:25
[INFO] [stderr]     |
[INFO] [stderr] 152 |     PostscriptCidName = DWRITE_INFORMATIONAL_STRING_POSTSCRIPT_CID_NAME,
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_FONT_METRICS` in this scope
[INFO] [stderr]    --> src/font.rs:158:14
[INFO] [stderr]     |
[INFO] [stderr] 158 |     Metrics0(DWRITE_FONT_METRICS),
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_FONT_METRICS1` in this scope
[INFO] [stderr]    --> src/font.rs:160:14
[INFO] [stderr]     |
[INFO] [stderr] 160 |     Metrics1(DWRITE_FONT_METRICS1),
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_FONT_METRICS` in this scope
[INFO] [stderr]    --> src/font.rs:165:30
[INFO] [stderr]     |
[INFO] [stderr] 165 |     pub fn metrics0(self) -> DWRITE_FONT_METRICS {
[INFO] [stderr]     |                              ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `DWRITE_FONT_METRICS` in this scope
[INFO] [stderr]    --> src/font.rs:168:47
[INFO] [stderr]     |
[INFO] [stderr] 168 |             FontMetrics::Metrics1(metrics) => DWRITE_FONT_METRICS {
[INFO] [stderr]     |                                               ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontCollection` in this scope
[INFO] [stderr]   --> src/font_collection.rs:21:24
[INFO] [stderr]    |
[INFO] [stderr] 21 |     collection: ComPtr<IDWriteFontCollection>,
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 43 | pub struct FontCollection {
[INFO] [stderr]    | ------------------------- similarly named struct `FontCollection` defined here
[INFO] [stderr]    |
[INFO] [stderr] help: a struct with a similar name exists
[INFO] [stderr]    |
[INFO] [stderr] 21 |     collection: ComPtr<FontCollection>,
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 20 | pub struct FontCollectionFamilyIterator<IDWriteFontCollection> {
[INFO] [stderr]    |                                        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFamily` in this scope
[INFO] [stderr]   --> src/font_collection.rs:34:34
[INFO] [stderr]    |
[INFO] [stderr] 34 |             let mut family: *mut IDWriteFontFamily = ptr::null_mut();
[INFO] [stderr]    |                                  ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontCollection` in this scope
[INFO] [stderr]   --> src/font_collection.rs:44:31
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub struct FontCollection {
[INFO] [stderr]    | ------------------------- similarly named struct `FontCollection` defined here
[INFO] [stderr] 44 |     native: UnsafeCell<ComPtr<IDWriteFontCollection>>,
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: a struct with a similar name exists
[INFO] [stderr]    |
[INFO] [stderr] 44 |     native: UnsafeCell<ComPtr<FontCollection>>,
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub struct FontCollection<IDWriteFontCollection> {
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontCollection` in this scope
[INFO] [stderr]   --> src/font_collection.rs:50:34
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub struct FontCollection {
[INFO] [stderr]    | ------------------------- similarly named struct `FontCollection` defined here
[INFO] [stderr] ...
[INFO] [stderr] 50 |             let mut native: *mut IDWriteFontCollection = ptr::null_mut();
[INFO] [stderr]    |                                  ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontCollection`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope
[INFO] [stderr]   --> src/font_collection.rs:53:29
[INFO] [stderr]    |
[INFO] [stderr] 53 |                 if update { TRUE } else { FALSE },
[INFO] [stderr]    |                             ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope
[INFO] [stderr]   --> src/font_collection.rs:53:43
[INFO] [stderr]    |
[INFO] [stderr] 53 |                 if update { TRUE } else { FALSE },
[INFO] [stderr]    |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontCollection` in this scope
[INFO] [stderr]   --> src/font_collection.rs:67:32
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub struct FontCollection {
[INFO] [stderr]    | ------------------------- similarly named struct `FontCollection` defined here
[INFO] [stderr] ...
[INFO] [stderr] 67 |     pub fn take(native: ComPtr<IDWriteFontCollection>) -> FontCollection {
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: a struct with a similar name exists
[INFO] [stderr]    |
[INFO] [stderr] 67 |     pub fn take(native: ComPtr<FontCollection>) -> FontCollection {
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 47 | impl<IDWriteFontCollection> FontCollection {
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontCollectionLoader` in this scope
[INFO] [stderr]   --> src/font_collection.rs:73:50
[INFO] [stderr]    |
[INFO] [stderr] 47 | impl FontCollection {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<IDWriteFontCollectionLoader>`
[INFO] [stderr] ...
[INFO] [stderr] 73 |     pub fn from_loader(collection_loader: ComPtr<IDWriteFontCollectionLoader>) -> FontCollection {
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]   --> src/font_collection.rs:78:17
[INFO] [stderr]    |
[INFO] [stderr] 78 |                 S_OK
[INFO] [stderr]    |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontCollection` in this scope
[INFO] [stderr]   --> src/font_collection.rs:80:38
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub struct FontCollection {
[INFO] [stderr]    | ------------------------- similarly named struct `FontCollection` defined here
[INFO] [stderr] ...
[INFO] [stderr] 80 |             let mut collection: *mut IDWriteFontCollection = ptr::null_mut();
[INFO] [stderr]    |                                      ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontCollection`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]   --> src/font_collection.rs:89:17
[INFO] [stderr]    |
[INFO] [stderr] 89 |                 S_OK
[INFO] [stderr]    |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontCollection` in this scope
[INFO] [stderr]   --> src/font_collection.rs:95:41
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub struct FontCollection {
[INFO] [stderr]    | ------------------------- similarly named struct `FontCollection` defined here
[INFO] [stderr] ...
[INFO] [stderr] 95 |     pub unsafe fn as_ptr(&self) -> *mut IDWriteFontCollection {
[INFO] [stderr]    |                                         ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontCollection`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFamily` in this scope
[INFO] [stderr]    --> src/font_collection.rs:115:34
[INFO] [stderr]     |
[INFO] [stderr] 115 |             let mut family: *mut IDWriteFontFamily = ptr::null_mut();
[INFO] [stderr]     |                                  ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFont` in this scope
[INFO] [stderr]    --> src/font_collection.rs:141:32
[INFO] [stderr]     |
[INFO] [stderr] 141 |             let mut font: *mut IDWriteFont = ptr::null_mut();
[INFO] [stderr]     |                                ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `BOOL` in this scope
[INFO] [stderr]    --> src/font_collection.rs:153:29
[INFO] [stderr]     |
[INFO] [stderr] 153 |             let mut exists: BOOL = FALSE;
[INFO] [stderr]     |                             ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope
[INFO] [stderr]    --> src/font_collection.rs:153:36
[INFO] [stderr]     |
[INFO] [stderr] 153 |             let mut exists: BOOL = FALSE;
[INFO] [stderr]     |                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope
[INFO] [stderr]    --> src/font_collection.rs:160:26
[INFO] [stderr]     |
[INFO] [stderr] 160 |             if exists == FALSE {
[INFO] [stderr]     |                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFamily` in this scope
[INFO] [stderr]    --> src/font_collection.rs:164:34
[INFO] [stderr]     |
[INFO] [stderr] 164 |             let mut family: *mut IDWriteFontFamily = ptr::null_mut();
[INFO] [stderr]     |                                  ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFace` in this scope
[INFO] [stderr]   --> src/font_face.rs:32:31
[INFO] [stderr]    |
[INFO] [stderr] 31 | pub struct FontFace {
[INFO] [stderr]    |                    - help: you might be missing a type parameter: `<IDWriteFontFace>`
[INFO] [stderr] 32 |     native: UnsafeCell<ComPtr<IDWriteFontFace>>,
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFace5` in this scope
[INFO] [stderr]   --> src/font_face.rs:33:37
[INFO] [stderr]    |
[INFO] [stderr] 31 | pub struct FontFace {
[INFO] [stderr]    |                    - help: you might be missing a type parameter: `<IDWriteFontFace5>`
[INFO] [stderr] 32 |     native: UnsafeCell<ComPtr<IDWriteFontFace>>,
[INFO] [stderr] 33 |     face5: UnsafeCell<Option<ComPtr<IDWriteFontFace5>>>,
[INFO] [stderr]    |                                     ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFace` in this scope
[INFO] [stderr]   --> src/font_face.rs:37:32
[INFO] [stderr]    |
[INFO] [stderr] 36 | impl FontFace {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<IDWriteFontFace>`
[INFO] [stderr] 37 |     pub fn take(native: ComPtr<IDWriteFontFace>) -> FontFace {
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFace` in this scope
[INFO] [stderr]   --> src/font_face.rs:45:41
[INFO] [stderr]    |
[INFO] [stderr] 45 |     pub unsafe fn as_ptr(&self) -> *mut IDWriteFontFace {
[INFO] [stderr]    |                                         ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFile` in this scope
[INFO] [stderr]   --> src/font_face.rs:49:48
[INFO] [stderr]    |
[INFO] [stderr] 36 | impl FontFace {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<IDWriteFontFile>`
[INFO] [stderr] ...
[INFO] [stderr] 49 |     unsafe fn get_raw_files(&self) -> Vec<*mut IDWriteFontFile> {
[INFO] [stderr]    |                                                ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFile` in this scope
[INFO] [stderr]   --> src/font_face.rs:54:37
[INFO] [stderr]    |
[INFO] [stderr] 36 | impl FontFace {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<IDWriteFontFile>`
[INFO] [stderr] ...
[INFO] [stderr] 54 |         let mut file_ptrs: Vec<*mut IDWriteFontFile> =
[INFO] [stderr]    |                                     ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_FONT_SIMULATIONS` in this scope
[INFO] [stderr]   --> src/font_face.rs:73:22
[INFO] [stderr]    |
[INFO] [stderr] 73 |         simulations: DWRITE_FONT_SIMULATIONS,
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFace` in this scope
[INFO] [stderr]   --> src/font_face.rs:79:32
[INFO] [stderr]    |
[INFO] [stderr] 79 |             let mut face: *mut IDWriteFontFace = ptr::null_mut();
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFile` in this scope
[INFO] [stderr]   --> src/font_face.rs:89:34
[INFO] [stderr]    |
[INFO] [stderr] 36 | impl FontFace {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<IDWriteFontFile>`
[INFO] [stderr] ...
[INFO] [stderr] 89 |                 let _ = ComPtr::<IDWriteFontFile>::from_raw(p);
[INFO] [stderr]    |                                  ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFace1` in this scope
[INFO] [stderr]    --> src/font_face.rs:102:39
[INFO] [stderr]     |
[INFO] [stderr] 36  | impl FontFace {
[INFO] [stderr]     |     - help: you might be missing a type parameter: `<IDWriteFontFace1>`
[INFO] [stderr] ...
[INFO] [stderr] 102 |             let font_1: Option<ComPtr<IDWriteFontFace1>> = (*self.native.get()).cast().ok();
[INFO] [stderr]     |                                       ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_GLYPH_METRICS` in this scope
[INFO] [stderr]    --> src/font_face.rs:135:14
[INFO] [stderr]     |
[INFO] [stderr] 36  | impl FontFace {
[INFO] [stderr]     |     - help: you might be missing a type parameter: `<DWRITE_GLYPH_METRICS>`
[INFO] [stderr] ...
[INFO] [stderr] 135 |     ) -> Vec<DWRITE_GLYPH_METRICS> {
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_GLYPH_METRICS` in this scope
[INFO] [stderr]    --> src/font_face.rs:137:34
[INFO] [stderr]     |
[INFO] [stderr] 36  | impl FontFace {
[INFO] [stderr]     |     - help: you might be missing a type parameter: `<DWRITE_GLYPH_METRICS>`
[INFO] [stderr] ...
[INFO] [stderr] 137 |             let mut metrics: Vec<DWRITE_GLYPH_METRICS> = vec![zeroed(); glyph_indices.len()];
[INFO] [stderr]     |                                  ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `BOOL` in this scope
[INFO] [stderr]    --> src/font_face.rs:142:32
[INFO] [stderr]     |
[INFO] [stderr] 142 |                 is_sideways as BOOL,
[INFO] [stderr]     |                                ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_MATRIX` in this scope
[INFO] [stderr]    --> src/font_face.rs:153:27
[INFO] [stderr]     |
[INFO] [stderr] 153 |         transform: *const DWRITE_MATRIX,
[INFO] [stderr]     |                           ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_GLYPH_METRICS` in this scope
[INFO] [stderr]    --> src/font_face.rs:157:14
[INFO] [stderr]     |
[INFO] [stderr] 36  | impl FontFace {
[INFO] [stderr]     |     - help: you might be missing a type parameter: `<DWRITE_GLYPH_METRICS>`
[INFO] [stderr] ...
[INFO] [stderr] 157 |     ) -> Vec<DWRITE_GLYPH_METRICS> {
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_GLYPH_METRICS` in this scope
[INFO] [stderr]    --> src/font_face.rs:159:34
[INFO] [stderr]     |
[INFO] [stderr] 36  | impl FontFace {
[INFO] [stderr]     |     - help: you might be missing a type parameter: `<DWRITE_GLYPH_METRICS>`
[INFO] [stderr] ...
[INFO] [stderr] 159 |             let mut metrics: Vec<DWRITE_GLYPH_METRICS> = vec![zeroed(); glyph_indices.len()];
[INFO] [stderr]     |                                  ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `BOOL` in this scope
[INFO] [stderr]    --> src/font_face.rs:164:36
[INFO] [stderr]     |
[INFO] [stderr] 164 |                 use_gdi_natural as BOOL,
[INFO] [stderr]     |                                    ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `BOOL` in this scope
[INFO] [stderr]    --> src/font_face.rs:168:32
[INFO] [stderr]     |
[INFO] [stderr] 168 |                 is_sideways as BOOL,
[INFO] [stderr]     |                                ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `BOOL` in this scope
[INFO] [stderr]    --> src/font_face.rs:184:29
[INFO] [stderr]     |
[INFO] [stderr] 184 |             let mut exists: BOOL = FALSE;
[INFO] [stderr]     |                             ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope
[INFO] [stderr]    --> src/font_face.rs:184:36
[INFO] [stderr]     |
[INFO] [stderr] 184 |             let mut exists: BOOL = FALSE;
[INFO] [stderr]     |                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope
[INFO] [stderr]    --> src/font_face.rs:195:26
[INFO] [stderr]     |
[INFO] [stderr] 195 |             if exists == FALSE {
[INFO] [stderr]     |                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_MEASURING_MODE` in this scope
[INFO] [stderr]    --> src/font_face.rs:211:23
[INFO] [stderr]     |
[INFO] [stderr] 211 |         measure_mode: DWRITE_MEASURING_MODE,
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteRenderingParams` in this scope
[INFO] [stderr]    --> src/font_face.rs:212:32
[INFO] [stderr]     |
[INFO] [stderr] 212 |         rendering_params: *mut IDWriteRenderingParams,
[INFO] [stderr]     |                                ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_RENDERING_MODE` in this scope
[INFO] [stderr]    --> src/font_face.rs:213:10
[INFO] [stderr]     |
[INFO] [stderr] 213 |     ) -> DWRITE_RENDERING_MODE {
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_RENDERING_MODE` in this scope
[INFO] [stderr]    --> src/font_face.rs:215:34
[INFO] [stderr]     |
[INFO] [stderr] 215 |             let mut render_mode: DWRITE_RENDERING_MODE = DWRITE_RENDERING_MODE_DEFAULT;
[INFO] [stderr]     |                                  ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DWRITE_RENDERING_MODE_DEFAULT` in this scope
[INFO] [stderr]    --> src/font_face.rs:215:58
[INFO] [stderr]     |
[INFO] [stderr] 215 |             let mut render_mode: DWRITE_RENDERING_MODE = DWRITE_RENDERING_MODE_DEFAULT;
[INFO] [stderr]     |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DWRITE_RENDERING_MODE_NATURAL_SYMMETRIC` in this scope
[INFO] [stderr]    --> src/font_face.rs:225:24
[INFO] [stderr]     |
[INFO] [stderr] 225 |                 return DWRITE_RENDERING_MODE_NATURAL_SYMMETRIC;
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_MEASURING_MODE` in this scope
[INFO] [stderr]    --> src/font_face.rs:236:23
[INFO] [stderr]     |
[INFO] [stderr] 236 |         measure_mode: DWRITE_MEASURING_MODE,
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_RENDERING_MODE` in this scope
[INFO] [stderr]    --> src/font_face.rs:237:10
[INFO] [stderr]     |
[INFO] [stderr] 237 |     ) -> DWRITE_RENDERING_MODE {
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_GLYPH_OFFSET` in this scope
[INFO] [stderr]    --> src/font_face.rs:251:33
[INFO] [stderr]     |
[INFO] [stderr] 36  | impl FontFace {
[INFO] [stderr]     |     - help: you might be missing a type parameter: `<DWRITE_GLYPH_OFFSET>`
[INFO] [stderr] ...
[INFO] [stderr] 251 |         glyph_offsets: Option<&[DWRITE_GLYPH_OFFSET]>,
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope
[INFO] [stderr]    --> src/font_face.rs:271:48
[INFO] [stderr]     |
[INFO] [stderr] 271 |             let is_sideways = if is_sideways { TRUE } else { FALSE };
[INFO] [stderr]     |                                                ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope
[INFO] [stderr]    --> src/font_face.rs:271:62
[INFO] [stderr]     |
[INFO] [stderr] 271 |             let is_sideways = if is_sideways { TRUE } else { FALSE };
[INFO] [stderr]     |                                                              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope
[INFO] [stderr]    --> src/font_face.rs:272:58
[INFO] [stderr]     |
[INFO] [stderr] 272 |             let is_right_to_left = if is_right_to_left { TRUE } else { FALSE };
[INFO] [stderr]     |                                                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope
[INFO] [stderr]    --> src/font_face.rs:272:72
[INFO] [stderr]     |
[INFO] [stderr] 272 |             let is_right_to_left = if is_right_to_left { TRUE } else { FALSE };
[INFO] [stderr]     |                                                                        ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]    --> src/font_face.rs:285:28
[INFO] [stderr]     |
[INFO] [stderr] 285 |             assert_eq!(hr, S_OK);
[INFO] [stderr]     |                            ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFace5` in this scope
[INFO] [stderr]    --> src/font_face.rs:311:49
[INFO] [stderr]     |
[INFO] [stderr] 36  | impl FontFace {
[INFO] [stderr]     |     - help: you might be missing a type parameter: `<IDWriteFontFace5>`
[INFO] [stderr] ...
[INFO] [stderr] 311 |     unsafe fn get_face5(&self) -> Option<ComPtr<IDWriteFontFace5>> {
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope
[INFO] [stderr]    --> src/font_face.rs:321:57
[INFO] [stderr]     |
[INFO] [stderr] 321 |                 Some(face5) => face5.HasVariations() == TRUE,
[INFO] [stderr]     |                                                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_FONT_SIMULATIONS` in this scope
[INFO] [stderr]    --> src/font_face.rs:329:22
[INFO] [stderr]     |
[INFO] [stderr] 329 |         simulations: DWRITE_FONT_SIMULATIONS,
[INFO] [stderr]     |                      ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_FONT_AXIS_VALUE` in this scope
[INFO] [stderr]    --> src/font_face.rs:330:24
[INFO] [stderr]     |
[INFO] [stderr] 330 |         axis_values: &[DWRITE_FONT_AXIS_VALUE],
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontResource` in this scope
[INFO] [stderr]    --> src/font_face.rs:334:40
[INFO] [stderr]     |
[INFO] [stderr] 334 |                 let mut resource: *mut IDWriteFontResource = ptr::null_mut();
[INFO] [stderr]     |                                        ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]    --> src/font_face.rs:336:26
[INFO] [stderr]     |
[INFO] [stderr] 336 |                 if hr == S_OK && !resource.is_null() {
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFace5` in this scope
[INFO] [stderr]    --> src/font_face.rs:338:44
[INFO] [stderr]     |
[INFO] [stderr] 338 |                     let mut var_face: *mut IDWriteFontFace5 = ptr::null_mut();
[INFO] [stderr]     |                                            ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]    --> src/font_face.rs:345:30
[INFO] [stderr]     |
[INFO] [stderr] 345 |                     if hr == S_OK && !var_face.is_null() {
[INFO] [stderr]     |                              ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFallback` in this scope
[INFO] [stderr]   --> src/font_fallback.rs:13:31
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub struct FontFallback {
[INFO] [stderr]    |                        - help: you might be missing a type parameter: `<IDWriteFontFallback>`
[INFO] [stderr] 13 |     native: UnsafeCell<ComPtr<IDWriteFontFallback>>,
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFactory2` in this scope
[INFO] [stderr]   --> src/font_fallback.rs:29:41
[INFO] [stderr]    |
[INFO] [stderr] 25 | impl FontFallback {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<IDWriteFactory2>`
[INFO] [stderr] ...
[INFO] [stderr] 29 |             let factory2: Option<ComPtr<IDWriteFactory2>> = factory.cast().ok();
[INFO] [stderr]    |                                         ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFallback` in this scope
[INFO] [stderr]   --> src/font_fallback.rs:39:32
[INFO] [stderr]    |
[INFO] [stderr] 25 | impl FontFallback {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<IDWriteFontFallback>`
[INFO] [stderr] ...
[INFO] [stderr] 39 |     pub fn take(native: ComPtr<IDWriteFontFallback>) -> FontFallback {
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFallback` in this scope
[INFO] [stderr]   --> src/font_fallback.rs:46:41
[INFO] [stderr]    |
[INFO] [stderr] 46 |     pub unsafe fn as_ptr(&self) -> *mut IDWriteFontFallback {
[INFO] [stderr]    |                                         ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFamily` in this scope
[INFO] [stderr]   --> src/font_family.rs:15:31
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub struct FontFamily {
[INFO] [stderr]    |                      - help: you might be missing a type parameter: `<IDWriteFontFamily>`
[INFO] [stderr] 15 |     native: UnsafeCell<ComPtr<IDWriteFontFamily>>,
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFamily` in this scope
[INFO] [stderr]   --> src/font_family.rs:19:32
[INFO] [stderr]    |
[INFO] [stderr] 18 | impl FontFamily {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<IDWriteFontFamily>`
[INFO] [stderr] 19 |     pub fn take(native: ComPtr<IDWriteFontFamily>) -> FontFamily {
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFamily` in this scope
[INFO] [stderr]   --> src/font_family.rs:25:41
[INFO] [stderr]    |
[INFO] [stderr] 25 |     pub unsafe fn as_ptr(&self) -> *mut IDWriteFontFamily {
[INFO] [stderr]    |                                         ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteLocalizedStrings` in this scope
[INFO] [stderr]   --> src/font_family.rs:31:40
[INFO] [stderr]    |
[INFO] [stderr] 31 |             let mut family_names: *mut IDWriteLocalizedStrings = ptr::null_mut();
[INFO] [stderr]    |                                        ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFont` in this scope
[INFO] [stderr]   --> src/font_family.rs:46:32
[INFO] [stderr]    |
[INFO] [stderr] 46 |             let mut font: *mut IDWriteFont = ptr::null_mut();
[INFO] [stderr]    |                                ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontCollection` in this scope
[INFO] [stderr]   --> src/font_family.rs:60:38
[INFO] [stderr]    |
[INFO] [stderr] 60 |             let mut collection: *mut IDWriteFontCollection = ptr::null_mut();
[INFO] [stderr]    |                                      ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontCollection`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_collection.rs:43:1
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub struct FontCollection {
[INFO] [stderr]    | ------------------------- similarly named struct `FontCollection` defined here
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFont` in this scope
[INFO] [stderr]   --> src/font_family.rs:73:32
[INFO] [stderr]    |
[INFO] [stderr] 73 |             let mut font: *mut IDWriteFont = ptr::null_mut();
[INFO] [stderr]    |                                ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFile` in this scope
[INFO] [stderr]   --> src/font_file.rs:26:31
[INFO] [stderr]    |
[INFO] [stderr] 25 | pub struct FontFile {
[INFO] [stderr]    |                    - help: you might be missing a type parameter: `<IDWriteFontFile>`
[INFO] [stderr] 26 |     native: UnsafeCell<ComPtr<IDWriteFontFile>>,
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope
[INFO] [stderr]   --> src/font_file.rs:27:38
[INFO] [stderr]    |
[INFO] [stderr] 25 | pub struct FontFile {
[INFO] [stderr]    |                    - help: you might be missing a type parameter: `<IDWriteFontFileStream>`
[INFO] [stderr] 26 |     native: UnsafeCell<ComPtr<IDWriteFontFile>>,
[INFO] [stderr] 27 |     stream: UnsafeCell<Option<ComPtr<IDWriteFontFileStream>>>,
[INFO] [stderr]    |                                      ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_FONT_FACE_TYPE` in this scope
[INFO] [stderr]   --> src/font_file.rs:29:16
[INFO] [stderr]    |
[INFO] [stderr] 29 |     face_type: DWRITE_FONT_FACE_TYPE,
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFile` in this scope
[INFO] [stderr]   --> src/font_file.rs:41:37
[INFO] [stderr]    |
[INFO] [stderr] 41 |             let mut font_file: *mut IDWriteFontFile = ptr::null_mut();
[INFO] [stderr]    |                                     ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DWRITE_FONT_FACE_TYPE_UNKNOWN` in this scope
[INFO] [stderr]   --> src/font_file.rs:55:28
[INFO] [stderr]    |
[INFO] [stderr] 55 |                 face_type: DWRITE_FONT_FACE_TYPE_UNKNOWN,
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DWRITE_FONT_FACE_TYPE_UNKNOWN` in this scope
[INFO] [stderr]   --> src/font_file.rs:73:24
[INFO] [stderr]    |
[INFO] [stderr] 73 |             face_type: DWRITE_FONT_FACE_TYPE_UNKNOWN,
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DWRITE_FONT_FACE_TYPE_UNKNOWN` in this scope
[INFO] [stderr]   --> src/font_file.rs:90:24
[INFO] [stderr]    |
[INFO] [stderr] 90 |             face_type: DWRITE_FONT_FACE_TYPE_UNKNOWN,
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DWRITE_FONT_FACE_TYPE_UNKNOWN` in this scope
[INFO] [stderr]   --> src/font_file.rs:97:29
[INFO] [stderr]    |
[INFO] [stderr] 97 |         let mut face_type = DWRITE_FONT_FACE_TYPE_UNKNOWN;
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DWRITE_FONT_FILE_TYPE_UNKNOWN` in this scope
[INFO] [stderr]    --> src/font_file.rs:101:34
[INFO] [stderr]     |
[INFO] [stderr] 101 |             let mut _file_type = DWRITE_FONT_FILE_TYPE_UNKNOWN;
[INFO] [stderr]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFile` in this scope
[INFO] [stderr]    --> src/font_file.rs:117:32
[INFO] [stderr]     |
[INFO] [stderr] 32  | impl FontFile {
[INFO] [stderr]     |     - help: you might be missing a type parameter: `<IDWriteFontFile>`
[INFO] [stderr] ...
[INFO] [stderr] 117 |     pub fn take(native: ComPtr<IDWriteFontFile>) -> FontFile {
[INFO] [stderr]     |                                ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DWRITE_FONT_FACE_TYPE_UNKNOWN` in this scope
[INFO] [stderr]    --> src/font_file.rs:122:24
[INFO] [stderr]     |
[INFO] [stderr] 122 |             face_type: DWRITE_FONT_FACE_TYPE_UNKNOWN,
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFile` in this scope
[INFO] [stderr]    --> src/font_file.rs:136:54
[INFO] [stderr]     |
[INFO] [stderr] 32  | impl FontFile {
[INFO] [stderr]     |     - help: you might be missing a type parameter: `<IDWriteFontFile>`
[INFO] [stderr] ...
[INFO] [stderr] 136 |     pub(crate) unsafe fn as_com_ptr(&self) -> ComPtr<IDWriteFontFile> {
[INFO] [stderr]     |                                                      ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileLoader` in this scope
[INFO] [stderr]    --> src/font_file.rs:150:34
[INFO] [stderr]     |
[INFO] [stderr] 150 |             let mut loader: *mut IDWriteFontFileLoader = ptr::null_mut();
[INFO] [stderr]     |                                  ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope
[INFO] [stderr]    --> src/font_file.rs:155:34
[INFO] [stderr]     |
[INFO] [stderr] 155 |             let mut stream: *mut IDWriteFontFileStream = ptr::null_mut();
[INFO] [stderr]     |                                  ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileLoader` in this scope
[INFO] [stderr]    --> src/font_file.rs:188:34
[INFO] [stderr]     |
[INFO] [stderr] 188 |             let mut loader: *mut IDWriteFontFileLoader = ptr::null_mut();
[INFO] [stderr]     |                                  ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteLocalFontFileLoader` in this scope
[INFO] [stderr]    --> src/font_file.rs:193:38
[INFO] [stderr]     |
[INFO] [stderr] 32  | impl FontFile {
[INFO] [stderr]     |     - help: you might be missing a type parameter: `<IDWriteLocalFontFileLoader>`
[INFO] [stderr] ...
[INFO] [stderr] 193 |             let local_loader: ComPtr<IDWriteLocalFontFileLoader> = match loader.cast() {
[INFO] [stderr]     |                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_FONT_SIMULATIONS` in this scope
[INFO] [stderr]    --> src/font_file.rs:223:22
[INFO] [stderr]     |
[INFO] [stderr] 223 |         simulations: DWRITE_FONT_SIMULATIONS,
[INFO] [stderr]     |                      ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]    --> src/font_file.rs:224:27
[INFO] [stderr]     |
[INFO] [stderr] 32  | impl FontFile {
[INFO] [stderr]     |     - help: you might be missing a type parameter: `<HRESULT>`
[INFO] [stderr] ...
[INFO] [stderr] 224 |     ) -> Result<FontFace, HRESULT> {
[INFO] [stderr]     |                           ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFace` in this scope
[INFO] [stderr]    --> src/font_file.rs:226:32
[INFO] [stderr]     |
[INFO] [stderr] 226 |             let mut face: *mut IDWriteFontFace = ptr::null_mut();
[INFO] [stderr]     |                                ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteGdiInterop` in this scope
[INFO] [stderr]   --> src/gdi_interop.rs:14:31
[INFO] [stderr]    |
[INFO] [stderr] 13 | pub struct GdiInterop {
[INFO] [stderr]    |                      - help: you might be missing a type parameter: `<IDWriteGdiInterop>`
[INFO] [stderr] 14 |     native: UnsafeCell<ComPtr<IDWriteGdiInterop>>,
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteGdiInterop` in this scope
[INFO] [stderr]   --> src/gdi_interop.rs:20:34
[INFO] [stderr]    |
[INFO] [stderr] 20 |             let mut native: *mut IDWriteGdiInterop = ptr::null_mut();
[INFO] [stderr]    |                                  ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteGdiInterop` in this scope
[INFO] [stderr]   --> src/gdi_interop.rs:27:32
[INFO] [stderr]    |
[INFO] [stderr] 17 | impl GdiInterop {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<IDWriteGdiInterop>`
[INFO] [stderr] ...
[INFO] [stderr] 27 |     pub fn take(native: ComPtr<IDWriteGdiInterop>) -> GdiInterop {
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteBitmapRenderTarget` in this scope
[INFO] [stderr]   --> src/gdi_interop.rs:35:34
[INFO] [stderr]    |
[INFO] [stderr] 35 |             let mut native: *mut IDWriteBitmapRenderTarget = ptr::null_mut();
[INFO] [stderr]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `BitmapRenderTarget`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/bitmap_render_target.rs:18:1
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub struct BitmapRenderTarget {
[INFO] [stderr]    | ----------------------------- similarly named struct `BitmapRenderTarget` defined here
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteRenderingParams` in this scope
[INFO] [stderr]   --> src/rendering_params.rs:13:31
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub struct RenderingParams {
[INFO] [stderr]    | -------------------------- similarly named struct `RenderingParams` defined here
[INFO] [stderr] 13 |     native: UnsafeCell<ComPtr<IDWriteRenderingParams>>,
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: a struct with a similar name exists
[INFO] [stderr]    |
[INFO] [stderr] 13 |     native: UnsafeCell<ComPtr<RenderingParams>>,
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub struct RenderingParams<IDWriteRenderingParams> {
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteRenderingParams` in this scope
[INFO] [stderr]   --> src/rendering_params.rs:19:34
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub struct RenderingParams {
[INFO] [stderr]    | -------------------------- similarly named struct `RenderingParams` defined here
[INFO] [stderr] ...
[INFO] [stderr] 19 |             let mut native: *mut IDWriteRenderingParams = ptr::null_mut();
[INFO] [stderr]    |                                  ^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `RenderingParams`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteRenderingParams` in this scope
[INFO] [stderr]   --> src/rendering_params.rs:26:32
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub struct RenderingParams {
[INFO] [stderr]    | -------------------------- similarly named struct `RenderingParams` defined here
[INFO] [stderr] ...
[INFO] [stderr] 26 |     pub fn take(native: ComPtr<IDWriteRenderingParams>) -> RenderingParams {
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: a struct with a similar name exists
[INFO] [stderr]    |
[INFO] [stderr] 26 |     pub fn take(native: ComPtr<RenderingParams>) -> RenderingParams {
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 16 | impl<IDWriteRenderingParams> RenderingParams {
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteRenderingParams` in this scope
[INFO] [stderr]   --> src/rendering_params.rs:32:41
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub struct RenderingParams {
[INFO] [stderr]    | -------------------------- similarly named struct `RenderingParams` defined here
[INFO] [stderr] ...
[INFO] [stderr] 32 |     pub unsafe fn as_ptr(&self) -> *mut IDWriteRenderingParams {
[INFO] [stderr]    |                                         ^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `RenderingParams`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteTextAnalysisSource` in this scope
[INFO] [stderr]   --> src/text_analysis_source.rs:15:20
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub struct TextAnalysisSource<'a> {
[INFO] [stderr]    | --------------------------------- similarly named struct `TextAnalysisSource` defined here
[INFO] [stderr] 15 |     native: ComPtr<IDWriteTextAnalysisSource>,
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: a struct with a similar name exists
[INFO] [stderr]    |
[INFO] [stderr] 15 |     native: ComPtr<TextAnalysisSource>,
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub struct TextAnalysisSource<'a, IDWriteTextAnalysisSource> {
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteTextAnalysisSource` in this scope
[INFO] [stderr]   --> src/text_analysis_source.rs:60:34
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub struct TextAnalysisSource<'a> {
[INFO] [stderr]    | --------------------------------- similarly named struct `TextAnalysisSource` defined here
[INFO] [stderr] ...
[INFO] [stderr] 60 |     pub fn as_ptr(&self) -> *mut IDWriteTextAnalysisSource {
[INFO] [stderr]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `TextAnalysisSource`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteGlyphRunAnalysis` in this scope
[INFO] [stderr]   --> src/glyph_run_analysis.rs:20:31
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub struct GlyphRunAnalysis {
[INFO] [stderr]    | --------------------------- similarly named struct `GlyphRunAnalysis` defined here
[INFO] [stderr] 20 |     native: UnsafeCell<ComPtr<IDWriteGlyphRunAnalysis>>,
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: a struct with a similar name exists
[INFO] [stderr]    |
[INFO] [stderr] 20 |     native: UnsafeCell<ComPtr<GlyphRunAnalysis>>,
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^^
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub struct GlyphRunAnalysis<IDWriteGlyphRunAnalysis> {
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_GLYPH_RUN` in this scope
[INFO] [stderr]   --> src/glyph_run_analysis.rs:25:21
[INFO] [stderr]    |
[INFO] [stderr] 25 |         glyph_run: &DWRITE_GLYPH_RUN,
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_MATRIX` in this scope
[INFO] [stderr]   --> src/glyph_run_analysis.rs:27:27
[INFO] [stderr]    |
[INFO] [stderr] 23 | impl GlyphRunAnalysis {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<DWRITE_MATRIX>`
[INFO] [stderr] ...
[INFO] [stderr] 27 |         transform: Option<DWRITE_MATRIX>,
[INFO] [stderr]    |                           ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_RENDERING_MODE` in this scope
[INFO] [stderr]   --> src/glyph_run_analysis.rs:28:25
[INFO] [stderr]    |
[INFO] [stderr] 28 |         rendering_mode: DWRITE_RENDERING_MODE,
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_MEASURING_MODE` in this scope
[INFO] [stderr]   --> src/glyph_run_analysis.rs:29:25
[INFO] [stderr]    |
[INFO] [stderr] 29 |         measuring_mode: DWRITE_MEASURING_MODE,
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]   --> src/glyph_run_analysis.rs:32:35
[INFO] [stderr]    |
[INFO] [stderr] 23 | impl GlyphRunAnalysis {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<HRESULT>`
[INFO] [stderr] ...
[INFO] [stderr] 32 |     ) -> Result<GlyphRunAnalysis, HRESULT> {
[INFO] [stderr]    |                                   ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteGlyphRunAnalysis` in this scope
[INFO] [stderr]   --> src/glyph_run_analysis.rs:34:34
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub struct GlyphRunAnalysis {
[INFO] [stderr]    | --------------------------- similarly named struct `GlyphRunAnalysis` defined here
[INFO] [stderr] ...
[INFO] [stderr] 34 |             let mut native: *mut IDWriteGlyphRunAnalysis = ptr::null_mut();
[INFO] [stderr]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `GlyphRunAnalysis`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_GLYPH_RUN` in this scope
[INFO] [stderr]   --> src/glyph_run_analysis.rs:36:37
[INFO] [stderr]    |
[INFO] [stderr] 36 |                 glyph_run as *const DWRITE_GLYPH_RUN,
[INFO] [stderr]    |                                     ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteGlyphRunAnalysis` in this scope
[INFO] [stderr]   --> src/glyph_run_analysis.rs:56:32
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub struct GlyphRunAnalysis {
[INFO] [stderr]    | --------------------------- similarly named struct `GlyphRunAnalysis` defined here
[INFO] [stderr] ...
[INFO] [stderr] 56 |     pub fn take(native: ComPtr<IDWriteGlyphRunAnalysis>) -> GlyphRunAnalysis {
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: a struct with a similar name exists
[INFO] [stderr]    |
[INFO] [stderr] 56 |     pub fn take(native: ComPtr<GlyphRunAnalysis>) -> GlyphRunAnalysis {
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^^
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 23 | impl<IDWriteGlyphRunAnalysis> GlyphRunAnalysis {
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_TEXTURE_TYPE` in this scope
[INFO] [stderr]   --> src/glyph_run_analysis.rs:64:23
[INFO] [stderr]    |
[INFO] [stderr] 64 |         texture_type: DWRITE_TEXTURE_TYPE,
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `RECT` in this scope
[INFO] [stderr]   --> src/glyph_run_analysis.rs:65:17
[INFO] [stderr]    |
[INFO] [stderr] 23 | impl GlyphRunAnalysis {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<RECT>`
[INFO] [stderr] ...
[INFO] [stderr] 65 |     ) -> Result<RECT, HRESULT> {
[INFO] [stderr]    |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]   --> src/glyph_run_analysis.rs:65:23
[INFO] [stderr]    |
[INFO] [stderr] 23 | impl GlyphRunAnalysis {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<HRESULT>`
[INFO] [stderr] ...
[INFO] [stderr] 65 |     ) -> Result<RECT, HRESULT> {
[INFO] [stderr]    |                       ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `RECT` in this scope
[INFO] [stderr]   --> src/glyph_run_analysis.rs:67:27
[INFO] [stderr]    |
[INFO] [stderr] 67 |             let mut rect: RECT = mem::zeroed();
[INFO] [stderr]    |                           ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_TEXTURE_TYPE` in this scope
[INFO] [stderr]   --> src/glyph_run_analysis.rs:81:23
[INFO] [stderr]    |
[INFO] [stderr] 81 |         texture_type: DWRITE_TEXTURE_TYPE,
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `RECT` in this scope
[INFO] [stderr]   --> src/glyph_run_analysis.rs:82:15
[INFO] [stderr]    |
[INFO] [stderr] 82 |         rect: RECT,
[INFO] [stderr]    |               ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]   --> src/glyph_run_analysis.rs:83:26
[INFO] [stderr]    |
[INFO] [stderr] 23 | impl GlyphRunAnalysis {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<HRESULT>`
[INFO] [stderr] ...
[INFO] [stderr] 83 |     ) -> Result<Vec<u8>, HRESULT> {
[INFO] [stderr]    |                          ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileLoaderVtbl` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:25:36
[INFO] [stderr]    |
[INFO] [stderr] 25 | const FontFileLoaderVtbl: &'static IDWriteFontFileLoaderVtbl = &IDWriteFontFileLoaderVtbl {
[INFO] [stderr]    |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `IDWriteFontFileLoaderVtbl` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:25:65
[INFO] [stderr]    |
[INFO] [stderr] 25 | const FontFileLoaderVtbl: &'static IDWriteFontFileLoaderVtbl = &IDWriteFontFileLoaderVtbl {
[INFO] [stderr]    |                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `IUnknownVtbl` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:56:9
[INFO] [stderr]    |
[INFO] [stderr] 56 |         IUnknownVtbl {
[INFO] [stderr]    |         ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:26:13
[INFO] [stderr]    |
[INFO] [stderr] 26 |     parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader),
[INFO] [stderr]    |             ----------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:60:40
[INFO] [stderr]    |
[INFO] [stderr] 60 |                     unknown_this: *mut IUnknown,
[INFO] [stderr]    |                                        ^^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:26:13
[INFO] [stderr]    |
[INFO] [stderr] 26 |     parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader),
[INFO] [stderr]    |             ----------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `REFIID` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:61:27
[INFO] [stderr]    |
[INFO] [stderr] 61 |                     riid: REFIID,
[INFO] [stderr]    |                           ^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:26:13
[INFO] [stderr]    |
[INFO] [stderr] 26 |     parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader),
[INFO] [stderr]    |             ----------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:63:22
[INFO] [stderr]    |
[INFO] [stderr] 63 |                 ) -> HRESULT {
[INFO] [stderr]    |                      ^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:26:13
[INFO] [stderr]    |
[INFO] [stderr] 26 |     parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader),
[INFO] [stderr]    |             ----------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:81:28
[INFO] [stderr]    |
[INFO] [stderr] 81 |                     return S_OK;
[INFO] [stderr]    |                            ^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:26:13
[INFO] [stderr]    |
[INFO] [stderr] 26 |     parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader),
[INFO] [stderr]    |             ----------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:88:58
[INFO] [stderr]    |
[INFO] [stderr] 88 |                 unsafe extern "system" fn AddRef(_: *mut IUnknown) -> ULONG {
[INFO] [stderr]    |                                                          ^^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:26:13
[INFO] [stderr]    |
[INFO] [stderr] 26 |     parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader),
[INFO] [stderr]    |             ----------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ULONG` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:88:71
[INFO] [stderr]    |
[INFO] [stderr] 88 |                 unsafe extern "system" fn AddRef(_: *mut IUnknown) -> ULONG {
[INFO] [stderr]    |                                                                       ^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:26:13
[INFO] [stderr]    |
[INFO] [stderr] 26 |     parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader),
[INFO] [stderr]    |             ----------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:95:59
[INFO] [stderr]    |
[INFO] [stderr] 95 |                 unsafe extern "system" fn Release(_: *mut IUnknown) -> ULONG {
[INFO] [stderr]    |                                                           ^^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:26:13
[INFO] [stderr]    |
[INFO] [stderr] 26 |     parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader),
[INFO] [stderr]    |             ----------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ULONG` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:95:72
[INFO] [stderr]    |
[INFO] [stderr] 95 |                 unsafe extern "system" fn Release(_: *mut IUnknown) -> ULONG {
[INFO] [stderr]    |                                                                        ^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:26:13
[INFO] [stderr]    |
[INFO] [stderr] 26 |     parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader),
[INFO] [stderr]    |             ----------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileLoader` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:29:25
[INFO] [stderr]    |
[INFO] [stderr] 23 | struct FontFileLoader;
[INFO] [stderr]    | ---------------------- similarly named struct `FontFileLoader` defined here
[INFO] [stderr] ...
[INFO] [stderr] 29 |             _This: *mut IDWriteFontFileLoader,
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontFileLoader`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT32` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:31:39
[INFO] [stderr]    |
[INFO] [stderr] 31 |             fontFileReferenceKeySize: UINT32,
[INFO] [stderr]    |                                       ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:32:39
[INFO] [stderr]    |
[INFO] [stderr] 32 |             fontFileStream: *mut *mut IDWriteFontFileStream,
[INFO] [stderr]    |                                       ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontFileStream`
[INFO] [stderr] ...
[INFO] [stderr] 80 | struct FontFileStream {
[INFO] [stderr]    | --------------------- similarly named struct `FontFileStream` defined here
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:33:14
[INFO] [stderr]    |
[INFO] [stderr] 33 |         ) -> HRESULT {
[INFO] [stderr]    |              ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `E_INVALIDARG` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:35:24
[INFO] [stderr]    |
[INFO] [stderr] 35 |                 return E_INVALIDARG;
[INFO] [stderr]    |                        ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT32` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:37:76
[INFO] [stderr]    |
[INFO] [stderr] 37 |             assert!(fontFileReferenceKeySize == mem::size_of::<usize>() as UINT32);
[INFO] [stderr]    |                                                                            ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `E_FAIL` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:42:28
[INFO] [stderr]    |
[INFO] [stderr] 42 |                     return E_FAIL;
[INFO] [stderr]    |                            ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:51:13
[INFO] [stderr]    |
[INFO] [stderr] 51 |             S_OK
[INFO] [stderr]    |             ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileLoader` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:57:10
[INFO] [stderr]    |
[INFO] [stderr] 23 | struct FontFileLoader;
[INFO] [stderr]    | ---------------------- similarly named struct `FontFileLoader` defined here
[INFO] [stderr] ...
[INFO] [stderr] 57 | impl Com<IDWriteFontFileLoader> for FontFileLoader {
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: a struct with a similar name exists
[INFO] [stderr]    |
[INFO] [stderr] 57 | impl Com<FontFileLoader> for FontFileLoader {
[INFO] [stderr]    |          ^^^^^^^^^^^^^^
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 57 | impl<IDWriteFontFileLoader> Com<IDWriteFontFileLoader> for FontFileLoader {
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileLoaderVtbl` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:58:17
[INFO] [stderr]    |
[INFO] [stderr] 58 |     type Vtbl = IDWriteFontFileLoaderVtbl;
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileLoaderVtbl` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:59:27
[INFO] [stderr]    |
[INFO] [stderr] 59 |     fn vtbl() -> &'static IDWriteFontFileLoaderVtbl {
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:64:10
[INFO] [stderr]    |
[INFO] [stderr] 64 | impl Com<IUnknown> for FontFileLoader {
[INFO] [stderr]    |     -    ^^^^^^^^ not found in this scope
[INFO] [stderr]    |     |
[INFO] [stderr]    |     help: you might be missing a type parameter: `<IUnknown>`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknownVtbl` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:65:17
[INFO] [stderr]    |
[INFO] [stderr] 65 |     type Vtbl = IUnknownVtbl;
[INFO] [stderr]    |                 ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknownVtbl` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:66:27
[INFO] [stderr]    |
[INFO] [stderr] 66 |     fn vtbl() -> &'static IUnknownVtbl {
[INFO] [stderr]    |                           ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileStreamVtbl` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:86:36
[INFO] [stderr]    |
[INFO] [stderr] 86 | const FontFileStreamVtbl: &'static IDWriteFontFileStreamVtbl = &IDWriteFontFileStreamVtbl {
[INFO] [stderr]    |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `IDWriteFontFileStreamVtbl` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:86:65
[INFO] [stderr]    |
[INFO] [stderr] 86 | const FontFileStreamVtbl: &'static IDWriteFontFileStreamVtbl = &IDWriteFontFileStreamVtbl {
[INFO] [stderr]    |                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `IUnknownVtbl` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:5:9
[INFO] [stderr]    |
[INFO] [stderr] 5  |         IUnknownVtbl {
[INFO] [stderr]    |         ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:87:13
[INFO] [stderr]    |
[INFO] [stderr] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stderr]    |             ---------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:9:40
[INFO] [stderr]    |
[INFO] [stderr] 9  |                     unknown_this: *mut IUnknown,
[INFO] [stderr]    |                                        ^^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:87:13
[INFO] [stderr]    |
[INFO] [stderr] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stderr]    |             ---------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `REFIID` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:10:27
[INFO] [stderr]    |
[INFO] [stderr] 10 |                     riid: REFIID,
[INFO] [stderr]    |                           ^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:87:13
[INFO] [stderr]    |
[INFO] [stderr] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stderr]    |             ---------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:12:22
[INFO] [stderr]    |
[INFO] [stderr] 12 |                 ) -> HRESULT {
[INFO] [stderr]    |                      ^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:87:13
[INFO] [stderr]    |
[INFO] [stderr] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stderr]    |             ---------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:30:28
[INFO] [stderr]    |
[INFO] [stderr] 30 |                     return S_OK;
[INFO] [stderr]    |                            ^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:87:13
[INFO] [stderr]    |
[INFO] [stderr] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stderr]    |             ---------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:35:69
[INFO] [stderr]    |
[INFO] [stderr] 35 |                 unsafe extern "system" fn AddRef(unknown_this: *mut IUnknown) -> ULONG {
[INFO] [stderr]    |                                                                     ^^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:87:13
[INFO] [stderr]    |
[INFO] [stderr] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stderr]    |             ---------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ULONG` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:35:82
[INFO] [stderr]    |
[INFO] [stderr] 35 |                 unsafe extern "system" fn AddRef(unknown_this: *mut IUnknown) -> ULONG {
[INFO] [stderr]    |                                                                                  ^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:87:13
[INFO] [stderr]    |
[INFO] [stderr] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stderr]    |             ---------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ULONG` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:38:30
[INFO] [stderr]    |
[INFO] [stderr] 38 |                     count as ULONG
[INFO] [stderr]    |                              ^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:87:13
[INFO] [stderr]    |
[INFO] [stderr] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stderr]    |             ---------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:43:70
[INFO] [stderr]    |
[INFO] [stderr] 43 |                 unsafe extern "system" fn Release(unknown_this: *mut IUnknown) -> ULONG {
[INFO] [stderr]    |                                                                      ^^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:87:13
[INFO] [stderr]    |
[INFO] [stderr] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stderr]    |             ---------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ULONG` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:43:83
[INFO] [stderr]    |
[INFO] [stderr] 43 |                 unsafe extern "system" fn Release(unknown_this: *mut IUnknown) -> ULONG {
[INFO] [stderr]    |                                                                                   ^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:87:13
[INFO] [stderr]    |
[INFO] [stderr] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stderr]    |             ---------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:87:33
[INFO] [stderr]    |
[INFO] [stderr] 80 | struct FontFileStream {
[INFO] [stderr]    | --------------------- similarly named struct `FontFileStream` defined here
[INFO] [stderr] ...
[INFO] [stderr] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontFileStream`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ULONG` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:49:30
[INFO] [stderr]    |
[INFO] [stderr] 49 |                     count as ULONG
[INFO] [stderr]    |                              ^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:87:13
[INFO] [stderr]    |
[INFO] [stderr] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stderr]    |             ---------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:90:24
[INFO] [stderr]    |
[INFO] [stderr] 80 | struct FontFileStream {
[INFO] [stderr]    | --------------------- similarly named struct `FontFileStream` defined here
[INFO] [stderr] ...
[INFO] [stderr] 90 |             This: *mut IDWriteFontFileStream,
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontFileStream`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT64` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:92:25
[INFO] [stderr]    |
[INFO] [stderr] 92 |             fileOffset: UINT64,
[INFO] [stderr]    |                         ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT64` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:93:27
[INFO] [stderr]    |
[INFO] [stderr] 93 |             fragmentSize: UINT64,
[INFO] [stderr]    |                           ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:95:14
[INFO] [stderr]    |
[INFO] [stderr] 95 |         ) -> HRESULT {
[INFO] [stderr]    |              ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `E_INVALIDARG` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:99:24
[INFO] [stderr]    |
[INFO] [stderr] 99 |                 return E_INVALIDARG;
[INFO] [stderr]    |                        ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IDWriteFactory`
[INFO] [stderr]    --> src/lib.rs:138:18
[INFO] [stderr]     |
[INFO] [stderr] 138 |                 &IDWriteFactory::uuidof(),
[INFO] [stderr]     |                  ^^^^^^^^^^^^^^ use of undeclared type or module `IDWriteFactory`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:103:13
[INFO] [stderr]     |
[INFO] [stderr] 103 |             S_OK
[INFO] [stderr]     |             ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:109:25
[INFO] [stderr]     |
[INFO] [stderr] 80  | struct FontFileStream {
[INFO] [stderr]     | --------------------- similarly named struct `FontFileStream` defined here
[INFO] [stderr] ...
[INFO] [stderr] 109 |             _This: *mut IDWriteFontFileStream,
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontFileStream`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:117:24
[INFO] [stderr]     |
[INFO] [stderr] 80  | struct FontFileStream {
[INFO] [stderr]     | --------------------- similarly named struct `FontFileStream` defined here
[INFO] [stderr] ...
[INFO] [stderr] 117 |             This: *mut IDWriteFontFileStream,
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontFileStream`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT64` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:118:28
[INFO] [stderr]     |
[INFO] [stderr] 118 |             fileSize: *mut UINT64,
[INFO] [stderr]     |                            ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:119:14
[INFO] [stderr]     |
[INFO] [stderr] 119 |         ) -> HRESULT {
[INFO] [stderr]     |              ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT64` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:121:44
[INFO] [stderr]     |
[INFO] [stderr] 121 |             *fileSize = this.data.len() as UINT64;
[INFO] [stderr]     |                                            ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:122:13
[INFO] [stderr]     |
[INFO] [stderr] 122 |             S_OK
[INFO] [stderr]     |             ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:128:25
[INFO] [stderr]     |
[INFO] [stderr] 80  | struct FontFileStream {
[INFO] [stderr]     | --------------------- similarly named struct `FontFileStream` defined here
[INFO] [stderr] ...
[INFO] [stderr] 128 |             _This: *mut IDWriteFontFileStream,
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontFileStream`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT64` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:129:34
[INFO] [stderr]     |
[INFO] [stderr] 129 |             _lastWriteTime: *mut UINT64,
[INFO] [stderr]     |                                  ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:130:14
[INFO] [stderr]     |
[INFO] [stderr] 130 |         ) -> HRESULT {
[INFO] [stderr]     |              ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `E_NOTIMPL` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:131:13
[INFO] [stderr]     |
[INFO] [stderr] 131 |             E_NOTIMPL
[INFO] [stderr]     |             ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:153:10
[INFO] [stderr]     |
[INFO] [stderr] 80  | struct FontFileStream {
[INFO] [stderr]     | --------------------- similarly named struct `FontFileStream` defined here
[INFO] [stderr] ...
[INFO] [stderr] 153 | impl Com<IDWriteFontFileStream> for FontFileStream {
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: a struct with a similar name exists
[INFO] [stderr]     |
[INFO] [stderr] 153 | impl Com<FontFileStream> for FontFileStream {
[INFO] [stderr]     |          ^^^^^^^^^^^^^^
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 153 | impl<IDWriteFontFileStream> Com<IDWriteFontFileStream> for FontFileStream {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileStreamVtbl` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:154:17
[INFO] [stderr]     |
[INFO] [stderr] 154 |     type Vtbl = IDWriteFontFileStreamVtbl;
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileStreamVtbl` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:155:27
[INFO] [stderr]     |
[INFO] [stderr] 155 |     fn vtbl() -> &'static IDWriteFontFileStreamVtbl {
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:160:10
[INFO] [stderr]     |
[INFO] [stderr] 160 | impl Com<IUnknown> for FontFileStream {
[INFO] [stderr]     |     -    ^^^^^^^^ not found in this scope
[INFO] [stderr]     |     |
[INFO] [stderr]     |     help: you might be missing a type parameter: `<IUnknown>`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknownVtbl` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:161:17
[INFO] [stderr]     |
[INFO] [stderr] 161 |     type Vtbl = IUnknownVtbl;
[INFO] [stderr]     |                 ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknownVtbl` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:162:27
[INFO] [stderr]     |
[INFO] [stderr] 162 |     fn vtbl() -> &'static IUnknownVtbl {
[INFO] [stderr]     |                           ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:167:31
[INFO] [stderr]     |
[INFO] [stderr] 80  | struct FontFileStream {
[INFO] [stderr]     | --------------------- similarly named struct `FontFileStream` defined here
[INFO] [stderr] ...
[INFO] [stderr] 167 | struct FontFileStreamPtr(*mut IDWriteFontFileStream);
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontFileStream`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileLoader` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:174:37
[INFO] [stderr]     |
[INFO] [stderr] 23  | struct FontFileLoader;
[INFO] [stderr]     | ---------------------- similarly named struct `FontFileLoader` defined here
[INFO] [stderr] ...
[INFO] [stderr] 174 | struct FontFileLoaderWrapper(ComPtr<IDWriteFontFileLoader>);
[INFO] [stderr]     |                                     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: a struct with a similar name exists
[INFO] [stderr]     |
[INFO] [stderr] 174 | struct FontFileLoaderWrapper(ComPtr<FontFileLoader>);
[INFO] [stderr]     |                                     ^^^^^^^^^^^^^^
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 174 | struct FontFileLoaderWrapper<IDWriteFontFileLoader>(ComPtr<IDWriteFontFileLoader>);
[INFO] [stderr]     |                             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileLoader` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:185:32
[INFO] [stderr]     |
[INFO] [stderr] 23  | struct FontFileLoader;
[INFO] [stderr]     | ---------------------- similarly named struct `FontFileLoader` defined here
[INFO] [stderr] ...
[INFO] [stderr] 185 |             let ffl = ComPtr::<IDWriteFontFileLoader>::from_raw(ffl_native.into_interface());
[INFO] [stderr]     |                                ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontFileLoader`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFile` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:199:16
[INFO] [stderr]     |
[INFO] [stderr] 195 | impl DataFontHelper {
[INFO] [stderr]     |     - help: you might be missing a type parameter: `<IDWriteFontFile>`
[INFO] [stderr] ...
[INFO] [stderr] 199 |         ComPtr<IDWriteFontFile>,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:200:16
[INFO] [stderr]     |
[INFO] [stderr] 80  | struct FontFileStream {
[INFO] [stderr]     | --------------------- similarly named struct `FontFileStream` defined here
[INFO] [stderr] ...
[INFO] [stderr] 200 |         ComPtr<IDWriteFontFileStream>,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: a struct with a similar name exists
[INFO] [stderr]     |
[INFO] [stderr] 200 |         ComPtr<FontFileStream>,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 195 | impl<IDWriteFontFileStream> DataFontHelper {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:206:42
[INFO] [stderr]     |
[INFO] [stderr] 80  | struct FontFileStream {
[INFO] [stderr]     | --------------------- similarly named struct `FontFileStream` defined here
[INFO] [stderr] ...
[INFO] [stderr] 206 |             let font_file_stream: ComPtr<IDWriteFontFileStream> =
[INFO] [stderr]     |                                          ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: a struct with a similar name exists
[INFO] [stderr]     |
[INFO] [stderr] 206 |             let font_file_stream: ComPtr<FontFileStream> =
[INFO] [stderr]     |                                          ^^^^^^^^^^^^^^
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 195 | impl<IDWriteFontFileStream> DataFontHelper {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFile` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:214:37
[INFO] [stderr]     |
[INFO] [stderr] 214 |             let mut font_file: *mut IDWriteFontFile = ptr::null_mut();
[INFO] [stderr]     |                                     ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT32` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:219:48
[INFO] [stderr]     |
[INFO] [stderr] 219 |                     mem::size_of::<usize>() as UINT32,
[INFO] [stderr]     |                                                ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:223:31
[INFO] [stderr]     |
[INFO] [stderr] 223 |                 assert!(hr == S_OK);
[INFO] [stderr]     |                               ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontCollectionLoaderVtbl` in this scope
[INFO] [stderr]   --> src/font_collection_impl.rs:26:37
[INFO] [stderr]    |
[INFO] [stderr] 26 | static FONT_COLLECTION_LOADER_VTBL: IDWriteFontCollectionLoaderVtbl =
[INFO] [stderr]    |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `CustomFontCollectionLoaderImpl`
[INFO] [stderr] ...
[INFO] [stderr] 34 | pub struct CustomFontCollectionLoaderImpl {
[INFO] [stderr]    | ----------------------------------------- similarly named struct `CustomFontCollectionLoaderImpl` defined here
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `IDWriteFontCollectionLoaderVtbl` in this scope
[INFO] [stderr]   --> src/font_collection_impl.rs:27:5
[INFO] [stderr]    |
[INFO] [stderr] 27 |     IDWriteFontCollectionLoaderVtbl {
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `CustomFontCollectionLoaderImpl`
[INFO] [stderr] ...
[INFO] [stderr] 34 | pub struct CustomFontCollectionLoaderImpl {
[INFO] [stderr]    | ----------------------------------------- similarly named struct `CustomFontCollectionLoaderImpl` defined here
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `IUnknownVtbl` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:56:9
[INFO] [stderr]    |
[INFO] [stderr] 56 |           IUnknownVtbl {
[INFO] [stderr]    |           ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_collection_impl.rs:28:17
[INFO] [stderr]    |
[INFO] [stderr] 28 |           parent: implement_iunknown!(static IDWriteFontCollectionLoader,
[INFO] [stderr]    |  _________________-
[INFO] [stderr] 29 | |                                     CustomFontCollectionLoaderImpl),
[INFO] [stderr]    | |___________________________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:60:40
[INFO] [stderr]    |
[INFO] [stderr] 60 |                       unknown_this: *mut IUnknown,
[INFO] [stderr]    |                                          ^^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_collection_impl.rs:28:17
[INFO] [stderr]    |
[INFO] [stderr] 28 |           parent: implement_iunknown!(static IDWriteFontCollectionLoader,
[INFO] [stderr]    |  _________________-
[INFO] [stderr] 29 | |                                     CustomFontCollectionLoaderImpl),
[INFO] [stderr]    | |___________________________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `REFIID` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:61:27
[INFO] [stderr]    |
[INFO] [stderr] 61 |                       riid: REFIID,
[INFO] [stderr]    |                             ^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_collection_impl.rs:28:17
[INFO] [stderr]    |
[INFO] [stderr] 28 |           parent: implement_iunknown!(static IDWriteFontCollectionLoader,
[INFO] [stderr]    |  _________________-
[INFO] [stderr] 29 | |                                     CustomFontCollectionLoaderImpl),
[INFO] [stderr]    | |___________________________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:63:22
[INFO] [stderr]    |
[INFO] [stderr] 63 |                   ) -> HRESULT {
[INFO] [stderr]    |                        ^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_collection_impl.rs:28:17
[INFO] [stderr]    |
[INFO] [stderr] 28 |           parent: implement_iunknown!(static IDWriteFontCollectionLoader,
[INFO] [stderr]    |  _________________-
[INFO] [stderr] 29 | |                                     CustomFontCollectionLoaderImpl),
[INFO] [stderr]    | |___________________________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:81:28
[INFO] [stderr]    |
[INFO] [stderr] 81 |                       return S_OK;
[INFO] [stderr]    |                              ^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_collection_impl.rs:28:17
[INFO] [stderr]    |
[INFO] [stderr] 28 |           parent: implement_iunknown!(static IDWriteFontCollectionLoader,
[INFO] [stderr]    |  _________________-
[INFO] [stderr] 29 | |                                     CustomFontCollectionLoaderImpl),
[INFO] [stderr]    | |___________________________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:88:58
[INFO] [stderr]    |
[INFO] [stderr] 88 |                   unsafe extern "system" fn AddRef(_: *mut IUnknown) -> ULONG {
[INFO] [stderr]    |                                                            ^^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_collection_impl.rs:28:17
[INFO] [stderr]    |
[INFO] [stderr] 28 |           parent: implement_iunknown!(static IDWriteFontCollectionLoader,
[INFO] [stderr]    |  _________________-
[INFO] [stderr] 29 | |                                     CustomFontCollectionLoaderImpl),
[INFO] [stderr]    | |___________________________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ULONG` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:88:71
[INFO] [stderr]    |
[INFO] [stderr] 88 |                   unsafe extern "system" fn AddRef(_: *mut IUnknown) -> ULONG {
[INFO] [stderr]    |                                                                         ^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_collection_impl.rs:28:17
[INFO] [stderr]    |
[INFO] [stderr] 28 |           parent: implement_iunknown!(static IDWriteFontCollectionLoader,
[INFO] [stderr]    |  _________________-
[INFO] [stderr] 29 | |                                     CustomFontCollectionLoaderImpl),
[INFO] [stderr]    | |___________________________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:95:59
[INFO] [stderr]    |
[INFO] [stderr] 95 |                   unsafe extern "system" fn Release(_: *mut IUnknown) -> ULONG {
[INFO] [stderr]    |                                                             ^^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_collection_impl.rs:28:17
[INFO] [stderr]    |
[INFO] [stderr] 28 |           parent: implement_iunknown!(static IDWriteFontCollectionLoader,
[INFO] [stderr]    |  _________________-
[INFO] [stderr] 29 | |                                     CustomFontCollectionLoaderImpl),
[INFO] [stderr]    | |___________________________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ULONG` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:95:72
[INFO] [stderr]    |
[INFO] [stderr] 95 |                   unsafe extern "system" fn Release(_: *mut IUnknown) -> ULONG {
[INFO] [stderr]    |                                                                          ^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_collection_impl.rs:28:17
[INFO] [stderr]    |
[INFO] [stderr] 28 |           parent: implement_iunknown!(static IDWriteFontCollectionLoader,
[INFO] [stderr]    |  _________________-
[INFO] [stderr] 29 | |                                     CustomFontCollectionLoaderImpl),
[INFO] [stderr]    | |___________________________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFile` in this scope
[INFO] [stderr]   --> src/font_collection_impl.rs:37:28
[INFO] [stderr]    |
[INFO] [stderr] 34 | pub struct CustomFontCollectionLoaderImpl {
[INFO] [stderr]    |                                          - help: you might be missing a type parameter: `<IDWriteFontFile>`
[INFO] [stderr] ...
[INFO] [stderr] 37 |     font_files: Vec<ComPtr<IDWriteFontFile>>,
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontCollectionLoader` in this scope
[INFO] [stderr]   --> src/font_collection_impl.rs:40:10
[INFO] [stderr]    |
[INFO] [stderr] 40 | impl Com<IDWriteFontCollectionLoader> for CustomFontCollectionLoaderImpl {
[INFO] [stderr]    |     -    ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |     |
[INFO] [stderr]    |     help: you might be missing a type parameter: `<IDWriteFontCollectionLoader>`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontCollectionLoaderVtbl` in this scope
[INFO] [stderr]   --> src/font_collection_impl.rs:41:17
[INFO] [stderr]    |
[INFO] [stderr] 34 | pub struct CustomFontCollectionLoaderImpl {
[INFO] [stderr]    | ----------------------------------------- similarly named struct `CustomFontCollectionLoaderImpl` defined here
[INFO] [stderr] ...
[INFO] [stderr] 41 |     type Vtbl = IDWriteFontCollectionLoaderVtbl;
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `CustomFontCollectionLoaderImpl`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontCollectionLoaderVtbl` in this scope
[INFO] [stderr]   --> src/font_collection_impl.rs:43:27
[INFO] [stderr]    |
[INFO] [stderr] 34 | pub struct CustomFontCollectionLoaderImpl {
[INFO] [stderr]    | ----------------------------------------- similarly named struct `CustomFontCollectionLoaderImpl` defined here
[INFO] [stderr] ...
[INFO] [stderr] 43 |     fn vtbl() -> &'static IDWriteFontCollectionLoaderVtbl {
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `CustomFontCollectionLoaderImpl`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]   --> src/font_collection_impl.rs:48:10
[INFO] [stderr]    |
[INFO] [stderr] 48 | impl Com<IUnknown> for CustomFontCollectionLoaderImpl {
[INFO] [stderr]    |     -    ^^^^^^^^ not found in this scope
[INFO] [stderr]    |     |
[INFO] [stderr]    |     help: you might be missing a type parameter: `<IUnknown>`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknownVtbl` in this scope
[INFO] [stderr]   --> src/font_collection_impl.rs:49:17
[INFO] [stderr]    |
[INFO] [stderr] 49 |     type Vtbl = IUnknownVtbl;
[INFO] [stderr]    |                 ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknownVtbl` in this scope
[INFO] [stderr]   --> src/font_collection_impl.rs:51:27
[INFO] [stderr]    |
[INFO] [stderr] 51 |     fn vtbl() -> &'static IUnknownVtbl {
[INFO] [stderr]    |                           ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontCollectionLoader` in this scope
[INFO] [stderr]   --> src/font_collection_impl.rs:57:51
[INFO] [stderr]    |
[INFO] [stderr] 56 | impl CustomFontCollectionLoaderImpl {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<IDWriteFontCollectionLoader>`
[INFO] [stderr] 57 |     pub fn new(font_files: &[FontFile]) -> ComPtr<IDWriteFontCollectionLoader> {
[INFO] [stderr]    |                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontCollectionLoader` in this scope
[INFO] [stderr]   --> src/font_collection_impl.rs:72:16
[INFO] [stderr]    |
[INFO] [stderr] 72 |     this: *mut IDWriteFontCollectionLoader,
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFactory` in this scope
[INFO] [stderr]   --> src/font_collection_impl.rs:73:13
[INFO] [stderr]    |
[INFO] [stderr] 73 |     _: *mut IDWriteFactory,
[INFO] [stderr]    |             ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileEnumerator` in this scope
[INFO] [stderr]   --> src/font_collection_impl.rs:76:31
[INFO] [stderr]    |
[INFO] [stderr] 76 |     out_enumerator: *mut *mut IDWriteFontFileEnumerator,
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]   --> src/font_collection_impl.rs:77:6
[INFO] [stderr]    |
[INFO] [stderr] 77 | ) -> HRESULT {
[INFO] [stderr]    |      ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileEnumerator` in this scope
[INFO] [stderr]   --> src/font_collection_impl.rs:80:31
[INFO] [stderr]    |
[INFO] [stderr] 71 | unsafe extern "system" fn CustomFontCollectionLoaderImpl_CreateEnumeratorFromKey(
[INFO] [stderr]    |                                                                                 - help: you might be missing a type parameter: `<IDWriteFontFileEnumerator>`
[INFO] [stderr] ...
[INFO] [stderr] 80 |     let enumerator = ComPtr::<IDWriteFontFileEnumerator>::from_raw(enumerator.into_interface());
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]   --> src/font_collection_impl.rs:83:5
[INFO] [stderr]    |
[INFO] [stderr] 83 |     S_OK
[INFO] [stderr]    |     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFile` in this scope
[INFO] [stderr]   --> src/font_collection_impl.rs:90:28
[INFO] [stderr]    |
[INFO] [stderr] 87 | struct CustomFontFileEnumeratorImpl {
[INFO] [stderr]    |                                    - help: you might be missing a type parameter: `<IDWriteFontFile>`
[INFO] [stderr] ...
[INFO] [stderr] 90 |     font_files: Vec<ComPtr<IDWriteFontFile>>,
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_FONT_WEIGHT` in this scope
[INFO] [stderr]   --> src/types.rs:28:20
[INFO] [stderr]    |
[INFO] [stderr] 28 |     fn t(&self) -> DWRITE_FONT_WEIGHT {
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_FONT_WEIGHT` in this scope
[INFO] [stderr]   --> src/types.rs:29:40
[INFO] [stderr]    |
[INFO] [stderr] 27 | impl FontWeight {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<DWRITE_FONT_WEIGHT>`
[INFO] [stderr] 28 |     fn t(&self) -> DWRITE_FONT_WEIGHT {
[INFO] [stderr] 29 |         unsafe { mem::transmute::<u32, DWRITE_FONT_WEIGHT>(self.to_u32()) }
[INFO] [stderr]    |                                        ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_FONT_STRETCH` in this scope
[INFO] [stderr]   --> src/types.rs:83:20
[INFO] [stderr]    |
[INFO] [stderr] 83 |     fn t(&self) -> DWRITE_FONT_STRETCH {
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_FONT_STRETCH` in this scope
[INFO] [stderr]   --> src/types.rs:84:48
[INFO] [stderr]    |
[INFO] [stderr] 82 | impl FontStretch {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<DWRITE_FONT_STRETCH>`
[INFO] [stderr] 83 |     fn t(&self) -> DWRITE_FONT_STRETCH {
[INFO] [stderr] 84 |         unsafe { mem::transmute::<FontStretch, DWRITE_FONT_STRETCH>(*self) }
[INFO] [stderr]    |                                                ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_FONT_STYLE` in this scope
[INFO] [stderr]    --> src/types.rs:101:20
[INFO] [stderr]     |
[INFO] [stderr] 101 |     fn t(&self) -> DWRITE_FONT_STYLE {
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_FONT_STYLE` in this scope
[INFO] [stderr]    --> src/types.rs:102:46
[INFO] [stderr]     |
[INFO] [stderr] 100 | impl FontStyle {
[INFO] [stderr]     |     - help: you might be missing a type parameter: `<DWRITE_FONT_STYLE>`
[INFO] [stderr] 101 |     fn t(&self) -> DWRITE_FONT_STYLE {
[INFO] [stderr] 102 |         unsafe { mem::transmute::<FontStyle, DWRITE_FONT_STYLE>(*self) }
[INFO] [stderr]     |                                              ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetUserDefaultLocaleName` in this scope
[INFO] [stderr]   --> src/helpers.rs:18:13
[INFO] [stderr]    |
[INFO] [stderr] 18 |             GetUserDefaultLocaleName(locale.as_mut_ptr(), locale.len() as i32 - 1);
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteLocalizedStrings` in this scope
[INFO] [stderr]   --> src/helpers.rs:25:47
[INFO] [stderr]    |
[INFO] [stderr] 25 | pub fn get_locale_string(strings: &mut ComPtr<IDWriteLocalizedStrings>) -> String {
[INFO] [stderr]    |                         -                     ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |                         |
[INFO] [stderr]    |                         help: you might be missing a type parameter: `<IDWriteLocalizedStrings>`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `BOOL` in this scope
[INFO] [stderr]   --> src/helpers.rs:28:25
[INFO] [stderr]    |
[INFO] [stderr] 28 |         let mut exists: BOOL = FALSE;
[INFO] [stderr]    |                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope
[INFO] [stderr]   --> src/helpers.rs:28:32
[INFO] [stderr]    |
[INFO] [stderr] 28 |         let mut exists: BOOL = FALSE;
[INFO] [stderr]    |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]   --> src/helpers.rs:30:18
[INFO] [stderr]    |
[INFO] [stderr] 30 |         if hr != S_OK || exists == FALSE {
[INFO] [stderr]    |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope
[INFO] [stderr]   --> src/helpers.rs:30:36
[INFO] [stderr]    |
[INFO] [stderr] 30 |         if hr != S_OK || exists == FALSE {
[INFO] [stderr]    |                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]   --> src/helpers.rs:32:22
[INFO] [stderr]    |
[INFO] [stderr] 32 |             if hr != S_OK || exists == FALSE {
[INFO] [stderr]    |                      ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope
[INFO] [stderr]   --> src/helpers.rs:32:40
[INFO] [stderr]    |
[INFO] [stderr] 32 |             if hr != S_OK || exists == FALSE {
[INFO] [stderr]    |                                        ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DWRITE_MEASURING_MODE_NATURAL` in this scope
[INFO] [stderr]    --> src/test.rs:153:9
[INFO] [stderr]     |
[INFO] [stderr] 153 |         DWRITE_MEASURING_MODE_NATURAL,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `GlyphOffset` in this scope
[INFO] [stderr]    --> src/test.rs:158:11
[INFO] [stderr]     |
[INFO] [stderr] 158 |         &[GlyphOffset {
[INFO] [stderr]     |           ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteBitmapRenderTarget` in this scope
[INFO] [stderr]   --> src/bitmap_render_target.rs:19:31
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub struct BitmapRenderTarget {
[INFO] [stderr]    | ----------------------------- similarly named struct `BitmapRenderTarget` defined here
[INFO] [stderr] 19 |     native: UnsafeCell<ComPtr<IDWriteBitmapRenderTarget>>,
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: a struct with a similar name exists
[INFO] [stderr]    |
[INFO] [stderr] 19 |     native: UnsafeCell<ComPtr<BitmapRenderTarget>>,
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub struct BitmapRenderTarget<IDWriteBitmapRenderTarget> {
[INFO] [stderr]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteBitmapRenderTarget` in this scope
[INFO] [stderr]   --> src/bitmap_render_target.rs:23:32
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub struct BitmapRenderTarget {
[INFO] [stderr]    | ----------------------------- similarly named struct `BitmapRenderTarget` defined here
[INFO] [stderr] ...
[INFO] [stderr] 23 |     pub fn take(native: ComPtr<IDWriteBitmapRenderTarget>) -> BitmapRenderTarget {
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: a struct with a similar name exists
[INFO] [stderr]    |
[INFO] [stderr] 23 |     pub fn take(native: ComPtr<BitmapRenderTarget>) -> BitmapRenderTarget {
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 22 | impl<IDWriteBitmapRenderTarget> BitmapRenderTarget {
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteBitmapRenderTarget` in this scope
[INFO] [stderr]   --> src/bitmap_render_target.rs:29:41
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub struct BitmapRenderTarget {
[INFO] [stderr]    | ----------------------------- similarly named struct `BitmapRenderTarget` defined here
[INFO] [stderr] ...
[INFO] [stderr] 29 |     pub unsafe fn as_ptr(&self) -> *mut IDWriteBitmapRenderTarget {
[INFO] [stderr]    |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `BitmapRenderTarget`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HDC` in this scope
[INFO] [stderr]   --> src/bitmap_render_target.rs:40:36
[INFO] [stderr]    |
[INFO] [stderr] 40 |     pub fn get_memory_dc(&self) -> HDC {
[INFO] [stderr]    |                                    ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_MEASURING_MODE` in this scope
[INFO] [stderr]   --> src/bitmap_render_target.rs:48:25
[INFO] [stderr]    |
[INFO] [stderr] 48 |         measuring_mode: DWRITE_MEASURING_MODE,
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_GLYPH_OFFSET` in this scope
[INFO] [stderr]   --> src/bitmap_render_target.rs:53:26
[INFO] [stderr]    |
[INFO] [stderr] 53 |         glyph_offsets: &[DWRITE_GLYPH_OFFSET],
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `RECT` in this scope
[INFO] [stderr]   --> src/bitmap_render_target.rs:56:10
[INFO] [stderr]    |
[INFO] [stderr] 56 |     ) -> RECT {
[INFO] [stderr]    |          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_GLYPH_RUN` in this scope
[INFO] [stderr]   --> src/bitmap_render_target.rs:65:32
[INFO] [stderr]    |
[INFO] [stderr] 65 |             let mut glyph_run: DWRITE_GLYPH_RUN = zeroed();
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `RECT` in this scope
[INFO] [stderr]   --> src/bitmap_render_target.rs:75:27
[INFO] [stderr]    |
[INFO] [stderr] 75 |             let mut rect: RECT = zeroed();
[INFO] [stderr]    |                           ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `RGB` in this scope
[INFO] [stderr]   --> src/bitmap_render_target.rs:82:17
[INFO] [stderr]    |
[INFO] [stderr] 82 |                 RGB(r, g, b),
[INFO] [stderr]    |                 ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `BITMAP` in this scope
[INFO] [stderr]   --> src/bitmap_render_target.rs:99:29
[INFO] [stderr]    |
[INFO] [stderr] 99 |             let mut bitmap: BITMAP = zeroed();
[INFO] [stderr]    |                             ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetObjectW` in this scope
[INFO] [stderr]    --> src/bitmap_render_target.rs:100:23
[INFO] [stderr]     |
[INFO] [stderr] 100 |             let ret = GetObjectW(
[INFO] [stderr]     |                       ^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetCurrentObject` in this scope
[INFO] [stderr]    --> src/bitmap_render_target.rs:101:17
[INFO] [stderr]     |
[INFO] [stderr] 101 |                 GetCurrentObject(memory_dc, OBJ_BITMAP),
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `OBJ_BITMAP` in this scope
[INFO] [stderr]    --> src/bitmap_render_target.rs:101:45
[INFO] [stderr]     |
[INFO] [stderr] 101 |                 GetCurrentObject(memory_dc, OBJ_BITMAP),
[INFO] [stderr]     |                                             ^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `BITMAP` in this scope
[INFO] [stderr]    --> src/bitmap_render_target.rs:102:27
[INFO] [stderr]     |
[INFO] [stderr] 22  | impl BitmapRenderTarget {
[INFO] [stderr]     |     - help: you might be missing a type parameter: `<BITMAP>`
[INFO] [stderr] ...
[INFO] [stderr] 102 |                 size_of::<BITMAP>() as i32,
[INFO] [stderr]     |                           ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `BITMAP` in this scope
[INFO] [stderr]    --> src/bitmap_render_target.rs:105:38
[INFO] [stderr]     |
[INFO] [stderr] 22  | impl BitmapRenderTarget {
[INFO] [stderr]     |     - help: you might be missing a type parameter: `<BITMAP>`
[INFO] [stderr] ...
[INFO] [stderr] 105 |             assert!(ret == size_of::<BITMAP>() as i32);
[INFO] [stderr]     |                                      ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFont` in this scope
[INFO] [stderr]   --> src/font.rs:26:31
[INFO] [stderr]    |
[INFO] [stderr] 25 | pub struct Font {
[INFO] [stderr]    |                - help: you might be missing a type parameter: `<IDWriteFont>`
[INFO] [stderr] 26 |     native: UnsafeCell<ComPtr<IDWriteFont>>,
[INFO] [stderr]    |                               ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFont` in this scope
[INFO] [stderr]   --> src/font.rs:30:32
[INFO] [stderr]    |
[INFO] [stderr] 29 | impl Font {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<IDWriteFont>`
[INFO] [stderr] 30 |     pub fn take(native: ComPtr<IDWriteFont>) -> Font {
[INFO] [stderr]    |                                ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFont` in this scope
[INFO] [stderr]   --> src/font.rs:36:41
[INFO] [stderr]    |
[INFO] [stderr] 36 |     pub unsafe fn as_ptr(&self) -> *mut IDWriteFont {
[INFO] [stderr]    |                                         ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileEnumerator` in this scope
[INFO] [stderr]   --> src/font_collection_impl.rs:94:10
[INFO] [stderr]    |
[INFO] [stderr] 94 | impl Com<IDWriteFontFileEnumerator> for CustomFontFileEnumeratorImpl {
[INFO] [stderr]    |     -    ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |     |
[INFO] [stderr]    |     help: you might be missing a type parameter: `<IDWriteFontFileEnumerator>`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFont1` in this scope
[INFO] [stderr]   --> src/font.rs:63:38
[INFO] [stderr]    |
[INFO] [stderr] 29 | impl Font {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<IDWriteFont1>`
[INFO] [stderr] ...
[INFO] [stderr] 63 |             let font1: Option<ComPtr<IDWriteFont1>> = (*self.native.get()).cast().ok();
[INFO] [stderr]    |                                      ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileEnumeratorVtbl` in this scope
[INFO] [stderr]   --> src/font_collection_impl.rs:95:17
[INFO] [stderr]    |
[INFO] [stderr] 95 |     type Vtbl = IDWriteFontFileEnumeratorVtbl;
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileEnumeratorVtbl` in this scope
[INFO] [stderr]   --> src/font_collection_impl.rs:97:27
[INFO] [stderr]    |
[INFO] [stderr] 97 |     fn vtbl() -> &'static IDWriteFontFileEnumeratorVtbl {
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]    --> src/font_collection_impl.rs:102:10
[INFO] [stderr]     |
[INFO] [stderr] 102 | impl Com<IUnknown> for CustomFontFileEnumeratorImpl {
[INFO] [stderr]     |     -    ^^^^^^^^ not found in this scope
[INFO] [stderr]     |     |
[INFO] [stderr]     |     help: you might be missing a type parameter: `<IUnknown>`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknownVtbl` in this scope
[INFO] [stderr]    --> src/font_collection_impl.rs:103:17
[INFO] [stderr]     |
[INFO] [stderr] 103 |     type Vtbl = IUnknownVtbl;
[INFO] [stderr]     |                 ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknownVtbl` in this scope
[INFO] [stderr]    --> src/font_collection_impl.rs:105:27
[INFO] [stderr]     |
[INFO] [stderr] 105 |     fn vtbl() -> &'static IUnknownVtbl {
[INFO] [stderr]     |                           ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileEnumeratorVtbl` in this scope
[INFO] [stderr]    --> src/font_collection_impl.rs:110:35
[INFO] [stderr]     |
[INFO] [stderr] 110 | static FONT_FILE_ENUMERATOR_VTBL: IDWriteFontFileEnumeratorVtbl = IDWriteFontFileEnumeratorVtbl {
[INFO] [stderr]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `IDWriteFontFileEnumeratorVtbl` in this scope
[INFO] [stderr]    --> src/font_collection_impl.rs:110:67
[INFO] [stderr]     |
[INFO] [stderr] 110 | static FONT_FILE_ENUMERATOR_VTBL: IDWriteFontFileEnumeratorVtbl = IDWriteFontFileEnumeratorVtbl {
[INFO] [stderr]     |                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope
[INFO] [stderr]   --> src/font.rs:64:57
[INFO] [stderr]    |
[INFO] [stderr] 64 |             font1.map(|font| font.IsMonospacedFont() == TRUE)
[INFO] [stderr]    |                                                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFamily` in this scope
[INFO] [stderr]   --> src/font.rs:74:34
[INFO] [stderr]    |
[INFO] [stderr] 74 |             let mut family: *mut IDWriteFontFamily = ptr::null_mut();
[INFO] [stderr]    |                                  ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteLocalizedStrings` in this scope
[INFO] [stderr]   --> src/font.rs:84:33
[INFO] [stderr]    |
[INFO] [stderr] 84 |             let mut names: *mut IDWriteLocalizedStrings = ptr::null_mut();
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteLocalizedStrings` in this scope
[INFO] [stderr]   --> src/font.rs:94:33
[INFO] [stderr]    |
[INFO] [stderr] 94 |             let mut names: *mut IDWriteLocalizedStrings = ptr::null_mut();
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope
[INFO] [stderr]   --> src/font.rs:95:30
[INFO] [stderr]    |
[INFO] [stderr] 95 |             let mut exists = FALSE;
[INFO] [stderr]    |                              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_INFORMATIONAL_STRING_ID` in this scope
[INFO] [stderr]   --> src/font.rs:96:28
[INFO] [stderr]    |
[INFO] [stderr] 96 |             let id = id as DWRITE_INFORMATIONAL_STRING_ID;
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]   --> src/font.rs:98:27
[INFO] [stderr]    |
[INFO] [stderr] 98 |             assert!(hr == S_OK);
[INFO] [stderr]    |                           ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope
[INFO] [stderr]   --> src/font.rs:99:26
[INFO] [stderr]    |
[INFO] [stderr] 99 |             if exists == TRUE {
[INFO] [stderr]    |                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFace` in this scope
[INFO] [stderr]    --> src/font.rs:111:32
[INFO] [stderr]     |
[INFO] [stderr] 111 |             let mut face: *mut IDWriteFontFace = ptr::null_mut();
[INFO] [stderr]     |                                ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFont1` in this scope
[INFO] [stderr]    --> src/font.rs:120:39
[INFO] [stderr]     |
[INFO] [stderr] 29  | impl Font {
[INFO] [stderr]     |     - help: you might be missing a type parameter: `<IDWriteFont1>`
[INFO] [stderr] ...
[INFO] [stderr] 120 |             let font_1: Option<ComPtr<IDWriteFont1>> = (*self.native.get()).cast().ok();
[INFO] [stderr]     |                                       ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DWRITE_INFORMATIONAL_STRING_FULL_NAME` in this scope
[INFO] [stderr]    --> src/font.rs:150:16
[INFO] [stderr]     |
[INFO] [stderr] 150 |     FullName = DWRITE_INFORMATIONAL_STRING_FULL_NAME,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DWRITE_INFORMATIONAL_STRING_POSTSCRIPT_NAME` in this scope
[INFO] [stderr]    --> src/font.rs:151:22
[INFO] [stderr]     |
[INFO] [stderr] 151 |     PostscriptName = DWRITE_INFORMATIONAL_STRING_POSTSCRIPT_NAME,
[INFO] [stderr]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DWRITE_INFORMATIONAL_STRING_POSTSCRIPT_CID_NAME` in this scope
[INFO] [stderr]    --> src/font.rs:152:25
[INFO] [stderr]     |
[INFO] [stderr] 152 |     PostscriptCidName = DWRITE_INFORMATIONAL_STRING_POSTSCRIPT_CID_NAME,
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_FONT_METRICS` in this scope
[INFO] [stderr]    --> src/font.rs:158:14
[INFO] [stderr]     |
[INFO] [stderr] 158 |     Metrics0(DWRITE_FONT_METRICS),
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_FONT_METRICS1` in this scope
[INFO] [stderr]    --> src/font.rs:160:14
[INFO] [stderr]     |
[INFO] [stderr] 160 |     Metrics1(DWRITE_FONT_METRICS1),
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_FONT_METRICS` in this scope
[INFO] [stderr]    --> src/font.rs:165:30
[INFO] [stderr]     |
[INFO] [stderr] 165 |     pub fn metrics0(self) -> DWRITE_FONT_METRICS {
[INFO] [stderr]     |                              ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `DWRITE_FONT_METRICS` in this scope
[INFO] [stderr]    --> src/font.rs:168:47
[INFO] [stderr]     |
[INFO] [stderr] 168 |             FontMetrics::Metrics1(metrics) => DWRITE_FONT_METRICS {
[INFO] [stderr]     |                                               ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `IUnknownVtbl` in this scope
[INFO] [stderr]    --> src/com_helpers.rs:56:9
[INFO] [stderr]     |
[INFO] [stderr] 56  |         IUnknownVtbl {
[INFO] [stderr]     |         ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/font_collection_impl.rs:111:13
[INFO] [stderr]     |
[INFO] [stderr] 111 |     parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl),
[INFO] [stderr]     |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontCollection` in this scope
[INFO] [stderr]   --> src/font_collection.rs:21:24
[INFO] [stderr]    |
[INFO] [stderr] 21 |     collection: ComPtr<IDWriteFontCollection>,
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 43 | pub struct FontCollection {
[INFO] [stderr]    | ------------------------- similarly named struct `FontCollection` defined here
[INFO] [stderr]    |
[INFO] [stderr] help: a struct with a similar name exists
[INFO] [stderr]    |
[INFO] [stderr] 21 |     collection: ComPtr<FontCollection>,
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 20 | pub struct FontCollectionFamilyIterator<IDWriteFontCollection> {
[INFO] [stderr]    |                                        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFamily` in this scope
[INFO] [stderr]   --> src/font_collection.rs:34:34
[INFO] [stderr]    |
[INFO] [stderr] 34 |             let mut family: *mut IDWriteFontFamily = ptr::null_mut();
[INFO] [stderr]    |                                  ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]    --> src/com_helpers.rs:60:40
[INFO] [stderr]     |
[INFO] [stderr] 60  |                     unknown_this: *mut IUnknown,
[INFO] [stderr]     |                                        ^^^^^^^^ not found in this scope
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/font_collection_impl.rs:111:13
[INFO] [stderr]     |
[INFO] [stderr] 111 |     parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl),
[INFO] [stderr]     |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontCollection` in this scope
[INFO] [stderr]   --> src/font_collection.rs:44:31
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub struct FontCollection {
[INFO] [stderr]    | ------------------------- similarly named struct `FontCollection` defined here
[INFO] [stderr] 44 |     native: UnsafeCell<ComPtr<IDWriteFontCollection>>,
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: a struct with a similar name exists
[INFO] [stderr]    |
[INFO] [stderr] 44 |     native: UnsafeCell<ComPtr<FontCollection>>,
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub struct FontCollection<IDWriteFontCollection> {
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontCollection` in this scope
[INFO] [stderr]   --> src/font_collection.rs:50:34
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub struct FontCollection {
[INFO] [stderr]    | ------------------------- similarly named struct `FontCollection` defined here
[INFO] [stderr] ...
[INFO] [stderr] 50 |             let mut native: *mut IDWriteFontCollection = ptr::null_mut();
[INFO] [stderr]    |                                  ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontCollection`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `REFIID` in this scope
[INFO] [stderr]    --> src/com_helpers.rs:61:27
[INFO] [stderr]     |
[INFO] [stderr] 61  |                     riid: REFIID,
[INFO] [stderr]     |                           ^^^^^^ not found in this scope
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/font_collection_impl.rs:111:13
[INFO] [stderr]     |
[INFO] [stderr] 111 |     parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl),
[INFO] [stderr]     |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]    --> src/com_helpers.rs:63:22
[INFO] [stderr]     |
[INFO] [stderr] 63  |                 ) -> HRESULT {
[INFO] [stderr]     |                      ^^^^^^^ not found in this scope
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/font_collection_impl.rs:111:13
[INFO] [stderr]     |
[INFO] [stderr] 111 |     parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl),
[INFO] [stderr]     |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]    --> src/com_helpers.rs:81:28
[INFO] [stderr]     |
[INFO] [stderr] 81  |                     return S_OK;
[INFO] [stderr]     |                            ^^^^ not found in this scope
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/font_collection_impl.rs:111:13
[INFO] [stderr]     |
[INFO] [stderr] 111 |     parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl),
[INFO] [stderr]     |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]    --> src/com_helpers.rs:88:58
[INFO] [stderr]     |
[INFO] [stderr] 88  |                 unsafe extern "system" fn AddRef(_: *mut IUnknown) -> ULONG {
[INFO] [stderr]     |                                                          ^^^^^^^^ not found in this scope
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/font_collection_impl.rs:111:13
[INFO] [stderr]     |
[INFO] [stderr] 111 |     parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl),
[INFO] [stderr]     |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ULONG` in this scope
[INFO] [stderr]    --> src/com_helpers.rs:88:71
[INFO] [stderr]     |
[INFO] [stderr] 88  |                 unsafe extern "system" fn AddRef(_: *mut IUnknown) -> ULONG {
[INFO] [stderr]     |                                                                       ^^^^^ not found in this scope
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/font_collection_impl.rs:111:13
[INFO] [stderr]     |
[INFO] [stderr] 111 |     parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl),
[INFO] [stderr]     |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]    --> src/com_helpers.rs:95:59
[INFO] [stderr]     |
[INFO] [stderr] 95  |                 unsafe extern "system" fn Release(_: *mut IUnknown) -> ULONG {
[INFO] [stderr]     |                                                           ^^^^^^^^ not found in this scope
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/font_collection_impl.rs:111:13
[INFO] [stderr]     |
[INFO] [stderr] 111 |     parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl),
[INFO] [stderr]     |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope
[INFO] [stderr]   --> src/font_collection.rs:53:29
[INFO] [stderr]    |
[INFO] [stderr] 53 |                 if update { TRUE } else { FALSE },
[INFO] [stderr]    |                             ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope
[INFO] [stderr]   --> src/font_collection.rs:53:43
[INFO] [stderr]    |
[INFO] [stderr] 53 |                 if update { TRUE } else { FALSE },
[INFO] [stderr]    |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontCollection` in this scope
[INFO] [stderr]   --> src/font_collection.rs:67:32
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub struct FontCollection {
[INFO] [stderr]    | ------------------------- similarly named struct `FontCollection` defined here
[INFO] [stderr] ...
[INFO] [stderr] 67 |     pub fn take(native: ComPtr<IDWriteFontCollection>) -> FontCollection {
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: a struct with a similar name exists
[INFO] [stderr]    |
[INFO] [stderr] 67 |     pub fn take(native: ComPtr<FontCollection>) -> FontCollection {
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 47 | impl<IDWriteFontCollection> FontCollection {
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontCollectionLoader` in this scope
[INFO] [stderr]   --> src/font_collection.rs:73:50
[INFO] [stderr]    |
[INFO] [stderr] 47 | impl FontCollection {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<IDWriteFontCollectionLoader>`
[INFO] [stderr] ...
[INFO] [stderr] 73 |     pub fn from_loader(collection_loader: ComPtr<IDWriteFontCollectionLoader>) -> FontCollection {
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]   --> src/font_collection.rs:78:17
[INFO] [stderr]    |
[INFO] [stderr] 78 |                 S_OK
[INFO] [stderr]    |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontCollection` in this scope
[INFO] [stderr]   --> src/font_collection.rs:80:38
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub struct FontCollection {
[INFO] [stderr]    | ------------------------- similarly named struct `FontCollection` defined here
[INFO] [stderr] ...
[INFO] [stderr] 80 |             let mut collection: *mut IDWriteFontCollection = ptr::null_mut();
[INFO] [stderr]    |                                      ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontCollection`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]   --> src/font_collection.rs:89:17
[INFO] [stderr]    |
[INFO] [stderr] 89 |                 S_OK
[INFO] [stderr]    |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontCollection` in this scope
[INFO] [stderr]   --> src/font_collection.rs:95:41
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub struct FontCollection {
[INFO] [stderr]    | ------------------------- similarly named struct `FontCollection` defined here
[INFO] [stderr] ...
[INFO] [stderr] 95 |     pub unsafe fn as_ptr(&self) -> *mut IDWriteFontCollection {
[INFO] [stderr]    |                                         ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontCollection`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFamily` in this scope
[INFO] [stderr]    --> src/font_collection.rs:115:34
[INFO] [stderr]     |
[INFO] [stderr] 115 |             let mut family: *mut IDWriteFontFamily = ptr::null_mut();
[INFO] [stderr]     |                                  ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFont` in this scope
[INFO] [stderr]    --> src/font_collection.rs:141:32
[INFO] [stderr]     |
[INFO] [stderr] 141 |             let mut font: *mut IDWriteFont = ptr::null_mut();
[INFO] [stderr]     |                                ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `BOOL` in this scope
[INFO] [stderr]    --> src/font_collection.rs:153:29
[INFO] [stderr]     |
[INFO] [stderr] 153 |             let mut exists: BOOL = FALSE;
[INFO] [stderr]     |                             ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope
[INFO] [stderr]    --> src/font_collection.rs:153:36
[INFO] [stderr]     |
[INFO] [stderr] 153 |             let mut exists: BOOL = FALSE;
[INFO] [stderr]     |                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ULONG` in this scope
[INFO] [stderr]    --> src/com_helpers.rs:95:72
[INFO] [stderr]     |
[INFO] [stderr] 95  |                 unsafe extern "system" fn Release(_: *mut IUnknown) -> ULONG {
[INFO] [stderr]     |                                                                        ^^^^^ not found in this scope
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/font_collection_impl.rs:111:13
[INFO] [stderr]     |
[INFO] [stderr] 111 |     parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl),
[INFO] [stderr]     |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope
[INFO] [stderr]    --> src/font_collection.rs:160:26
[INFO] [stderr]     |
[INFO] [stderr] 160 |             if exists == FALSE {
[INFO] [stderr]     |                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFamily` in this scope
[INFO] [stderr]    --> src/font_collection.rs:164:34
[INFO] [stderr]     |
[INFO] [stderr] 164 |             let mut family: *mut IDWriteFontFamily = ptr::null_mut();
[INFO] [stderr]     |                                  ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFile` in this scope
[INFO] [stderr]    --> src/font_collection_impl.rs:117:39
[INFO] [stderr]     |
[INFO] [stderr] 116 | impl CustomFontFileEnumeratorImpl {
[INFO] [stderr]     |     - help: you might be missing a type parameter: `<IDWriteFontFile>`
[INFO] [stderr] 117 |     pub fn new(font_files: Vec<ComPtr<IDWriteFontFile>>) -> CustomFontFileEnumeratorImpl {
[INFO] [stderr]     |                                       ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFace` in this scope
[INFO] [stderr]   --> src/font_face.rs:32:31
[INFO] [stderr]    |
[INFO] [stderr] 31 | pub struct FontFace {
[INFO] [stderr]    |                    - help: you might be missing a type parameter: `<IDWriteFontFace>`
[INFO] [stderr] 32 |     native: UnsafeCell<ComPtr<IDWriteFontFace>>,
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFace5` in this scope
[INFO] [stderr]   --> src/font_face.rs:33:37
[INFO] [stderr]    |
[INFO] [stderr] 31 | pub struct FontFace {
[INFO] [stderr]    |                    - help: you might be missing a type parameter: `<IDWriteFontFace5>`
[INFO] [stderr] 32 |     native: UnsafeCell<ComPtr<IDWriteFontFace>>,
[INFO] [stderr] 33 |     face5: UnsafeCell<Option<ComPtr<IDWriteFontFace5>>>,
[INFO] [stderr]    |                                     ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileEnumerator` in this scope
[INFO] [stderr]    --> src/font_collection_impl.rs:128:16
[INFO] [stderr]     |
[INFO] [stderr] 128 |     this: *mut IDWriteFontFileEnumerator,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFace` in this scope
[INFO] [stderr]   --> src/font_face.rs:37:32
[INFO] [stderr]    |
[INFO] [stderr] 36 | impl FontFace {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<IDWriteFontFace>`
[INFO] [stderr] 37 |     pub fn take(native: ComPtr<IDWriteFontFace>) -> FontFace {
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFile` in this scope
[INFO] [stderr]    --> src/font_collection_impl.rs:129:30
[INFO] [stderr]     |
[INFO] [stderr] 129 |     out_font_file: *mut *mut IDWriteFontFile,
[INFO] [stderr]     |                              ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFace` in this scope
[INFO] [stderr]   --> src/font_face.rs:45:41
[INFO] [stderr]    |
[INFO] [stderr] 45 |     pub unsafe fn as_ptr(&self) -> *mut IDWriteFontFace {
[INFO] [stderr]    |                                         ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]    --> src/font_collection_impl.rs:130:6
[INFO] [stderr]     |
[INFO] [stderr] 130 | ) -> HRESULT {
[INFO] [stderr]     |      ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `E_INVALIDARG` in this scope
[INFO] [stderr]    --> src/font_collection_impl.rs:133:16
[INFO] [stderr]     |
[INFO] [stderr] 133 |         return E_INVALIDARG;
[INFO] [stderr]     |                ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]    --> src/font_collection_impl.rs:138:5
[INFO] [stderr]     |
[INFO] [stderr] 138 |     S_OK
[INFO] [stderr]     |     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileEnumerator` in this scope
[INFO] [stderr]    --> src/font_collection_impl.rs:143:16
[INFO] [stderr]     |
[INFO] [stderr] 143 |     this: *mut IDWriteFontFileEnumerator,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `BOOL` in this scope
[INFO] [stderr]    --> src/font_collection_impl.rs:144:28
[INFO] [stderr]     |
[INFO] [stderr] 144 |     has_current_file: *mut BOOL,
[INFO] [stderr]     |                            ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]    --> src/font_collection_impl.rs:145:6
[INFO] [stderr]     |
[INFO] [stderr] 145 | ) -> HRESULT {
[INFO] [stderr]     |      ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFile` in this scope
[INFO] [stderr]   --> src/font_face.rs:49:48
[INFO] [stderr]    |
[INFO] [stderr] 36 | impl FontFace {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<IDWriteFontFile>`
[INFO] [stderr] ...
[INFO] [stderr] 49 |     unsafe fn get_raw_files(&self) -> Vec<*mut IDWriteFontFile> {
[INFO] [stderr]    |                                                ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFile` in this scope
[INFO] [stderr]   --> src/font_face.rs:54:37
[INFO] [stderr]    |
[INFO] [stderr] 36 | impl FontFace {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<IDWriteFontFile>`
[INFO] [stderr] ...
[INFO] [stderr] 54 |         let mut file_ptrs: Vec<*mut IDWriteFontFile> =
[INFO] [stderr]    |                                     ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_FONT_SIMULATIONS` in this scope
[INFO] [stderr]   --> src/font_face.rs:73:22
[INFO] [stderr]    |
[INFO] [stderr] 73 |         simulations: DWRITE_FONT_SIMULATIONS,
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFace` in this scope
[INFO] [stderr]   --> src/font_face.rs:79:32
[INFO] [stderr]    |
[INFO] [stderr] 79 |             let mut face: *mut IDWriteFontFace = ptr::null_mut();
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFile` in this scope
[INFO] [stderr]   --> src/font_face.rs:89:34
[INFO] [stderr]    |
[INFO] [stderr] 36 | impl FontFace {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<IDWriteFontFile>`
[INFO] [stderr] ...
[INFO] [stderr] 89 |                 let _ = ComPtr::<IDWriteFontFile>::from_raw(p);
[INFO] [stderr]    |                                  ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFace1` in this scope
[INFO] [stderr]    --> src/font_face.rs:102:39
[INFO] [stderr]     |
[INFO] [stderr] 36  | impl FontFace {
[INFO] [stderr]     |     - help: you might be missing a type parameter: `<IDWriteFontFace1>`
[INFO] [stderr] ...
[INFO] [stderr] 102 |             let font_1: Option<ComPtr<IDWriteFontFace1>> = (*self.native.get()).cast().ok();
[INFO] [stderr]     |                                       ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_GLYPH_METRICS` in this scope
[INFO] [stderr]    --> src/font_face.rs:135:14
[INFO] [stderr]     |
[INFO] [stderr] 36  | impl FontFace {
[INFO] [stderr]     |     - help: you might be missing a type parameter: `<DWRITE_GLYPH_METRICS>`
[INFO] [stderr] ...
[INFO] [stderr] 135 |     ) -> Vec<DWRITE_GLYPH_METRICS> {
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_GLYPH_METRICS` in this scope
[INFO] [stderr]    --> src/font_face.rs:137:34
[INFO] [stderr]     |
[INFO] [stderr] 36  | impl FontFace {
[INFO] [stderr]     |     - help: you might be missing a type parameter: `<DWRITE_GLYPH_METRICS>`
[INFO] [stderr] ...
[INFO] [stderr] 137 |             let mut metrics: Vec<DWRITE_GLYPH_METRICS> = vec![zeroed(); glyph_indices.len()];
[INFO] [stderr]     |                                  ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `BOOL` in this scope
[INFO] [stderr]    --> src/font_face.rs:142:32
[INFO] [stderr]     |
[INFO] [stderr] 142 |                 is_sideways as BOOL,
[INFO] [stderr]     |                                ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_MATRIX` in this scope
[INFO] [stderr]    --> src/font_face.rs:153:27
[INFO] [stderr]     |
[INFO] [stderr] 153 |         transform: *const DWRITE_MATRIX,
[INFO] [stderr]     |                           ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_GLYPH_METRICS` in this scope
[INFO] [stderr]    --> src/font_face.rs:157:14
[INFO] [stderr]     |
[INFO] [stderr] 36  | impl FontFace {
[INFO] [stderr]     |     - help: you might be missing a type parameter: `<DWRITE_GLYPH_METRICS>`
[INFO] [stderr] ...
[INFO] [stderr] 157 |     ) -> Vec<DWRITE_GLYPH_METRICS> {
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_GLYPH_METRICS` in this scope
[INFO] [stderr]    --> src/font_face.rs:159:34
[INFO] [stderr]     |
[INFO] [stderr] 36  | impl FontFace {
[INFO] [stderr]     |     - help: you might be missing a type parameter: `<DWRITE_GLYPH_METRICS>`
[INFO] [stderr] ...
[INFO] [stderr] 159 |             let mut metrics: Vec<DWRITE_GLYPH_METRICS> = vec![zeroed(); glyph_indices.len()];
[INFO] [stderr]     |                                  ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `BOOL` in this scope
[INFO] [stderr]    --> src/font_face.rs:164:36
[INFO] [stderr]     |
[INFO] [stderr] 164 |                 use_gdi_natural as BOOL,
[INFO] [stderr]     |                                    ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `BOOL` in this scope
[INFO] [stderr]    --> src/font_face.rs:168:32
[INFO] [stderr]     |
[INFO] [stderr] 168 |                 is_sideways as BOOL,
[INFO] [stderr]     |                                ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `BOOL` in this scope
[INFO] [stderr]    --> src/font_face.rs:184:29
[INFO] [stderr]     |
[INFO] [stderr] 184 |             let mut exists: BOOL = FALSE;
[INFO] [stderr]     |                             ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope
[INFO] [stderr]    --> src/font_face.rs:184:36
[INFO] [stderr]     |
[INFO] [stderr] 184 |             let mut exists: BOOL = FALSE;
[INFO] [stderr]     |                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope
[INFO] [stderr]    --> src/font_face.rs:195:26
[INFO] [stderr]     |
[INFO] [stderr] 195 |             if exists == FALSE {
[INFO] [stderr]     |                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope
[INFO] [stderr]    --> src/font_collection_impl.rs:152:9
[INFO] [stderr]     |
[INFO] [stderr] 152 |         TRUE
[INFO] [stderr]     |         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope
[INFO] [stderr]    --> src/font_collection_impl.rs:154:9
[INFO] [stderr]     |
[INFO] [stderr] 154 |         FALSE
[INFO] [stderr]     |         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]    --> src/font_collection_impl.rs:156:5
[INFO] [stderr]     |
[INFO] [stderr] 156 |     S_OK
[INFO] [stderr]     |     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_READING_DIRECTION` in this scope
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:44:50
[INFO] [stderr]    |
[INFO] [stderr] 44 |     fn get_paragraph_reading_direction(&self) -> DWRITE_READING_DIRECTION;
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `LOCALE_NAME_MAX_LENGTH` in this scope
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:54:27
[INFO] [stderr]    |
[INFO] [stderr] 54 |     locale_buf: [wchar_t; LOCALE_NAME_MAX_LENGTH],
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteNumberSubstitution` in this scope
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:59:20
[INFO] [stderr]    |
[INFO] [stderr] 58 | pub struct NumberSubstitution {
[INFO] [stderr]    | ----------------------------- similarly named struct `NumberSubstitution` defined here
[INFO] [stderr] 59 |     native: ComPtr<IDWriteNumberSubstitution>,
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: a struct with a similar name exists
[INFO] [stderr]    |
[INFO] [stderr] 59 |     native: ComPtr<NumberSubstitution>,
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 58 | pub struct NumberSubstitution<IDWriteNumberSubstitution> {
[INFO] [stderr]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteTextAnalysisSourceVtbl` in this scope
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:64:35
[INFO] [stderr]    |
[INFO] [stderr] 64 | static TEXT_ANALYSIS_SOURCE_VTBL: IDWriteTextAnalysisSourceVtbl = IDWriteTextAnalysisSourceVtbl {
[INFO] [stderr]    |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `IDWriteTextAnalysisSourceVtbl` in this scope
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:64:67
[INFO] [stderr]    |
[INFO] [stderr] 64 | static TEXT_ANALYSIS_SOURCE_VTBL: IDWriteTextAnalysisSourceVtbl = IDWriteTextAnalysisSourceVtbl {
[INFO] [stderr]    |                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_MEASURING_MODE` in this scope
[INFO] [stderr]    --> src/font_face.rs:211:23
[INFO] [stderr]     |
[INFO] [stderr] 211 |         measure_mode: DWRITE_MEASURING_MODE,
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `IUnknownVtbl` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:56:9
[INFO] [stderr]    |
[INFO] [stderr] 56 |         IUnknownVtbl {
[INFO] [stderr]    |         ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/text_analysis_source_impl.rs:65:13
[INFO] [stderr]    |
[INFO] [stderr] 65 |     parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl),
[INFO] [stderr]    |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteRenderingParams` in this scope
[INFO] [stderr]    --> src/font_face.rs:212:32
[INFO] [stderr]     |
[INFO] [stderr] 212 |         rendering_params: *mut IDWriteRenderingParams,
[INFO] [stderr]     |                                ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:60:40
[INFO] [stderr]    |
[INFO] [stderr] 60 |                     unknown_this: *mut IUnknown,
[INFO] [stderr]    |                                        ^^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/text_analysis_source_impl.rs:65:13
[INFO] [stderr]    |
[INFO] [stderr] 65 |     parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl),
[INFO] [stderr]    |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_RENDERING_MODE` in this scope
[INFO] [stderr]    --> src/font_face.rs:213:10
[INFO] [stderr]     |
[INFO] [stderr] 213 |     ) -> DWRITE_RENDERING_MODE {
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_RENDERING_MODE` in this scope
[INFO] [stderr]    --> src/font_face.rs:215:34
[INFO] [stderr]     |
[INFO] [stderr] 215 |             let mut render_mode: DWRITE_RENDERING_MODE = DWRITE_RENDERING_MODE_DEFAULT;
[INFO] [stderr]     |                                  ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `REFIID` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:61:27
[INFO] [stderr]    |
[INFO] [stderr] 61 |                     riid: REFIID,
[INFO] [stderr]    |                           ^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/text_analysis_source_impl.rs:65:13
[INFO] [stderr]    |
[INFO] [stderr] 65 |     parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl),
[INFO] [stderr]    |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DWRITE_RENDERING_MODE_DEFAULT` in this scope
[INFO] [stderr]    --> src/font_face.rs:215:58
[INFO] [stderr]     |
[INFO] [stderr] 215 |             let mut render_mode: DWRITE_RENDERING_MODE = DWRITE_RENDERING_MODE_DEFAULT;
[INFO] [stderr]     |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DWRITE_RENDERING_MODE_NATURAL_SYMMETRIC` in this scope
[INFO] [stderr]    --> src/font_face.rs:225:24
[INFO] [stderr]     |
[INFO] [stderr] 225 |                 return DWRITE_RENDERING_MODE_NATURAL_SYMMETRIC;
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_MEASURING_MODE` in this scope
[INFO] [stderr]    --> src/font_face.rs:236:23
[INFO] [stderr]     |
[INFO] [stderr] 236 |         measure_mode: DWRITE_MEASURING_MODE,
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:63:22
[INFO] [stderr]    |
[INFO] [stderr] 63 |                 ) -> HRESULT {
[INFO] [stderr]    |                      ^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/text_analysis_source_impl.rs:65:13
[INFO] [stderr]    |
[INFO] [stderr] 65 |     parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl),
[INFO] [stderr]    |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_RENDERING_MODE` in this scope
[INFO] [stderr]    --> src/font_face.rs:237:10
[INFO] [stderr]     |
[INFO] [stderr] 237 |     ) -> DWRITE_RENDERING_MODE {
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_GLYPH_OFFSET` in this scope
[INFO] [stderr]    --> src/font_face.rs:251:33
[INFO] [stderr]     |
[INFO] [stderr] 36  | impl FontFace {
[INFO] [stderr]     |     - help: you might be missing a type parameter: `<DWRITE_GLYPH_OFFSET>`
[INFO] [stderr] ...
[INFO] [stderr] 251 |         glyph_offsets: Option<&[DWRITE_GLYPH_OFFSET]>,
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:81:28
[INFO] [stderr]    |
[INFO] [stderr] 81 |                     return S_OK;
[INFO] [stderr]    |                            ^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/text_analysis_source_impl.rs:65:13
[INFO] [stderr]    |
[INFO] [stderr] 65 |     parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl),
[INFO] [stderr]    |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope
[INFO] [stderr]    --> src/font_face.rs:271:48
[INFO] [stderr]     |
[INFO] [stderr] 271 |             let is_sideways = if is_sideways { TRUE } else { FALSE };
[INFO] [stderr]     |                                                ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope
[INFO] [stderr]    --> src/font_face.rs:271:62
[INFO] [stderr]     |
[INFO] [stderr] 271 |             let is_sideways = if is_sideways { TRUE } else { FALSE };
[INFO] [stderr]     |                                                              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:88:58
[INFO] [stderr]    |
[INFO] [stderr] 88 |                 unsafe extern "system" fn AddRef(_: *mut IUnknown) -> ULONG {
[INFO] [stderr]    |                                                          ^^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/text_analysis_source_impl.rs:65:13
[INFO] [stderr]    |
[INFO] [stderr] 65 |     parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl),
[INFO] [stderr]    |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope
[INFO] [stderr]    --> src/font_face.rs:272:58
[INFO] [stderr]     |
[INFO] [stderr] 272 |             let is_right_to_left = if is_right_to_left { TRUE } else { FALSE };
[INFO] [stderr]     |                                                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope
[INFO] [stderr]    --> src/font_face.rs:272:72
[INFO] [stderr]     |
[INFO] [stderr] 272 |             let is_right_to_left = if is_right_to_left { TRUE } else { FALSE };
[INFO] [stderr]     |                                                                        ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]    --> src/font_face.rs:285:28
[INFO] [stderr]     |
[INFO] [stderr] 285 |             assert_eq!(hr, S_OK);
[INFO] [stderr]     |                            ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ULONG` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:88:71
[INFO] [stderr]    |
[INFO] [stderr] 88 |                 unsafe extern "system" fn AddRef(_: *mut IUnknown) -> ULONG {
[INFO] [stderr]    |                                                                       ^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/text_analysis_source_impl.rs:65:13
[INFO] [stderr]    |
[INFO] [stderr] 65 |     parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl),
[INFO] [stderr]    |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFace5` in this scope
[INFO] [stderr]    --> src/font_face.rs:311:49
[INFO] [stderr]     |
[INFO] [stderr] 36  | impl FontFace {
[INFO] [stderr]     |     - help: you might be missing a type parameter: `<IDWriteFontFace5>`
[INFO] [stderr] ...
[INFO] [stderr] 311 |     unsafe fn get_face5(&self) -> Option<ComPtr<IDWriteFontFace5>> {
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:95:59
[INFO] [stderr]    |
[INFO] [stderr] 95 |                 unsafe extern "system" fn Release(_: *mut IUnknown) -> ULONG {
[INFO] [stderr]    |                                                           ^^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/text_analysis_source_impl.rs:65:13
[INFO] [stderr]    |
[INFO] [stderr] 65 |     parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl),
[INFO] [stderr]    |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ULONG` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:95:72
[INFO] [stderr]    |
[INFO] [stderr] 95 |                 unsafe extern "system" fn Release(_: *mut IUnknown) -> ULONG {
[INFO] [stderr]    |                                                                        ^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/text_analysis_source_impl.rs:65:13
[INFO] [stderr]    |
[INFO] [stderr] 65 |     parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl),
[INFO] [stderr]    |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `LOCALE_NAME_MAX_LENGTH` in this scope
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:89:32
[INFO] [stderr]    |
[INFO] [stderr] 89 |             locale_buf: [0u16; LOCALE_NAME_MAX_LENGTH],
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `LOCALE_NAME_MAX_LENGTH` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:109:32
[INFO] [stderr]     |
[INFO] [stderr] 109 |             locale_buf: [0u16; LOCALE_NAME_MAX_LENGTH],
[INFO] [stderr]     |                                ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteTextAnalysisSource` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:114:10
[INFO] [stderr]     |
[INFO] [stderr] 114 | impl Com<IDWriteTextAnalysisSource> for CustomTextAnalysisSourceImpl<'_> {
[INFO] [stderr]     |     -    ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |     |
[INFO] [stderr]     |     help: you might be missing a type parameter: `<IDWriteTextAnalysisSource>`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteTextAnalysisSourceVtbl` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:115:17
[INFO] [stderr]     |
[INFO] [stderr] 115 |     type Vtbl = IDWriteTextAnalysisSourceVtbl;
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteTextAnalysisSourceVtbl` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:117:27
[INFO] [stderr]     |
[INFO] [stderr] 117 |     fn vtbl() -> &'static IDWriteTextAnalysisSourceVtbl {
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:122:10
[INFO] [stderr]     |
[INFO] [stderr] 122 | impl Com<IUnknown> for CustomTextAnalysisSourceImpl<'_> {
[INFO] [stderr]     |     -    ^^^^^^^^ not found in this scope
[INFO] [stderr]     |     |
[INFO] [stderr]     |     help: you might be missing a type parameter: `<IUnknown>`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope
[INFO] [stderr]    --> src/font_face.rs:321:57
[INFO] [stderr]     |
[INFO] [stderr] 321 |                 Some(face5) => face5.HasVariations() == TRUE,
[INFO] [stderr]     |                                                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_FONT_SIMULATIONS` in this scope
[INFO] [stderr]    --> src/font_face.rs:329:22
[INFO] [stderr]     |
[INFO] [stderr] 329 |         simulations: DWRITE_FONT_SIMULATIONS,
[INFO] [stderr]     |                      ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_FONT_AXIS_VALUE` in this scope
[INFO] [stderr]    --> src/font_face.rs:330:24
[INFO] [stderr]     |
[INFO] [stderr] 330 |         axis_values: &[DWRITE_FONT_AXIS_VALUE],
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontResource` in this scope
[INFO] [stderr]    --> src/font_face.rs:334:40
[INFO] [stderr]     |
[INFO] [stderr] 334 |                 let mut resource: *mut IDWriteFontResource = ptr::null_mut();
[INFO] [stderr]     |                                        ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]    --> src/font_face.rs:336:26
[INFO] [stderr]     |
[INFO] [stderr] 336 |                 if hr == S_OK && !resource.is_null() {
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFace5` in this scope
[INFO] [stderr]    --> src/font_face.rs:338:44
[INFO] [stderr]     |
[INFO] [stderr] 338 |                     let mut var_face: *mut IDWriteFontFace5 = ptr::null_mut();
[INFO] [stderr]     |                                            ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]    --> src/font_face.rs:345:30
[INFO] [stderr]     |
[INFO] [stderr] 345 |                     if hr == S_OK && !var_face.is_null() {
[INFO] [stderr]     |                              ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFallback` in this scope
[INFO] [stderr]   --> src/font_fallback.rs:13:31
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub struct FontFallback {
[INFO] [stderr]    |                        - help: you might be missing a type parameter: `<IDWriteFontFallback>`
[INFO] [stderr] 13 |     native: UnsafeCell<ComPtr<IDWriteFontFallback>>,
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFactory2` in this scope
[INFO] [stderr]   --> src/font_fallback.rs:29:41
[INFO] [stderr]    |
[INFO] [stderr] 25 | impl FontFallback {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<IDWriteFactory2>`
[INFO] [stderr] ...
[INFO] [stderr] 29 |             let factory2: Option<ComPtr<IDWriteFactory2>> = factory.cast().ok();
[INFO] [stderr]    |                                         ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFallback` in this scope
[INFO] [stderr]   --> src/font_fallback.rs:39:32
[INFO] [stderr]    |
[INFO] [stderr] 25 | impl FontFallback {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<IDWriteFontFallback>`
[INFO] [stderr] ...
[INFO] [stderr] 39 |     pub fn take(native: ComPtr<IDWriteFontFallback>) -> FontFallback {
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFallback` in this scope
[INFO] [stderr]   --> src/font_fallback.rs:46:41
[INFO] [stderr]    |
[INFO] [stderr] 46 |     pub unsafe fn as_ptr(&self) -> *mut IDWriteFontFallback {
[INFO] [stderr]    |                                         ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFamily` in this scope
[INFO] [stderr]   --> src/font_family.rs:15:31
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub struct FontFamily {
[INFO] [stderr]    |                      - help: you might be missing a type parameter: `<IDWriteFontFamily>`
[INFO] [stderr] 15 |     native: UnsafeCell<ComPtr<IDWriteFontFamily>>,
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFamily` in this scope
[INFO] [stderr]   --> src/font_family.rs:19:32
[INFO] [stderr]    |
[INFO] [stderr] 18 | impl FontFamily {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<IDWriteFontFamily>`
[INFO] [stderr] 19 |     pub fn take(native: ComPtr<IDWriteFontFamily>) -> FontFamily {
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFamily` in this scope
[INFO] [stderr]   --> src/font_family.rs:25:41
[INFO] [stderr]    |
[INFO] [stderr] 25 |     pub unsafe fn as_ptr(&self) -> *mut IDWriteFontFamily {
[INFO] [stderr]    |                                         ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteLocalizedStrings` in this scope
[INFO] [stderr]   --> src/font_family.rs:31:40
[INFO] [stderr]    |
[INFO] [stderr] 31 |             let mut family_names: *mut IDWriteLocalizedStrings = ptr::null_mut();
[INFO] [stderr]    |                                        ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFont` in this scope
[INFO] [stderr]   --> src/font_family.rs:46:32
[INFO] [stderr]    |
[INFO] [stderr] 46 |             let mut font: *mut IDWriteFont = ptr::null_mut();
[INFO] [stderr]    |                                ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontCollection` in this scope
[INFO] [stderr]   --> src/font_family.rs:60:38
[INFO] [stderr]    |
[INFO] [stderr] 60 |             let mut collection: *mut IDWriteFontCollection = ptr::null_mut();
[INFO] [stderr]    |                                      ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontCollection`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_collection.rs:43:1
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub struct FontCollection {
[INFO] [stderr]    | ------------------------- similarly named struct `FontCollection` defined here
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFont` in this scope
[INFO] [stderr]   --> src/font_family.rs:73:32
[INFO] [stderr]    |
[INFO] [stderr] 73 |             let mut font: *mut IDWriteFont = ptr::null_mut();
[INFO] [stderr]    |                                ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFile` in this scope
[INFO] [stderr]   --> src/font_file.rs:26:31
[INFO] [stderr]    |
[INFO] [stderr] 25 | pub struct FontFile {
[INFO] [stderr]    |                    - help: you might be missing a type parameter: `<IDWriteFontFile>`
[INFO] [stderr] 26 |     native: UnsafeCell<ComPtr<IDWriteFontFile>>,
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope
[INFO] [stderr]   --> src/font_file.rs:27:38
[INFO] [stderr]    |
[INFO] [stderr] 25 | pub struct FontFile {
[INFO] [stderr]    |                    - help: you might be missing a type parameter: `<IDWriteFontFileStream>`
[INFO] [stderr] 26 |     native: UnsafeCell<ComPtr<IDWriteFontFile>>,
[INFO] [stderr] 27 |     stream: UnsafeCell<Option<ComPtr<IDWriteFontFileStream>>>,
[INFO] [stderr]    |                                      ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_FONT_FACE_TYPE` in this scope
[INFO] [stderr]   --> src/font_file.rs:29:16
[INFO] [stderr]    |
[INFO] [stderr] 29 |     face_type: DWRITE_FONT_FACE_TYPE,
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFile` in this scope
[INFO] [stderr]   --> src/font_file.rs:41:37
[INFO] [stderr]    |
[INFO] [stderr] 41 |             let mut font_file: *mut IDWriteFontFile = ptr::null_mut();
[INFO] [stderr]    |                                     ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DWRITE_FONT_FACE_TYPE_UNKNOWN` in this scope
[INFO] [stderr]   --> src/font_file.rs:55:28
[INFO] [stderr]    |
[INFO] [stderr] 55 |                 face_type: DWRITE_FONT_FACE_TYPE_UNKNOWN,
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DWRITE_FONT_FACE_TYPE_UNKNOWN` in this scope
[INFO] [stderr]   --> src/font_file.rs:73:24
[INFO] [stderr]    |
[INFO] [stderr] 73 |             face_type: DWRITE_FONT_FACE_TYPE_UNKNOWN,
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DWRITE_FONT_FACE_TYPE_UNKNOWN` in this scope
[INFO] [stderr]   --> src/font_file.rs:90:24
[INFO] [stderr]    |
[INFO] [stderr] 90 |             face_type: DWRITE_FONT_FACE_TYPE_UNKNOWN,
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknownVtbl` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:123:17
[INFO] [stderr]     |
[INFO] [stderr] 123 |     type Vtbl = IUnknownVtbl;
[INFO] [stderr]     |                 ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknownVtbl` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:125:27
[INFO] [stderr]     |
[INFO] [stderr] 125 |     fn vtbl() -> &'static IUnknownVtbl {
[INFO] [stderr]     |                           ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteTextAnalysisSource` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:131:16
[INFO] [stderr]     |
[INFO] [stderr] 131 |     this: *mut IDWriteTextAnalysisSource,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT32` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:132:20
[INFO] [stderr]     |
[INFO] [stderr] 132 |     text_position: UINT32,
[INFO] [stderr]     |                    ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT32` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:133:23
[INFO] [stderr]     |
[INFO] [stderr] 133 |     text_length: *mut UINT32,
[INFO] [stderr]     |                       ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:135:6
[INFO] [stderr]     |
[INFO] [stderr] 135 | ) -> HRESULT {
[INFO] [stderr]     |      ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:152:5
[INFO] [stderr]     |
[INFO] [stderr] 152 |     S_OK
[INFO] [stderr]     |     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteTextAnalysisSource` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:156:16
[INFO] [stderr]     |
[INFO] [stderr] 156 |     this: *mut IDWriteTextAnalysisSource,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT32` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:157:20
[INFO] [stderr]     |
[INFO] [stderr] 157 |     text_position: UINT32,
[INFO] [stderr]     |                    ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DWRITE_FONT_FACE_TYPE_UNKNOWN` in this scope
[INFO] [stderr]   --> src/font_file.rs:97:29
[INFO] [stderr]    |
[INFO] [stderr] 97 |         let mut face_type = DWRITE_FONT_FACE_TYPE_UNKNOWN;
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT32` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:158:23
[INFO] [stderr]     |
[INFO] [stderr] 158 |     text_length: *mut UINT32,
[INFO] [stderr]     |                       ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DWRITE_FONT_FILE_TYPE_UNKNOWN` in this scope
[INFO] [stderr]    --> src/font_file.rs:101:34
[INFO] [stderr]     |
[INFO] [stderr] 101 |             let mut _file_type = DWRITE_FONT_FILE_TYPE_UNKNOWN;
[INFO] [stderr]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteNumberSubstitution` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:159:36
[INFO] [stderr]     |
[INFO] [stderr] 58  | pub struct NumberSubstitution {
[INFO] [stderr]     | ----------------------------- similarly named struct `NumberSubstitution` defined here
[INFO] [stderr] ...
[INFO] [stderr] 159 |     number_substitution: *mut *mut IDWriteNumberSubstitution,
[INFO] [stderr]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `NumberSubstitution`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:160:6
[INFO] [stderr]     |
[INFO] [stderr] 160 | ) -> HRESULT {
[INFO] [stderr]     |      ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFile` in this scope
[INFO] [stderr]    --> src/font_file.rs:117:32
[INFO] [stderr]     |
[INFO] [stderr] 32  | impl FontFile {
[INFO] [stderr]     |     - help: you might be missing a type parameter: `<IDWriteFontFile>`
[INFO] [stderr] ...
[INFO] [stderr] 117 |     pub fn take(native: ComPtr<IDWriteFontFile>) -> FontFile {
[INFO] [stderr]     |                                ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DWRITE_FONT_FACE_TYPE_UNKNOWN` in this scope
[INFO] [stderr]    --> src/font_file.rs:122:24
[INFO] [stderr]     |
[INFO] [stderr] 122 |             face_type: DWRITE_FONT_FACE_TYPE_UNKNOWN,
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `E_INVALIDARG` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:163:16
[INFO] [stderr]     |
[INFO] [stderr] 163 |         return E_INVALIDARG;
[INFO] [stderr]     |                ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFile` in this scope
[INFO] [stderr]    --> src/font_file.rs:136:54
[INFO] [stderr]     |
[INFO] [stderr] 32  | impl FontFile {
[INFO] [stderr]     |     - help: you might be missing a type parameter: `<IDWriteFontFile>`
[INFO] [stderr] ...
[INFO] [stderr] 136 |     pub(crate) unsafe fn as_com_ptr(&self) -> ComPtr<IDWriteFontFile> {
[INFO] [stderr]     |                                                      ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT32` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:166:40
[INFO] [stderr]     |
[INFO] [stderr] 166 |     *text_length = (this.text.len() as UINT32) - text_position;
[INFO] [stderr]     |                                        ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileLoader` in this scope
[INFO] [stderr]    --> src/font_file.rs:150:34
[INFO] [stderr]     |
[INFO] [stderr] 150 |             let mut loader: *mut IDWriteFontFileLoader = ptr::null_mut();
[INFO] [stderr]     |                                  ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:176:5
[INFO] [stderr]     |
[INFO] [stderr] 176 |     S_OK
[INFO] [stderr]     |     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope
[INFO] [stderr]    --> src/font_file.rs:155:34
[INFO] [stderr]     |
[INFO] [stderr] 155 |             let mut stream: *mut IDWriteFontFileStream = ptr::null_mut();
[INFO] [stderr]     |                                  ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteTextAnalysisSource` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:180:16
[INFO] [stderr]     |
[INFO] [stderr] 180 |     this: *mut IDWriteTextAnalysisSource,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileLoader` in this scope
[INFO] [stderr]    --> src/font_file.rs:188:34
[INFO] [stderr]     |
[INFO] [stderr] 188 |             let mut loader: *mut IDWriteFontFileLoader = ptr::null_mut();
[INFO] [stderr]     |                                  ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_READING_DIRECTION` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:181:6
[INFO] [stderr]     |
[INFO] [stderr] 181 | ) -> DWRITE_READING_DIRECTION {
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteLocalFontFileLoader` in this scope
[INFO] [stderr]    --> src/font_file.rs:193:38
[INFO] [stderr]     |
[INFO] [stderr] 32  | impl FontFile {
[INFO] [stderr]     |     - help: you might be missing a type parameter: `<IDWriteLocalFontFileLoader>`
[INFO] [stderr] ...
[INFO] [stderr] 193 |             let local_loader: ComPtr<IDWriteLocalFontFileLoader> = match loader.cast() {
[INFO] [stderr]     |                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteTextAnalysisSource` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:187:16
[INFO] [stderr]     |
[INFO] [stderr] 187 |     this: *mut IDWriteTextAnalysisSource,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_FONT_SIMULATIONS` in this scope
[INFO] [stderr]    --> src/font_file.rs:223:22
[INFO] [stderr]     |
[INFO] [stderr] 223 |         simulations: DWRITE_FONT_SIMULATIONS,
[INFO] [stderr]     |                      ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT32` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:188:20
[INFO] [stderr]     |
[INFO] [stderr] 188 |     text_position: UINT32,
[INFO] [stderr]     |                    ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]    --> src/font_file.rs:224:27
[INFO] [stderr]     |
[INFO] [stderr] 32  | impl FontFile {
[INFO] [stderr]     |     - help: you might be missing a type parameter: `<HRESULT>`
[INFO] [stderr] ...
[INFO] [stderr] 224 |     ) -> Result<FontFace, HRESULT> {
[INFO] [stderr]     |                           ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT32` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:190:23
[INFO] [stderr]     |
[INFO] [stderr] 190 |     text_length: *mut UINT32,
[INFO] [stderr]     |                       ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:191:6
[INFO] [stderr]     |
[INFO] [stderr] 191 | ) -> HRESULT {
[INFO] [stderr]     |      ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:196:16
[INFO] [stderr]     |
[INFO] [stderr] 196 |         return S_OK;
[INFO] [stderr]     |                ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT32` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:199:40
[INFO] [stderr]     |
[INFO] [stderr] 199 |     *text_length = (this.text.len() as UINT32) - text_position;
[INFO] [stderr]     |                                        ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:200:5
[INFO] [stderr]     |
[INFO] [stderr] 200 |     S_OK
[INFO] [stderr]     |     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteTextAnalysisSource` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:204:16
[INFO] [stderr]     |
[INFO] [stderr] 204 |     this: *mut IDWriteTextAnalysisSource,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT32` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:205:20
[INFO] [stderr]     |
[INFO] [stderr] 205 |     text_position: UINT32,
[INFO] [stderr]     |                    ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT32` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:207:23
[INFO] [stderr]     |
[INFO] [stderr] 207 |     text_length: *mut UINT32,
[INFO] [stderr]     |                       ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:208:6
[INFO] [stderr]     |
[INFO] [stderr] 208 | ) -> HRESULT {
[INFO] [stderr]     |      ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFace` in this scope
[INFO] [stderr]    --> src/font_file.rs:226:32
[INFO] [stderr]     |
[INFO] [stderr] 226 |             let mut face: *mut IDWriteFontFace = ptr::null_mut();
[INFO] [stderr]     |                                ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteGdiInterop` in this scope
[INFO] [stderr]   --> src/gdi_interop.rs:14:31
[INFO] [stderr]    |
[INFO] [stderr] 13 | pub struct GdiInterop {
[INFO] [stderr]    |                      - help: you might be missing a type parameter: `<IDWriteGdiInterop>`
[INFO] [stderr] 14 |     native: UnsafeCell<ComPtr<IDWriteGdiInterop>>,
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:213:16
[INFO] [stderr]     |
[INFO] [stderr] 213 |         return S_OK;
[INFO] [stderr]     |                ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteGdiInterop` in this scope
[INFO] [stderr]   --> src/gdi_interop.rs:20:34
[INFO] [stderr]    |
[INFO] [stderr] 20 |             let mut native: *mut IDWriteGdiInterop = ptr::null_mut();
[INFO] [stderr]    |                                  ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteGdiInterop` in this scope
[INFO] [stderr]   --> src/gdi_interop.rs:27:32
[INFO] [stderr]    |
[INFO] [stderr] 17 | impl GdiInterop {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<IDWriteGdiInterop>`
[INFO] [stderr] ...
[INFO] [stderr] 27 |     pub fn take(native: ComPtr<IDWriteGdiInterop>) -> GdiInterop {
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteBitmapRenderTarget` in this scope
[INFO] [stderr]   --> src/gdi_interop.rs:35:34
[INFO] [stderr]    |
[INFO] [stderr] 35 |             let mut native: *mut IDWriteBitmapRenderTarget = ptr::null_mut();
[INFO] [stderr]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `BitmapRenderTarget`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/bitmap_render_target.rs:18:1
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub struct BitmapRenderTarget {
[INFO] [stderr]    | ----------------------------- similarly named struct `BitmapRenderTarget` defined here
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteRenderingParams` in this scope
[INFO] [stderr]   --> src/rendering_params.rs:13:31
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub struct RenderingParams {
[INFO] [stderr]    | -------------------------- similarly named struct `RenderingParams` defined here
[INFO] [stderr] 13 |     native: UnsafeCell<ComPtr<IDWriteRenderingParams>>,
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: a struct with a similar name exists
[INFO] [stderr]    |
[INFO] [stderr] 13 |     native: UnsafeCell<ComPtr<RenderingParams>>,
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub struct RenderingParams<IDWriteRenderingParams> {
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteRenderingParams` in this scope
[INFO] [stderr]   --> src/rendering_params.rs:19:34
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub struct RenderingParams {
[INFO] [stderr]    | -------------------------- similarly named struct `RenderingParams` defined here
[INFO] [stderr] ...
[INFO] [stderr] 19 |             let mut native: *mut IDWriteRenderingParams = ptr::null_mut();
[INFO] [stderr]    |                                  ^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `RenderingParams`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:217:5
[INFO] [stderr]     |
[INFO] [stderr] 217 |     S_OK
[INFO] [stderr]     |     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteRenderingParams` in this scope
[INFO] [stderr]   --> src/rendering_params.rs:26:32
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub struct RenderingParams {
[INFO] [stderr]    | -------------------------- similarly named struct `RenderingParams` defined here
[INFO] [stderr] ...
[INFO] [stderr] 26 |     pub fn take(native: ComPtr<IDWriteRenderingParams>) -> RenderingParams {
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: a struct with a similar name exists
[INFO] [stderr]    |
[INFO] [stderr] 26 |     pub fn take(native: ComPtr<RenderingParams>) -> RenderingParams {
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 16 | impl<IDWriteRenderingParams> RenderingParams {
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteRenderingParams` in this scope
[INFO] [stderr]   --> src/rendering_params.rs:32:41
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub struct RenderingParams {
[INFO] [stderr]    | -------------------------- similarly named struct `RenderingParams` defined here
[INFO] [stderr] ...
[INFO] [stderr] 32 |     pub unsafe fn as_ptr(&self) -> *mut IDWriteRenderingParams {
[INFO] [stderr]    |                                         ^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `RenderingParams`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteTextAnalysisSource` in this scope
[INFO] [stderr]   --> src/text_analysis_source.rs:15:20
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub struct TextAnalysisSource<'a> {
[INFO] [stderr]    | --------------------------------- similarly named struct `TextAnalysisSource` defined here
[INFO] [stderr] 15 |     native: ComPtr<IDWriteTextAnalysisSource>,
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: a struct with a similar name exists
[INFO] [stderr]    |
[INFO] [stderr] 15 |     native: ComPtr<TextAnalysisSource>,
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub struct TextAnalysisSource<'a, IDWriteTextAnalysisSource> {
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteTextAnalysisSource` in this scope
[INFO] [stderr]   --> src/text_analysis_source.rs:60:34
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub struct TextAnalysisSource<'a> {
[INFO] [stderr]    | --------------------------------- similarly named struct `TextAnalysisSource` defined here
[INFO] [stderr] ...
[INFO] [stderr] 60 |     pub fn as_ptr(&self) -> *mut IDWriteTextAnalysisSource {
[INFO] [stderr]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `TextAnalysisSource`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteGlyphRunAnalysis` in this scope
[INFO] [stderr]   --> src/glyph_run_analysis.rs:20:31
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub struct GlyphRunAnalysis {
[INFO] [stderr]    | --------------------------- similarly named struct `GlyphRunAnalysis` defined here
[INFO] [stderr] 20 |     native: UnsafeCell<ComPtr<IDWriteGlyphRunAnalysis>>,
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: a struct with a similar name exists
[INFO] [stderr]    |
[INFO] [stderr] 20 |     native: UnsafeCell<ComPtr<GlyphRunAnalysis>>,
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^^
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub struct GlyphRunAnalysis<IDWriteGlyphRunAnalysis> {
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_NUMBER_SUBSTITUTION_METHOD` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:222:23
[INFO] [stderr]     |
[INFO] [stderr] 222 |         subst_method: DWRITE_NUMBER_SUBSTITUTION_METHOD,
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_GLYPH_RUN` in this scope
[INFO] [stderr]   --> src/glyph_run_analysis.rs:25:21
[INFO] [stderr]    |
[INFO] [stderr] 25 |         glyph_run: &DWRITE_GLYPH_RUN,
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_MATRIX` in this scope
[INFO] [stderr]   --> src/glyph_run_analysis.rs:27:27
[INFO] [stderr]    |
[INFO] [stderr] 23 | impl GlyphRunAnalysis {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<DWRITE_MATRIX>`
[INFO] [stderr] ...
[INFO] [stderr] 27 |         transform: Option<DWRITE_MATRIX>,
[INFO] [stderr]    |                           ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteNumberSubstitution` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:227:34
[INFO] [stderr]     |
[INFO] [stderr] 58  | pub struct NumberSubstitution {
[INFO] [stderr]     | ----------------------------- similarly named struct `NumberSubstitution` defined here
[INFO] [stderr] ...
[INFO] [stderr] 227 |             let mut native: *mut IDWriteNumberSubstitution = ptr::null_mut();
[INFO] [stderr]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `NumberSubstitution`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_RENDERING_MODE` in this scope
[INFO] [stderr]   --> src/glyph_run_analysis.rs:28:25
[INFO] [stderr]    |
[INFO] [stderr] 28 |         rendering_mode: DWRITE_RENDERING_MODE,
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:231:44
[INFO] [stderr]     |
[INFO] [stderr] 231 |                 if ignore_user_overrides { TRUE } else { FALSE },
[INFO] [stderr]     |                                            ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:231:58
[INFO] [stderr]     |
[INFO] [stderr] 231 |                 if ignore_user_overrides { TRUE } else { FALSE },
[INFO] [stderr]     |                                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_MEASURING_MODE` in this scope
[INFO] [stderr]   --> src/glyph_run_analysis.rs:29:25
[INFO] [stderr]    |
[INFO] [stderr] 29 |         measuring_mode: DWRITE_MEASURING_MODE,
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ID2D1SimplifiedGeometrySinkVtbl` in this scope
[INFO] [stderr]   --> src/geometry_sink_impl.rs:18:28
[INFO] [stderr]    |
[INFO] [stderr] 18 | static GEOMETRY_SINK_VTBL: ID2D1SimplifiedGeometrySinkVtbl = ID2D1SimplifiedGeometrySinkVtbl {
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]   --> src/glyph_run_analysis.rs:32:35
[INFO] [stderr]    |
[INFO] [stderr] 23 | impl GlyphRunAnalysis {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<HRESULT>`
[INFO] [stderr] ...
[INFO] [stderr] 32 |     ) -> Result<GlyphRunAnalysis, HRESULT> {
[INFO] [stderr]    |                                   ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteGlyphRunAnalysis` in this scope
[INFO] [stderr]   --> src/glyph_run_analysis.rs:34:34
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub struct GlyphRunAnalysis {
[INFO] [stderr]    | --------------------------- similarly named struct `GlyphRunAnalysis` defined here
[INFO] [stderr] ...
[INFO] [stderr] 34 |             let mut native: *mut IDWriteGlyphRunAnalysis = ptr::null_mut();
[INFO] [stderr]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `GlyphRunAnalysis`
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `ID2D1SimplifiedGeometrySinkVtbl` in this scope
[INFO] [stderr]   --> src/geometry_sink_impl.rs:18:62
[INFO] [stderr]    |
[INFO] [stderr] 18 | static GEOMETRY_SINK_VTBL: ID2D1SimplifiedGeometrySinkVtbl = ID2D1SimplifiedGeometrySinkVtbl {
[INFO] [stderr]    |                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_GLYPH_RUN` in this scope
[INFO] [stderr]   --> src/glyph_run_analysis.rs:36:37
[INFO] [stderr]    |
[INFO] [stderr] 36 |                 glyph_run as *const DWRITE_GLYPH_RUN,
[INFO] [stderr]    |                                     ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `IUnknownVtbl` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:56:9
[INFO] [stderr]    |
[INFO] [stderr] 56 |         IUnknownVtbl {
[INFO] [stderr]    |         ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/geometry_sink_impl.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 |     parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl),
[INFO] [stderr]    |             ------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteGlyphRunAnalysis` in this scope
[INFO] [stderr]   --> src/glyph_run_analysis.rs:56:32
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub struct GlyphRunAnalysis {
[INFO] [stderr]    | --------------------------- similarly named struct `GlyphRunAnalysis` defined here
[INFO] [stderr] ...
[INFO] [stderr] 56 |     pub fn take(native: ComPtr<IDWriteGlyphRunAnalysis>) -> GlyphRunAnalysis {
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: a struct with a similar name exists
[INFO] [stderr]    |
[INFO] [stderr] 56 |     pub fn take(native: ComPtr<GlyphRunAnalysis>) -> GlyphRunAnalysis {
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^^
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 23 | impl<IDWriteGlyphRunAnalysis> GlyphRunAnalysis {
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_TEXTURE_TYPE` in this scope
[INFO] [stderr]   --> src/glyph_run_analysis.rs:64:23
[INFO] [stderr]    |
[INFO] [stderr] 64 |         texture_type: DWRITE_TEXTURE_TYPE,
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:60:40
[INFO] [stderr]    |
[INFO] [stderr] 60 |                     unknown_this: *mut IUnknown,
[INFO] [stderr]    |                                        ^^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/geometry_sink_impl.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 |     parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl),
[INFO] [stderr]    |             ------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `RECT` in this scope
[INFO] [stderr]   --> src/glyph_run_analysis.rs:65:17
[INFO] [stderr]    |
[INFO] [stderr] 23 | impl GlyphRunAnalysis {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<RECT>`
[INFO] [stderr] ...
[INFO] [stderr] 65 |     ) -> Result<RECT, HRESULT> {
[INFO] [stderr]    |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]   --> src/glyph_run_analysis.rs:65:23
[INFO] [stderr]    |
[INFO] [stderr] 23 | impl GlyphRunAnalysis {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<HRESULT>`
[INFO] [stderr] ...
[INFO] [stderr] 65 |     ) -> Result<RECT, HRESULT> {
[INFO] [stderr]    |                       ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `REFIID` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:61:27
[INFO] [stderr]    |
[INFO] [stderr] 61 |                     riid: REFIID,
[INFO] [stderr]    |                           ^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/geometry_sink_impl.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 |     parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl),
[INFO] [stderr]    |             ------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `RECT` in this scope
[INFO] [stderr]   --> src/glyph_run_analysis.rs:67:27
[INFO] [stderr]    |
[INFO] [stderr] 67 |             let mut rect: RECT = mem::zeroed();
[INFO] [stderr]    |                           ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_TEXTURE_TYPE` in this scope
[INFO] [stderr]   --> src/glyph_run_analysis.rs:81:23
[INFO] [stderr]    |
[INFO] [stderr] 81 |         texture_type: DWRITE_TEXTURE_TYPE,
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:63:22
[INFO] [stderr]    |
[INFO] [stderr] 63 |                 ) -> HRESULT {
[INFO] [stderr]    |                      ^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/geometry_sink_impl.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 |     parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl),
[INFO] [stderr]    |             ------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `RECT` in this scope
[INFO] [stderr]   --> src/glyph_run_analysis.rs:82:15
[INFO] [stderr]    |
[INFO] [stderr] 82 |         rect: RECT,
[INFO] [stderr]    |               ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]   --> src/glyph_run_analysis.rs:83:26
[INFO] [stderr]    |
[INFO] [stderr] 23 | impl GlyphRunAnalysis {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<HRESULT>`
[INFO] [stderr] ...
[INFO] [stderr] 83 |     ) -> Result<Vec<u8>, HRESULT> {
[INFO] [stderr]    |                          ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileLoaderVtbl` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:25:36
[INFO] [stderr]    |
[INFO] [stderr] 25 | const FontFileLoaderVtbl: &'static IDWriteFontFileLoaderVtbl = &IDWriteFontFileLoaderVtbl {
[INFO] [stderr]    |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `IDWriteFontFileLoaderVtbl` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:25:65
[INFO] [stderr]    |
[INFO] [stderr] 25 | const FontFileLoaderVtbl: &'static IDWriteFontFileLoaderVtbl = &IDWriteFontFileLoaderVtbl {
[INFO] [stderr]    |                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `IUnknownVtbl` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:56:9
[INFO] [stderr]    |
[INFO] [stderr] 56 |         IUnknownVtbl {
[INFO] [stderr]    |         ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:26:13
[INFO] [stderr]    |
[INFO] [stderr] 26 |     parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader),
[INFO] [stderr]    |             ----------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:60:40
[INFO] [stderr]    |
[INFO] [stderr] 60 |                     unknown_this: *mut IUnknown,
[INFO] [stderr]    |                                        ^^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:26:13
[INFO] [stderr]    |
[INFO] [stderr] 26 |     parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader),
[INFO] [stderr]    |             ----------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `REFIID` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:61:27
[INFO] [stderr]    |
[INFO] [stderr] 61 |                     riid: REFIID,
[INFO] [stderr]    |                           ^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:26:13
[INFO] [stderr]    |
[INFO] [stderr] 26 |     parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader),
[INFO] [stderr]    |             ----------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:63:22
[INFO] [stderr]    |
[INFO] [stderr] 63 |                 ) -> HRESULT {
[INFO] [stderr]    |                      ^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:26:13
[INFO] [stderr]    |
[INFO] [stderr] 26 |     parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader),
[INFO] [stderr]    |             ----------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:81:28
[INFO] [stderr]    |
[INFO] [stderr] 81 |                     return S_OK;
[INFO] [stderr]    |                            ^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:26:13
[INFO] [stderr]    |
[INFO] [stderr] 26 |     parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader),
[INFO] [stderr]    |             ----------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:81:28
[INFO] [stderr]    |
[INFO] [stderr] 81 |                     return S_OK;
[INFO] [stderr]    |                            ^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/geometry_sink_impl.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 |     parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl),
[INFO] [stderr]    |             ------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:88:58
[INFO] [stderr]    |
[INFO] [stderr] 88 |                 unsafe extern "system" fn AddRef(_: *mut IUnknown) -> ULONG {
[INFO] [stderr]    |                                                          ^^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/geometry_sink_impl.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 |     parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl),
[INFO] [stderr]    |             ------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ULONG` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:88:71
[INFO] [stderr]    |
[INFO] [stderr] 88 |                 unsafe extern "system" fn AddRef(_: *mut IUnknown) -> ULONG {
[INFO] [stderr]    |                                                                       ^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/geometry_sink_impl.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 |     parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl),
[INFO] [stderr]    |             ------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:95:59
[INFO] [stderr]    |
[INFO] [stderr] 95 |                 unsafe extern "system" fn Release(_: *mut IUnknown) -> ULONG {
[INFO] [stderr]    |                                                           ^^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/geometry_sink_impl.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 |     parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl),
[INFO] [stderr]    |             ------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ULONG` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:95:72
[INFO] [stderr]    |
[INFO] [stderr] 95 |                 unsafe extern "system" fn Release(_: *mut IUnknown) -> ULONG {
[INFO] [stderr]    |                                                                        ^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/geometry_sink_impl.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 |     parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl),
[INFO] [stderr]    |             ------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ID2D1SimplifiedGeometrySink` in this scope
[INFO] [stderr]   --> src/geometry_sink_impl.rs:36:10
[INFO] [stderr]    |
[INFO] [stderr] 36 | impl Com<ID2D1SimplifiedGeometrySink> for GeometrySinkImpl {
[INFO] [stderr]    |     -    ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |     |
[INFO] [stderr]    |     help: you might be missing a type parameter: `<ID2D1SimplifiedGeometrySink>`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:88:58
[INFO] [stderr]    |
[INFO] [stderr] 88 |                 unsafe extern "system" fn AddRef(_: *mut IUnknown) -> ULONG {
[INFO] [stderr]    |                                                          ^^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:26:13
[INFO] [stderr]    |
[INFO] [stderr] 26 |     parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader),
[INFO] [stderr]    |             ----------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ULONG` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:88:71
[INFO] [stderr]    |
[INFO] [stderr] 88 |                 unsafe extern "system" fn AddRef(_: *mut IUnknown) -> ULONG {
[INFO] [stderr]    |                                                                       ^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:26:13
[INFO] [stderr]    |
[INFO] [stderr] 26 |     parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader),
[INFO] [stderr]    |             ----------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:95:59
[INFO] [stderr]    |
[INFO] [stderr] 95 |                 unsafe extern "system" fn Release(_: *mut IUnknown) -> ULONG {
[INFO] [stderr]    |                                                           ^^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:26:13
[INFO] [stderr]    |
[INFO] [stderr] 26 |     parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader),
[INFO] [stderr]    |             ----------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ULONG` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:95:72
[INFO] [stderr]    |
[INFO] [stderr] 95 |                 unsafe extern "system" fn Release(_: *mut IUnknown) -> ULONG {
[INFO] [stderr]    |                                                                        ^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:26:13
[INFO] [stderr]    |
[INFO] [stderr] 26 |     parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader),
[INFO] [stderr]    |             ----------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileLoader` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:29:25
[INFO] [stderr]    |
[INFO] [stderr] 23 | struct FontFileLoader;
[INFO] [stderr]    | ---------------------- similarly named struct `FontFileLoader` defined here
[INFO] [stderr] ...
[INFO] [stderr] 29 |             _This: *mut IDWriteFontFileLoader,
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontFileLoader`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT32` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:31:39
[INFO] [stderr]    |
[INFO] [stderr] 31 |             fontFileReferenceKeySize: UINT32,
[INFO] [stderr]    |                                       ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:32:39
[INFO] [stderr]    |
[INFO] [stderr] 32 |             fontFileStream: *mut *mut IDWriteFontFileStream,
[INFO] [stderr]    |                                       ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontFileStream`
[INFO] [stderr] ...
[INFO] [stderr] 80 | struct FontFileStream {
[INFO] [stderr]    | --------------------- similarly named struct `FontFileStream` defined here
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:33:14
[INFO] [stderr]    |
[INFO] [stderr] 33 |         ) -> HRESULT {
[INFO] [stderr]    |              ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `E_INVALIDARG` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:35:24
[INFO] [stderr]    |
[INFO] [stderr] 35 |                 return E_INVALIDARG;
[INFO] [stderr]    |                        ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ID2D1SimplifiedGeometrySinkVtbl` in this scope
[INFO] [stderr]   --> src/geometry_sink_impl.rs:37:17
[INFO] [stderr]    |
[INFO] [stderr] 37 |     type Vtbl = ID2D1SimplifiedGeometrySinkVtbl;
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT32` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:37:76
[INFO] [stderr]    |
[INFO] [stderr] 37 |             assert!(fontFileReferenceKeySize == mem::size_of::<usize>() as UINT32);
[INFO] [stderr]    |                                                                            ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `E_FAIL` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:42:28
[INFO] [stderr]    |
[INFO] [stderr] 42 |                     return E_FAIL;
[INFO] [stderr]    |                            ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ID2D1SimplifiedGeometrySinkVtbl` in this scope
[INFO] [stderr]   --> src/geometry_sink_impl.rs:39:27
[INFO] [stderr]    |
[INFO] [stderr] 39 |     fn vtbl() -> &'static ID2D1SimplifiedGeometrySinkVtbl {
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:51:13
[INFO] [stderr]    |
[INFO] [stderr] 51 |             S_OK
[INFO] [stderr]    |             ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]   --> src/geometry_sink_impl.rs:44:10
[INFO] [stderr]    |
[INFO] [stderr] 44 | impl Com<IUnknown> for GeometrySinkImpl {
[INFO] [stderr]    |     -    ^^^^^^^^ not found in this scope
[INFO] [stderr]    |     |
[INFO] [stderr]    |     help: you might be missing a type parameter: `<IUnknown>`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknownVtbl` in this scope
[INFO] [stderr]   --> src/geometry_sink_impl.rs:45:17
[INFO] [stderr]    |
[INFO] [stderr] 45 |     type Vtbl = IUnknownVtbl;
[INFO] [stderr]    |                 ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileLoader` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:57:10
[INFO] [stderr]    |
[INFO] [stderr] 23 | struct FontFileLoader;
[INFO] [stderr]    | ---------------------- similarly named struct `FontFileLoader` defined here
[INFO] [stderr] ...
[INFO] [stderr] 57 | impl Com<IDWriteFontFileLoader> for FontFileLoader {
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: a struct with a similar name exists
[INFO] [stderr]    |
[INFO] [stderr] 57 | impl Com<FontFileLoader> for FontFileLoader {
[INFO] [stderr]    |          ^^^^^^^^^^^^^^
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 57 | impl<IDWriteFontFileLoader> Com<IDWriteFontFileLoader> for FontFileLoader {
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknownVtbl` in this scope
[INFO] [stderr]   --> src/geometry_sink_impl.rs:47:27
[INFO] [stderr]    |
[INFO] [stderr] 47 |     fn vtbl() -> &'static IUnknownVtbl {
[INFO] [stderr]    |                           ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileLoaderVtbl` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:58:17
[INFO] [stderr]    |
[INFO] [stderr] 58 |     type Vtbl = IDWriteFontFileLoaderVtbl;
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ID2D1SimplifiedGeometrySink` in this scope
[INFO] [stderr]   --> src/geometry_sink_impl.rs:62:16
[INFO] [stderr]    |
[INFO] [stderr] 62 |     this: *mut ID2D1SimplifiedGeometrySink,
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileLoaderVtbl` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:59:27
[INFO] [stderr]    |
[INFO] [stderr] 59 |     fn vtbl() -> &'static IDWriteFontFileLoaderVtbl {
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:64:10
[INFO] [stderr]    |
[INFO] [stderr] 64 | impl Com<IUnknown> for FontFileLoader {
[INFO] [stderr]    |     -    ^^^^^^^^ not found in this scope
[INFO] [stderr]    |     |
[INFO] [stderr]    |     help: you might be missing a type parameter: `<IUnknown>`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `D2D1_POINT_2F` in this scope
[INFO] [stderr]   --> src/geometry_sink_impl.rs:63:18
[INFO] [stderr]    |
[INFO] [stderr] 63 |     start_point: D2D1_POINT_2F,
[INFO] [stderr]    |                  ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `D2D1_FIGURE_BEGIN` in this scope
[INFO] [stderr]   --> src/geometry_sink_impl.rs:64:8
[INFO] [stderr]    |
[INFO] [stderr] 64 |     _: D2D1_FIGURE_BEGIN,
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknownVtbl` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:65:17
[INFO] [stderr]    |
[INFO] [stderr] 65 |     type Vtbl = IUnknownVtbl;
[INFO] [stderr]    |                 ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknownVtbl` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:66:27
[INFO] [stderr]    |
[INFO] [stderr] 66 |     fn vtbl() -> &'static IUnknownVtbl {
[INFO] [stderr]    |                           ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ID2D1SimplifiedGeometrySink` in this scope
[INFO] [stderr]   --> src/geometry_sink_impl.rs:73:16
[INFO] [stderr]    |
[INFO] [stderr] 73 |     this: *mut ID2D1SimplifiedGeometrySink,
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileStreamVtbl` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:86:36
[INFO] [stderr]    |
[INFO] [stderr] 86 | const FontFileStreamVtbl: &'static IDWriteFontFileStreamVtbl = &IDWriteFontFileStreamVtbl {
[INFO] [stderr]    |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `D2D1_FIGURE_END` in this scope
[INFO] [stderr]   --> src/geometry_sink_impl.rs:74:17
[INFO] [stderr]    |
[INFO] [stderr] 74 |     figure_end: D2D1_FIGURE_END,
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `IDWriteFontFileStreamVtbl` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:86:65
[INFO] [stderr]    |
[INFO] [stderr] 86 | const FontFileStreamVtbl: &'static IDWriteFontFileStreamVtbl = &IDWriteFontFileStreamVtbl {
[INFO] [stderr]    |                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D2D1_FIGURE_END_CLOSED` in this scope
[INFO] [stderr]   --> src/geometry_sink_impl.rs:77:22
[INFO] [stderr]    |
[INFO] [stderr] 77 |     if figure_end == D2D1_FIGURE_END_CLOSED {
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ID2D1SimplifiedGeometrySink` in this scope
[INFO] [stderr]   --> src/geometry_sink_impl.rs:83:16
[INFO] [stderr]    |
[INFO] [stderr] 83 |     this: *mut ID2D1SimplifiedGeometrySink,
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `IUnknownVtbl` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:5:9
[INFO] [stderr]    |
[INFO] [stderr] 5  |         IUnknownVtbl {
[INFO] [stderr]    |         ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:87:13
[INFO] [stderr]    |
[INFO] [stderr] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stderr]    |             ---------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `D2D1_POINT_2F` in this scope
[INFO] [stderr]   --> src/geometry_sink_impl.rs:84:20
[INFO] [stderr]    |
[INFO] [stderr] 84 |     points: *const D2D1_POINT_2F,
[INFO] [stderr]    |                    ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT` in this scope
[INFO] [stderr]   --> src/geometry_sink_impl.rs:85:19
[INFO] [stderr]    |
[INFO] [stderr] 85 |     points_count: UINT,
[INFO] [stderr]    |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:9:40
[INFO] [stderr]    |
[INFO] [stderr] 9  |                     unknown_this: *mut IUnknown,
[INFO] [stderr]    |                                        ^^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:87:13
[INFO] [stderr]    |
[INFO] [stderr] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stderr]    |             ---------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ID2D1SimplifiedGeometrySink` in this scope
[INFO] [stderr]   --> src/geometry_sink_impl.rs:95:16
[INFO] [stderr]    |
[INFO] [stderr] 95 |     this: *mut ID2D1SimplifiedGeometrySink,
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `D2D1_BEZIER_SEGMENT` in this scope
[INFO] [stderr]   --> src/geometry_sink_impl.rs:96:21
[INFO] [stderr]    |
[INFO] [stderr] 96 |     beziers: *const D2D1_BEZIER_SEGMENT,
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `REFIID` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:10:27
[INFO] [stderr]    |
[INFO] [stderr] 10 |                     riid: REFIID,
[INFO] [stderr]    |                           ^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:87:13
[INFO] [stderr]    |
[INFO] [stderr] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stderr]    |             ---------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT` in this scope
[INFO] [stderr]   --> src/geometry_sink_impl.rs:97:20
[INFO] [stderr]    |
[INFO] [stderr] 97 |     beziers_count: UINT,
[INFO] [stderr]    |                    ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:12:22
[INFO] [stderr]    |
[INFO] [stderr] 12 |                 ) -> HRESULT {
[INFO] [stderr]    |                      ^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:87:13
[INFO] [stderr]    |
[INFO] [stderr] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stderr]    |             ---------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:30:28
[INFO] [stderr]    |
[INFO] [stderr] 30 |                     return S_OK;
[INFO] [stderr]    |                            ^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:87:13
[INFO] [stderr]    |
[INFO] [stderr] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stderr]    |             ---------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:35:69
[INFO] [stderr]    |
[INFO] [stderr] 35 |                 unsafe extern "system" fn AddRef(unknown_this: *mut IUnknown) -> ULONG {
[INFO] [stderr]    |                                                                     ^^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:87:13
[INFO] [stderr]    |
[INFO] [stderr] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stderr]    |             ---------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ULONG` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:35:82
[INFO] [stderr]    |
[INFO] [stderr] 35 |                 unsafe extern "system" fn AddRef(unknown_this: *mut IUnknown) -> ULONG {
[INFO] [stderr]    |                                                                                  ^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:87:13
[INFO] [stderr]    |
[INFO] [stderr] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stderr]    |             ---------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ULONG` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:38:30
[INFO] [stderr]    |
[INFO] [stderr] 38 |                     count as ULONG
[INFO] [stderr]    |                              ^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:87:13
[INFO] [stderr]    |
[INFO] [stderr] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stderr]    |             ---------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:43:70
[INFO] [stderr]    |
[INFO] [stderr] 43 |                 unsafe extern "system" fn Release(unknown_this: *mut IUnknown) -> ULONG {
[INFO] [stderr]    |                                                                      ^^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:87:13
[INFO] [stderr]    |
[INFO] [stderr] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stderr]    |             ---------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ID2D1SimplifiedGeometrySink` in this scope
[INFO] [stderr]    --> src/geometry_sink_impl.rs:113:58
[INFO] [stderr]     |
[INFO] [stderr] 113 | unsafe extern "system" fn GeometrySinkImpl_Close(_: *mut ID2D1SimplifiedGeometrySink) -> HRESULT {
[INFO] [stderr]     |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]    --> src/geometry_sink_impl.rs:113:90
[INFO] [stderr]     |
[INFO] [stderr] 113 | unsafe extern "system" fn GeometrySinkImpl_Close(_: *mut ID2D1SimplifiedGeometrySink) -> HRESULT {
[INFO] [stderr]     |                                                                                          ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]    --> src/geometry_sink_impl.rs:114:5
[INFO] [stderr]     |
[INFO] [stderr] 114 |     S_OK
[INFO] [stderr]     |     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ULONG` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:43:83
[INFO] [stderr]    |
[INFO] [stderr] 43 |                 unsafe extern "system" fn Release(unknown_this: *mut IUnknown) -> ULONG {
[INFO] [stderr]    |                                                                                   ^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:87:13
[INFO] [stderr]    |
[INFO] [stderr] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stderr]    |             ---------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:87:33
[INFO] [stderr]    |
[INFO] [stderr] 80 | struct FontFileStream {
[INFO] [stderr]    | --------------------- similarly named struct `FontFileStream` defined here
[INFO] [stderr] ...
[INFO] [stderr] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontFileStream`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ULONG` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:49:30
[INFO] [stderr]    |
[INFO] [stderr] 49 |                     count as ULONG
[INFO] [stderr]    |                              ^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_file_loader_impl.rs:87:13
[INFO] [stderr]    |
[INFO] [stderr] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stderr]    |             ---------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:90:24
[INFO] [stderr]    |
[INFO] [stderr] 80 | struct FontFileStream {
[INFO] [stderr]    | --------------------- similarly named struct `FontFileStream` defined here
[INFO] [stderr] ...
[INFO] [stderr] 90 |             This: *mut IDWriteFontFileStream,
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontFileStream`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT64` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:92:25
[INFO] [stderr]    |
[INFO] [stderr] 92 |             fileOffset: UINT64,
[INFO] [stderr]    |                         ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT64` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:93:27
[INFO] [stderr]    |
[INFO] [stderr] 93 |             fragmentSize: UINT64,
[INFO] [stderr]    |                           ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:95:14
[INFO] [stderr]    |
[INFO] [stderr] 95 |         ) -> HRESULT {
[INFO] [stderr]    |              ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `E_INVALIDARG` in this scope
[INFO] [stderr]   --> src/font_file_loader_impl.rs:99:24
[INFO] [stderr]    |
[INFO] [stderr] 99 |                 return E_INVALIDARG;
[INFO] [stderr]    |                        ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:103:13
[INFO] [stderr]     |
[INFO] [stderr] 103 |             S_OK
[INFO] [stderr]     |             ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ID2D1SimplifiedGeometrySink` in this scope
[INFO] [stderr]    --> src/geometry_sink_impl.rs:118:13
[INFO] [stderr]     |
[INFO] [stderr] 118 |     _: *mut ID2D1SimplifiedGeometrySink,
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:109:25
[INFO] [stderr]     |
[INFO] [stderr] 80  | struct FontFileStream {
[INFO] [stderr]     | --------------------- similarly named struct `FontFileStream` defined here
[INFO] [stderr] ...
[INFO] [stderr] 109 |             _This: *mut IDWriteFontFileStream,
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontFileStream`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:117:24
[INFO] [stderr]     |
[INFO] [stderr] 80  | struct FontFileStream {
[INFO] [stderr]     | --------------------- similarly named struct `FontFileStream` defined here
[INFO] [stderr] ...
[INFO] [stderr] 117 |             This: *mut IDWriteFontFileStream,
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontFileStream`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `D2D1_FILL_MODE` in this scope
[INFO] [stderr]    --> src/geometry_sink_impl.rs:119:8
[INFO] [stderr]     |
[INFO] [stderr] 119 |     _: D2D1_FILL_MODE,
[INFO] [stderr]     |        ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT64` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:118:28
[INFO] [stderr]     |
[INFO] [stderr] 118 |             fileSize: *mut UINT64,
[INFO] [stderr]     |                            ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ID2D1SimplifiedGeometrySink` in this scope
[INFO] [stderr]    --> src/geometry_sink_impl.rs:124:13
[INFO] [stderr]     |
[INFO] [stderr] 124 |     _: *mut ID2D1SimplifiedGeometrySink,
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `D2D1_PATH_SEGMENT` in this scope
[INFO] [stderr]    --> src/geometry_sink_impl.rs:125:8
[INFO] [stderr]     |
[INFO] [stderr] 125 |     _: D2D1_PATH_SEGMENT,
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_FACTORY_TYPE` in this scope
[INFO] [stderr]    --> src/lib.rs:122:36
[INFO] [stderr]     |
[INFO] [stderr] 118 | / lazy_static! {
[INFO] [stderr] 119 | |     static ref DWRITE_FACTORY_RAW_PTR: usize = {
[INFO] [stderr] 120 | |         unsafe {
[INFO] [stderr] 121 | |             type DWriteCreateFactoryType =
[INFO] [stderr] 122 | |                 extern "system" fn(DWRITE_FACTORY_TYPE, REFIID, *mut *mut IUnknown) -> HRESULT;
[INFO] [stderr]     | |                                    ^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `DWRITE_FACTORY_RAW_PTR`
[INFO] [stderr] ...   |
[INFO] [stderr] 152 | |     };
[INFO] [stderr] 153 | | } // end lazy static
[INFO] [stderr]     | |_- similarly named struct `DWRITE_FACTORY_RAW_PTR` defined here
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `REFIID` in this scope
[INFO] [stderr]    --> src/lib.rs:122:57
[INFO] [stderr]     |
[INFO] [stderr] 122 |                 extern "system" fn(DWRITE_FACTORY_TYPE, REFIID, *mut *mut IUnknown) -> HRESULT;
[INFO] [stderr]     |                                                         ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]    --> src/lib.rs:122:75
[INFO] [stderr]     |
[INFO] [stderr] 122 |                 extern "system" fn(DWRITE_FACTORY_TYPE, REFIID, *mut *mut IUnknown) -> HRESULT;
[INFO] [stderr]     |                                                                           ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]    --> src/lib.rs:122:88
[INFO] [stderr]     |
[INFO] [stderr] 122 |                 extern "system" fn(DWRITE_FACTORY_TYPE, REFIID, *mut *mut IUnknown) -> HRESULT;
[INFO] [stderr]     |                                                                                        ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `LoadLibraryW` in this scope
[INFO] [stderr]    --> src/lib.rs:124:30
[INFO] [stderr]     |
[INFO] [stderr] 124 |             let dwrite_dll = LoadLibraryW("dwrite.dll".to_wide_null().as_ptr());
[INFO] [stderr]     |                              ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetProcAddress` in this scope
[INFO] [stderr]    --> src/lib.rs:128:17
[INFO] [stderr]     |
[INFO] [stderr] 128 |                 GetProcAddress(dwrite_dll, create_factory_name.as_ptr() as LPCSTR);
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPCSTR` in this scope
[INFO] [stderr]    --> src/lib.rs:128:76
[INFO] [stderr]     |
[INFO] [stderr] 128 |                 GetProcAddress(dwrite_dll, create_factory_name.as_ptr() as LPCSTR);
[INFO] [stderr]     |                                                                            ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFactory` in this scope
[INFO] [stderr]    --> src/lib.rs:135:35
[INFO] [stderr]     |
[INFO] [stderr] 135 |             let mut factory: *mut IDWriteFactory = ptr::null_mut();
[INFO] [stderr]     |                                   ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DWRITE_FACTORY_TYPE_SHARED` in this scope
[INFO] [stderr]    --> src/lib.rs:137:17
[INFO] [stderr]     |
[INFO] [stderr] 137 |                 DWRITE_FACTORY_TYPE_SHARED,
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFactory` in this scope
[INFO] [stderr]    --> src/lib.rs:139:43
[INFO] [stderr]     |
[INFO] [stderr] 139 |                 &mut factory as *mut *mut IDWriteFactory as *mut *mut IUnknown,
[INFO] [stderr]     |                                           ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]    --> src/lib.rs:139:71
[INFO] [stderr]     |
[INFO] [stderr] 139 |                 &mut factory as *mut *mut IDWriteFactory as *mut *mut IUnknown,
[INFO] [stderr]     |                                                                       ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]    --> src/lib.rs:141:27
[INFO] [stderr]     |
[INFO] [stderr] 141 |             assert!(hr == S_OK);
[INFO] [stderr]     |                           ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteRenderingParams` in this scope
[INFO] [stderr]    --> src/lib.rs:147:52
[INFO] [stderr]     |
[INFO] [stderr] 147 |             let mut default_rendering_params: *mut IDWriteRenderingParams = ptr::null_mut();
[INFO] [stderr]     |                                                    ^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `RenderingParams`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/rendering_params.rs:12:1
[INFO] [stderr]     |
[INFO] [stderr] 12  | pub struct RenderingParams {
[INFO] [stderr]     | -------------------------- similarly named struct `RenderingParams` defined here
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]    --> src/lib.rs:149:27
[INFO] [stderr]     |
[INFO] [stderr] 149 |             assert!(hr == S_OK);
[INFO] [stderr]     |                           ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:119:14
[INFO] [stderr]     |
[INFO] [stderr] 119 |         ) -> HRESULT {
[INFO] [stderr]     |              ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFactory` in this scope
[INFO] [stderr]    --> src/lib.rs:160:28
[INFO] [stderr]     |
[INFO] [stderr] 160 | fn DWriteFactory() -> *mut IDWriteFactory {
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFactory` in this scope
[INFO] [stderr]    --> src/lib.rs:161:39
[INFO] [stderr]     |
[INFO] [stderr] 161 |     (*DWRITE_FACTORY_RAW_PTR) as *mut IDWriteFactory
[INFO] [stderr]     |                                       ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT64` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:121:44
[INFO] [stderr]     |
[INFO] [stderr] 121 |             *fileSize = this.data.len() as UINT64;
[INFO] [stderr]     |                                            ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteRenderingParams` in this scope
[INFO] [stderr]    --> src/lib.rs:165:40
[INFO] [stderr]     |
[INFO] [stderr] 165 | fn DefaultDWriteRenderParams() -> *mut IDWriteRenderingParams {
[INFO] [stderr]     |                                        ^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `RenderingParams`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/rendering_params.rs:12:1
[INFO] [stderr]     |
[INFO] [stderr] 12  | pub struct RenderingParams {
[INFO] [stderr]     | -------------------------- similarly named struct `RenderingParams` defined here
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteRenderingParams` in this scope
[INFO] [stderr]    --> src/lib.rs:166:56
[INFO] [stderr]     |
[INFO] [stderr] 166 |     (*DEFAULT_DWRITE_RENDERING_PARAMS_RAW_PTR) as *mut IDWriteRenderingParams
[INFO] [stderr]     |                                                        ^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `RenderingParams`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/rendering_params.rs:12:1
[INFO] [stderr]     |
[INFO] [stderr] 12  | pub struct RenderingParams {
[INFO] [stderr]     | -------------------------- similarly named struct `RenderingParams` defined here
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:122:13
[INFO] [stderr]     |
[INFO] [stderr] 122 |             S_OK
[INFO] [stderr]     |             ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:128:25
[INFO] [stderr]     |
[INFO] [stderr] 80  | struct FontFileStream {
[INFO] [stderr]     | --------------------- similarly named struct `FontFileStream` defined here
[INFO] [stderr] ...
[INFO] [stderr] 128 |             _This: *mut IDWriteFontFileStream,
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontFileStream`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT64` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:129:34
[INFO] [stderr]     |
[INFO] [stderr] 129 |             _lastWriteTime: *mut UINT64,
[INFO] [stderr]     |                                  ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:130:14
[INFO] [stderr]     |
[INFO] [stderr] 130 |         ) -> HRESULT {
[INFO] [stderr]     |              ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `E_NOTIMPL` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:131:13
[INFO] [stderr]     |
[INFO] [stderr] 131 |             E_NOTIMPL
[INFO] [stderr]     |             ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:153:10
[INFO] [stderr]     |
[INFO] [stderr] 80  | struct FontFileStream {
[INFO] [stderr]     | --------------------- similarly named struct `FontFileStream` defined here
[INFO] [stderr] ...
[INFO] [stderr] 153 | impl Com<IDWriteFontFileStream> for FontFileStream {
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: a struct with a similar name exists
[INFO] [stderr]     |
[INFO] [stderr] 153 | impl Com<FontFileStream> for FontFileStream {
[INFO] [stderr]     |          ^^^^^^^^^^^^^^
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 153 | impl<IDWriteFontFileStream> Com<IDWriteFontFileStream> for FontFileStream {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileStreamVtbl` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:154:17
[INFO] [stderr]     |
[INFO] [stderr] 154 |     type Vtbl = IDWriteFontFileStreamVtbl;
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileStreamVtbl` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:155:27
[INFO] [stderr]     |
[INFO] [stderr] 155 |     fn vtbl() -> &'static IDWriteFontFileStreamVtbl {
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:160:10
[INFO] [stderr]     |
[INFO] [stderr] 160 | impl Com<IUnknown> for FontFileStream {
[INFO] [stderr]     |     -    ^^^^^^^^ not found in this scope
[INFO] [stderr]     |     |
[INFO] [stderr]     |     help: you might be missing a type parameter: `<IUnknown>`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknownVtbl` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:161:17
[INFO] [stderr]     |
[INFO] [stderr] 161 |     type Vtbl = IUnknownVtbl;
[INFO] [stderr]     |                 ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknownVtbl` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:162:27
[INFO] [stderr]     |
[INFO] [stderr] 162 |     fn vtbl() -> &'static IUnknownVtbl {
[INFO] [stderr]     |                           ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:167:31
[INFO] [stderr]     |
[INFO] [stderr] 80  | struct FontFileStream {
[INFO] [stderr]     | --------------------- similarly named struct `FontFileStream` defined here
[INFO] [stderr] ...
[INFO] [stderr] 167 | struct FontFileStreamPtr(*mut IDWriteFontFileStream);
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontFileStream`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileLoader` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:174:37
[INFO] [stderr]     |
[INFO] [stderr] 23  | struct FontFileLoader;
[INFO] [stderr]     | ---------------------- similarly named struct `FontFileLoader` defined here
[INFO] [stderr] ...
[INFO] [stderr] 174 | struct FontFileLoaderWrapper(ComPtr<IDWriteFontFileLoader>);
[INFO] [stderr]     |                                     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: a struct with a similar name exists
[INFO] [stderr]     |
[INFO] [stderr] 174 | struct FontFileLoaderWrapper(ComPtr<FontFileLoader>);
[INFO] [stderr]     |                                     ^^^^^^^^^^^^^^
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 174 | struct FontFileLoaderWrapper<IDWriteFontFileLoader>(ComPtr<IDWriteFontFileLoader>);
[INFO] [stderr]     |                             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileLoader` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:185:32
[INFO] [stderr]     |
[INFO] [stderr] 23  | struct FontFileLoader;
[INFO] [stderr]     | ---------------------- similarly named struct `FontFileLoader` defined here
[INFO] [stderr] ...
[INFO] [stderr] 185 |             let ffl = ComPtr::<IDWriteFontFileLoader>::from_raw(ffl_native.into_interface());
[INFO] [stderr]     |                                ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontFileLoader`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFile` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:199:16
[INFO] [stderr]     |
[INFO] [stderr] 195 | impl DataFontHelper {
[INFO] [stderr]     |     - help: you might be missing a type parameter: `<IDWriteFontFile>`
[INFO] [stderr] ...
[INFO] [stderr] 199 |         ComPtr<IDWriteFontFile>,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:200:16
[INFO] [stderr]     |
[INFO] [stderr] 80  | struct FontFileStream {
[INFO] [stderr]     | --------------------- similarly named struct `FontFileStream` defined here
[INFO] [stderr] ...
[INFO] [stderr] 200 |         ComPtr<IDWriteFontFileStream>,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: a struct with a similar name exists
[INFO] [stderr]     |
[INFO] [stderr] 200 |         ComPtr<FontFileStream>,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 195 | impl<IDWriteFontFileStream> DataFontHelper {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:206:42
[INFO] [stderr]     |
[INFO] [stderr] 80  | struct FontFileStream {
[INFO] [stderr]     | --------------------- similarly named struct `FontFileStream` defined here
[INFO] [stderr] ...
[INFO] [stderr] 206 |             let font_file_stream: ComPtr<IDWriteFontFileStream> =
[INFO] [stderr]     |                                          ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: a struct with a similar name exists
[INFO] [stderr]     |
[INFO] [stderr] 206 |             let font_file_stream: ComPtr<FontFileStream> =
[INFO] [stderr]     |                                          ^^^^^^^^^^^^^^
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 195 | impl<IDWriteFontFileStream> DataFontHelper {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFile` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:214:37
[INFO] [stderr]     |
[INFO] [stderr] 214 |             let mut font_file: *mut IDWriteFontFile = ptr::null_mut();
[INFO] [stderr]     |                                     ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT32` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:219:48
[INFO] [stderr]     |
[INFO] [stderr] 219 |                     mem::size_of::<usize>() as UINT32,
[INFO] [stderr]     |                                                ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]    --> src/font_file_loader_impl.rs:223:31
[INFO] [stderr]     |
[INFO] [stderr] 223 |                 assert!(hr == S_OK);
[INFO] [stderr]     |                               ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontCollectionLoaderVtbl` in this scope
[INFO] [stderr]   --> src/font_collection_impl.rs:26:37
[INFO] [stderr]    |
[INFO] [stderr] 26 | static FONT_COLLECTION_LOADER_VTBL: IDWriteFontCollectionLoaderVtbl =
[INFO] [stderr]    |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `CustomFontCollectionLoaderImpl`
[INFO] [stderr] ...
[INFO] [stderr] 34 | pub struct CustomFontCollectionLoaderImpl {
[INFO] [stderr]    | ----------------------------------------- similarly named struct `CustomFontCollectionLoaderImpl` defined here
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `IDWriteFontCollectionLoaderVtbl` in this scope
[INFO] [stderr]   --> src/font_collection_impl.rs:27:5
[INFO] [stderr]    |
[INFO] [stderr] 27 |     IDWriteFontCollectionLoaderVtbl {
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `CustomFontCollectionLoaderImpl`
[INFO] [stderr] ...
[INFO] [stderr] 34 | pub struct CustomFontCollectionLoaderImpl {
[INFO] [stderr]    | ----------------------------------------- similarly named struct `CustomFontCollectionLoaderImpl` defined here
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `IUnknownVtbl` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:56:9
[INFO] [stderr]    |
[INFO] [stderr] 56 |           IUnknownVtbl {
[INFO] [stderr]    |           ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_collection_impl.rs:28:17
[INFO] [stderr]    |
[INFO] [stderr] 28 |           parent: implement_iunknown!(static IDWriteFontCollectionLoader,
[INFO] [stderr]    |  _________________-
[INFO] [stderr] 29 | |                                     CustomFontCollectionLoaderImpl),
[INFO] [stderr]    | |___________________________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:60:40
[INFO] [stderr]    |
[INFO] [stderr] 60 |                       unknown_this: *mut IUnknown,
[INFO] [stderr]    |                                          ^^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_collection_impl.rs:28:17
[INFO] [stderr]    |
[INFO] [stderr] 28 |           parent: implement_iunknown!(static IDWriteFontCollectionLoader,
[INFO] [stderr]    |  _________________-
[INFO] [stderr] 29 | |                                     CustomFontCollectionLoaderImpl),
[INFO] [stderr]    | |___________________________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `REFIID` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:61:27
[INFO] [stderr]    |
[INFO] [stderr] 61 |                       riid: REFIID,
[INFO] [stderr]    |                             ^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_collection_impl.rs:28:17
[INFO] [stderr]    |
[INFO] [stderr] 28 |           parent: implement_iunknown!(static IDWriteFontCollectionLoader,
[INFO] [stderr]    |  _________________-
[INFO] [stderr] 29 | |                                     CustomFontCollectionLoaderImpl),
[INFO] [stderr]    | |___________________________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:63:22
[INFO] [stderr]    |
[INFO] [stderr] 63 |                   ) -> HRESULT {
[INFO] [stderr]    |                        ^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_collection_impl.rs:28:17
[INFO] [stderr]    |
[INFO] [stderr] 28 |           parent: implement_iunknown!(static IDWriteFontCollectionLoader,
[INFO] [stderr]    |  _________________-
[INFO] [stderr] 29 | |                                     CustomFontCollectionLoaderImpl),
[INFO] [stderr]    | |___________________________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:81:28
[INFO] [stderr]    |
[INFO] [stderr] 81 |                       return S_OK;
[INFO] [stderr]    |                              ^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_collection_impl.rs:28:17
[INFO] [stderr]    |
[INFO] [stderr] 28 |           parent: implement_iunknown!(static IDWriteFontCollectionLoader,
[INFO] [stderr]    |  _________________-
[INFO] [stderr] 29 | |                                     CustomFontCollectionLoaderImpl),
[INFO] [stderr]    | |___________________________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:88:58
[INFO] [stderr]    |
[INFO] [stderr] 88 |                   unsafe extern "system" fn AddRef(_: *mut IUnknown) -> ULONG {
[INFO] [stderr]    |                                                            ^^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_collection_impl.rs:28:17
[INFO] [stderr]    |
[INFO] [stderr] 28 |           parent: implement_iunknown!(static IDWriteFontCollectionLoader,
[INFO] [stderr]    |  _________________-
[INFO] [stderr] 29 | |                                     CustomFontCollectionLoaderImpl),
[INFO] [stderr]    | |___________________________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ULONG` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:88:71
[INFO] [stderr]    |
[INFO] [stderr] 88 |                   unsafe extern "system" fn AddRef(_: *mut IUnknown) -> ULONG {
[INFO] [stderr]    |                                                                         ^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_collection_impl.rs:28:17
[INFO] [stderr]    |
[INFO] [stderr] 28 |           parent: implement_iunknown!(static IDWriteFontCollectionLoader,
[INFO] [stderr]    |  _________________-
[INFO] [stderr] 29 | |                                     CustomFontCollectionLoaderImpl),
[INFO] [stderr]    | |___________________________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:95:59
[INFO] [stderr]    |
[INFO] [stderr] 95 |                   unsafe extern "system" fn Release(_: *mut IUnknown) -> ULONG {
[INFO] [stderr]    |                                                             ^^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_collection_impl.rs:28:17
[INFO] [stderr]    |
[INFO] [stderr] 28 |           parent: implement_iunknown!(static IDWriteFontCollectionLoader,
[INFO] [stderr]    |  _________________-
[INFO] [stderr] 29 | |                                     CustomFontCollectionLoaderImpl),
[INFO] [stderr]    | |___________________________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ULONG` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:95:72
[INFO] [stderr]    |
[INFO] [stderr] 95 |                   unsafe extern "system" fn Release(_: *mut IUnknown) -> ULONG {
[INFO] [stderr]    |                                                                          ^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/font_collection_impl.rs:28:17
[INFO] [stderr]    |
[INFO] [stderr] 28 |           parent: implement_iunknown!(static IDWriteFontCollectionLoader,
[INFO] [stderr]    |  _________________-
[INFO] [stderr] 29 | |                                     CustomFontCollectionLoaderImpl),
[INFO] [stderr]    | |___________________________________________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFile` in this scope
[INFO] [stderr]   --> src/font_collection_impl.rs:37:28
[INFO] [stderr]    |
[INFO] [stderr] 34 | pub struct CustomFontCollectionLoaderImpl {
[INFO] [stderr]    |                                          - help: you might be missing a type parameter: `<IDWriteFontFile>`
[INFO] [stderr] ...
[INFO] [stderr] 37 |     font_files: Vec<ComPtr<IDWriteFontFile>>,
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontCollectionLoader` in this scope
[INFO] [stderr]   --> src/font_collection_impl.rs:40:10
[INFO] [stderr]    |
[INFO] [stderr] 40 | impl Com<IDWriteFontCollectionLoader> for CustomFontCollectionLoaderImpl {
[INFO] [stderr]    |     -    ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |     |
[INFO] [stderr]    |     help: you might be missing a type parameter: `<IDWriteFontCollectionLoader>`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontCollectionLoaderVtbl` in this scope
[INFO] [stderr]   --> src/font_collection_impl.rs:41:17
[INFO] [stderr]    |
[INFO] [stderr] 34 | pub struct CustomFontCollectionLoaderImpl {
[INFO] [stderr]    | ----------------------------------------- similarly named struct `CustomFontCollectionLoaderImpl` defined here
[INFO] [stderr] ...
[INFO] [stderr] 41 |     type Vtbl = IDWriteFontCollectionLoaderVtbl;
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `CustomFontCollectionLoaderImpl`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontCollectionLoaderVtbl` in this scope
[INFO] [stderr]   --> src/font_collection_impl.rs:43:27
[INFO] [stderr]    |
[INFO] [stderr] 34 | pub struct CustomFontCollectionLoaderImpl {
[INFO] [stderr]    | ----------------------------------------- similarly named struct `CustomFontCollectionLoaderImpl` defined here
[INFO] [stderr] ...
[INFO] [stderr] 43 |     fn vtbl() -> &'static IDWriteFontCollectionLoaderVtbl {
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `CustomFontCollectionLoaderImpl`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]   --> src/font_collection_impl.rs:48:10
[INFO] [stderr]    |
[INFO] [stderr] 48 | impl Com<IUnknown> for CustomFontCollectionLoaderImpl {
[INFO] [stderr]    |     -    ^^^^^^^^ not found in this scope
[INFO] [stderr]    |     |
[INFO] [stderr]    |     help: you might be missing a type parameter: `<IUnknown>`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknownVtbl` in this scope
[INFO] [stderr]   --> src/font_collection_impl.rs:49:17
[INFO] [stderr]    |
[INFO] [stderr] 49 |     type Vtbl = IUnknownVtbl;
[INFO] [stderr]    |                 ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknownVtbl` in this scope
[INFO] [stderr]   --> src/font_collection_impl.rs:51:27
[INFO] [stderr]    |
[INFO] [stderr] 51 |     fn vtbl() -> &'static IUnknownVtbl {
[INFO] [stderr]    |                           ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontCollectionLoader` in this scope
[INFO] [stderr]   --> src/font_collection_impl.rs:57:51
[INFO] [stderr]    |
[INFO] [stderr] 56 | impl CustomFontCollectionLoaderImpl {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<IDWriteFontCollectionLoader>`
[INFO] [stderr] 57 |     pub fn new(font_files: &[FontFile]) -> ComPtr<IDWriteFontCollectionLoader> {
[INFO] [stderr]    |                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontCollectionLoader` in this scope
[INFO] [stderr]   --> src/font_collection_impl.rs:72:16
[INFO] [stderr]    |
[INFO] [stderr] 72 |     this: *mut IDWriteFontCollectionLoader,
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary braces around block return value
[INFO] [stderr]   --> src/helpers.rs:22:45
[INFO] [stderr]    |
[INFO] [stderr] 22 |     static ref EN_US_LOCALE: Vec<wchar_t> = { OsStr::new("en-us").to_wide_null() };
[INFO] [stderr]    |                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_braces)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFactory` in this scope
[INFO] [stderr]   --> src/font_collection_impl.rs:73:13
[INFO] [stderr]    |
[INFO] [stderr] 73 |     _: *mut IDWriteFactory,
[INFO] [stderr]    |             ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileEnumerator` in this scope
[INFO] [stderr]   --> src/font_collection_impl.rs:76:31
[INFO] [stderr]    |
[INFO] [stderr] 76 |     out_enumerator: *mut *mut IDWriteFontFileEnumerator,
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]   --> src/font_collection_impl.rs:77:6
[INFO] [stderr]    |
[INFO] [stderr] 77 | ) -> HRESULT {
[INFO] [stderr]    |      ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileEnumerator` in this scope
[INFO] [stderr]   --> src/font_collection_impl.rs:80:31
[INFO] [stderr]    |
[INFO] [stderr] 71 | unsafe extern "system" fn CustomFontCollectionLoaderImpl_CreateEnumeratorFromKey(
[INFO] [stderr]    |                                                                                 - help: you might be missing a type parameter: `<IDWriteFontFileEnumerator>`
[INFO] [stderr] ...
[INFO] [stderr] 80 |     let enumerator = ComPtr::<IDWriteFontFileEnumerator>::from_raw(enumerator.into_interface());
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]   --> src/font_collection_impl.rs:83:5
[INFO] [stderr]    |
[INFO] [stderr] 83 |     S_OK
[INFO] [stderr]    |     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFile` in this scope
[INFO] [stderr]   --> src/font_collection_impl.rs:90:28
[INFO] [stderr]    |
[INFO] [stderr] 87 | struct CustomFontFileEnumeratorImpl {
[INFO] [stderr]    |                                    - help: you might be missing a type parameter: `<IDWriteFontFile>`
[INFO] [stderr] ...
[INFO] [stderr] 90 |     font_files: Vec<ComPtr<IDWriteFontFile>>,
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileEnumerator` in this scope
[INFO] [stderr]   --> src/font_collection_impl.rs:94:10
[INFO] [stderr]    |
[INFO] [stderr] 94 | impl Com<IDWriteFontFileEnumerator> for CustomFontFileEnumeratorImpl {
[INFO] [stderr]    |     -    ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |     |
[INFO] [stderr]    |     help: you might be missing a type parameter: `<IDWriteFontFileEnumerator>`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileEnumeratorVtbl` in this scope
[INFO] [stderr]   --> src/font_collection_impl.rs:95:17
[INFO] [stderr]    |
[INFO] [stderr] 95 |     type Vtbl = IDWriteFontFileEnumeratorVtbl;
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileEnumeratorVtbl` in this scope
[INFO] [stderr]   --> src/font_collection_impl.rs:97:27
[INFO] [stderr]    |
[INFO] [stderr] 97 |     fn vtbl() -> &'static IDWriteFontFileEnumeratorVtbl {
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]    --> src/font_collection_impl.rs:102:10
[INFO] [stderr]     |
[INFO] [stderr] 102 | impl Com<IUnknown> for CustomFontFileEnumeratorImpl {
[INFO] [stderr]     |     -    ^^^^^^^^ not found in this scope
[INFO] [stderr]     |     |
[INFO] [stderr]     |     help: you might be missing a type parameter: `<IUnknown>`
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary braces around block return value
[INFO] [stderr]    --> src/font_file_loader_impl.rs:181:9
[INFO] [stderr]     |
[INFO] [stderr] 181 |         { Mutex::new(HashMap::new()) };
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknownVtbl` in this scope
[INFO] [stderr]    --> src/font_collection_impl.rs:103:17
[INFO] [stderr]     |
[INFO] [stderr] 103 |     type Vtbl = IUnknownVtbl;
[INFO] [stderr]     |                 ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknownVtbl` in this scope
[INFO] [stderr]    --> src/font_collection_impl.rs:105:27
[INFO] [stderr]     |
[INFO] [stderr] 105 |     fn vtbl() -> &'static IUnknownVtbl {
[INFO] [stderr]     |                           ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileEnumeratorVtbl` in this scope
[INFO] [stderr]    --> src/font_collection_impl.rs:110:35
[INFO] [stderr]     |
[INFO] [stderr] 110 | static FONT_FILE_ENUMERATOR_VTBL: IDWriteFontFileEnumeratorVtbl = IDWriteFontFileEnumeratorVtbl {
[INFO] [stderr]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `IDWriteFontFileEnumeratorVtbl` in this scope
[INFO] [stderr]    --> src/font_collection_impl.rs:110:67
[INFO] [stderr]     |
[INFO] [stderr] 110 | static FONT_FILE_ENUMERATOR_VTBL: IDWriteFontFileEnumeratorVtbl = IDWriteFontFileEnumeratorVtbl {
[INFO] [stderr]     |                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `IUnknownVtbl` in this scope
[INFO] [stderr]    --> src/com_helpers.rs:56:9
[INFO] [stderr]     |
[INFO] [stderr] 56  |         IUnknownVtbl {
[INFO] [stderr]     |         ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/font_collection_impl.rs:111:13
[INFO] [stderr]     |
[INFO] [stderr] 111 |     parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl),
[INFO] [stderr]     |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]    --> src/com_helpers.rs:60:40
[INFO] [stderr]     |
[INFO] [stderr] 60  |                     unknown_this: *mut IUnknown,
[INFO] [stderr]     |                                        ^^^^^^^^ not found in this scope
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/font_collection_impl.rs:111:13
[INFO] [stderr]     |
[INFO] [stderr] 111 |     parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl),
[INFO] [stderr]     |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `REFIID` in this scope
[INFO] [stderr]    --> src/com_helpers.rs:61:27
[INFO] [stderr]     |
[INFO] [stderr] 61  |                     riid: REFIID,
[INFO] [stderr]     |                           ^^^^^^ not found in this scope
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/font_collection_impl.rs:111:13
[INFO] [stderr]     |
[INFO] [stderr] 111 |     parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl),
[INFO] [stderr]     |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]    --> src/com_helpers.rs:63:22
[INFO] [stderr]     |
[INFO] [stderr] 63  |                 ) -> HRESULT {
[INFO] [stderr]     |                      ^^^^^^^ not found in this scope
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/font_collection_impl.rs:111:13
[INFO] [stderr]     |
[INFO] [stderr] 111 |     parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl),
[INFO] [stderr]     |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]    --> src/com_helpers.rs:81:28
[INFO] [stderr]     |
[INFO] [stderr] 81  |                     return S_OK;
[INFO] [stderr]     |                            ^^^^ not found in this scope
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/font_collection_impl.rs:111:13
[INFO] [stderr]     |
[INFO] [stderr] 111 |     parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl),
[INFO] [stderr]     |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]    --> src/com_helpers.rs:88:58
[INFO] [stderr]     |
[INFO] [stderr] 88  |                 unsafe extern "system" fn AddRef(_: *mut IUnknown) -> ULONG {
[INFO] [stderr]     |                                                          ^^^^^^^^ not found in this scope
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/font_collection_impl.rs:111:13
[INFO] [stderr]     |
[INFO] [stderr] 111 |     parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl),
[INFO] [stderr]     |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ULONG` in this scope
[INFO] [stderr]    --> src/com_helpers.rs:88:71
[INFO] [stderr]     |
[INFO] [stderr] 88  |                 unsafe extern "system" fn AddRef(_: *mut IUnknown) -> ULONG {
[INFO] [stderr]     |                                                                       ^^^^^ not found in this scope
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/font_collection_impl.rs:111:13
[INFO] [stderr]     |
[INFO] [stderr] 111 |     parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl),
[INFO] [stderr]     |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]    --> src/com_helpers.rs:95:59
[INFO] [stderr]     |
[INFO] [stderr] 95  |                 unsafe extern "system" fn Release(_: *mut IUnknown) -> ULONG {
[INFO] [stderr]     |                                                           ^^^^^^^^ not found in this scope
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/font_collection_impl.rs:111:13
[INFO] [stderr]     |
[INFO] [stderr] 111 |     parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl),
[INFO] [stderr]     |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ULONG` in this scope
[INFO] [stderr]    --> src/com_helpers.rs:95:72
[INFO] [stderr]     |
[INFO] [stderr] 95  |                 unsafe extern "system" fn Release(_: *mut IUnknown) -> ULONG {
[INFO] [stderr]     |                                                                        ^^^^^ not found in this scope
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/font_collection_impl.rs:111:13
[INFO] [stderr]     |
[INFO] [stderr] 111 |     parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl),
[INFO] [stderr]     |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFile` in this scope
[INFO] [stderr]    --> src/font_collection_impl.rs:117:39
[INFO] [stderr]     |
[INFO] [stderr] 116 | impl CustomFontFileEnumeratorImpl {
[INFO] [stderr]     |     - help: you might be missing a type parameter: `<IDWriteFontFile>`
[INFO] [stderr] 117 |     pub fn new(font_files: Vec<ComPtr<IDWriteFontFile>>) -> CustomFontFileEnumeratorImpl {
[INFO] [stderr]     |                                       ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileEnumerator` in this scope
[INFO] [stderr]    --> src/font_collection_impl.rs:128:16
[INFO] [stderr]     |
[INFO] [stderr] 128 |     this: *mut IDWriteFontFileEnumerator,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFile` in this scope
[INFO] [stderr]    --> src/font_collection_impl.rs:129:30
[INFO] [stderr]     |
[INFO] [stderr] 129 |     out_font_file: *mut *mut IDWriteFontFile,
[INFO] [stderr]     |                              ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]    --> src/font_collection_impl.rs:130:6
[INFO] [stderr]     |
[INFO] [stderr] 130 | ) -> HRESULT {
[INFO] [stderr]     |      ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `E_INVALIDARG` in this scope
[INFO] [stderr]    --> src/font_collection_impl.rs:133:16
[INFO] [stderr]     |
[INFO] [stderr] 133 |         return E_INVALIDARG;
[INFO] [stderr]     |                ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]    --> src/font_collection_impl.rs:138:5
[INFO] [stderr]     |
[INFO] [stderr] 138 |     S_OK
[INFO] [stderr]     |     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFontFileEnumerator` in this scope
[INFO] [stderr]    --> src/font_collection_impl.rs:143:16
[INFO] [stderr]     |
[INFO] [stderr] 143 |     this: *mut IDWriteFontFileEnumerator,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `BOOL` in this scope
[INFO] [stderr]    --> src/font_collection_impl.rs:144:28
[INFO] [stderr]     |
[INFO] [stderr] 144 |     has_current_file: *mut BOOL,
[INFO] [stderr]     |                            ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]    --> src/font_collection_impl.rs:145:6
[INFO] [stderr]     |
[INFO] [stderr] 145 | ) -> HRESULT {
[INFO] [stderr]     |      ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope
[INFO] [stderr]    --> src/font_collection_impl.rs:152:9
[INFO] [stderr]     |
[INFO] [stderr] 152 |         TRUE
[INFO] [stderr]     |         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope
[INFO] [stderr]    --> src/font_collection_impl.rs:154:9
[INFO] [stderr]     |
[INFO] [stderr] 154 |         FALSE
[INFO] [stderr]     |         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]    --> src/font_collection_impl.rs:156:5
[INFO] [stderr]     |
[INFO] [stderr] 156 |     S_OK
[INFO] [stderr]     |     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_READING_DIRECTION` in this scope
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:44:50
[INFO] [stderr]    |
[INFO] [stderr] 44 |     fn get_paragraph_reading_direction(&self) -> DWRITE_READING_DIRECTION;
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `LOCALE_NAME_MAX_LENGTH` in this scope
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:54:27
[INFO] [stderr]    |
[INFO] [stderr] 54 |     locale_buf: [wchar_t; LOCALE_NAME_MAX_LENGTH],
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteNumberSubstitution` in this scope
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:59:20
[INFO] [stderr]    |
[INFO] [stderr] 58 | pub struct NumberSubstitution {
[INFO] [stderr]    | ----------------------------- similarly named struct `NumberSubstitution` defined here
[INFO] [stderr] 59 |     native: ComPtr<IDWriteNumberSubstitution>,
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: a struct with a similar name exists
[INFO] [stderr]    |
[INFO] [stderr] 59 |     native: ComPtr<NumberSubstitution>,
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 58 | pub struct NumberSubstitution<IDWriteNumberSubstitution> {
[INFO] [stderr]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteTextAnalysisSourceVtbl` in this scope
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:64:35
[INFO] [stderr]    |
[INFO] [stderr] 64 | static TEXT_ANALYSIS_SOURCE_VTBL: IDWriteTextAnalysisSourceVtbl = IDWriteTextAnalysisSourceVtbl {
[INFO] [stderr]    |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `IDWriteTextAnalysisSourceVtbl` in this scope
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:64:67
[INFO] [stderr]    |
[INFO] [stderr] 64 | static TEXT_ANALYSIS_SOURCE_VTBL: IDWriteTextAnalysisSourceVtbl = IDWriteTextAnalysisSourceVtbl {
[INFO] [stderr]    |                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `IUnknownVtbl` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:56:9
[INFO] [stderr]    |
[INFO] [stderr] 56 |         IUnknownVtbl {
[INFO] [stderr]    |         ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/text_analysis_source_impl.rs:65:13
[INFO] [stderr]    |
[INFO] [stderr] 65 |     parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl),
[INFO] [stderr]    |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:60:40
[INFO] [stderr]    |
[INFO] [stderr] 60 |                     unknown_this: *mut IUnknown,
[INFO] [stderr]    |                                        ^^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/text_analysis_source_impl.rs:65:13
[INFO] [stderr]    |
[INFO] [stderr] 65 |     parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl),
[INFO] [stderr]    |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `REFIID` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:61:27
[INFO] [stderr]    |
[INFO] [stderr] 61 |                     riid: REFIID,
[INFO] [stderr]    |                           ^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/text_analysis_source_impl.rs:65:13
[INFO] [stderr]    |
[INFO] [stderr] 65 |     parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl),
[INFO] [stderr]    |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:63:22
[INFO] [stderr]    |
[INFO] [stderr] 63 |                 ) -> HRESULT {
[INFO] [stderr]    |                      ^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/text_analysis_source_impl.rs:65:13
[INFO] [stderr]    |
[INFO] [stderr] 65 |     parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl),
[INFO] [stderr]    |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:81:28
[INFO] [stderr]    |
[INFO] [stderr] 81 |                     return S_OK;
[INFO] [stderr]    |                            ^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/text_analysis_source_impl.rs:65:13
[INFO] [stderr]    |
[INFO] [stderr] 65 |     parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl),
[INFO] [stderr]    |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:88:58
[INFO] [stderr]    |
[INFO] [stderr] 88 |                 unsafe extern "system" fn AddRef(_: *mut IUnknown) -> ULONG {
[INFO] [stderr]    |                                                          ^^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/text_analysis_source_impl.rs:65:13
[INFO] [stderr]    |
[INFO] [stderr] 65 |     parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl),
[INFO] [stderr]    |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ULONG` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:88:71
[INFO] [stderr]    |
[INFO] [stderr] 88 |                 unsafe extern "system" fn AddRef(_: *mut IUnknown) -> ULONG {
[INFO] [stderr]    |                                                                       ^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/text_analysis_source_impl.rs:65:13
[INFO] [stderr]    |
[INFO] [stderr] 65 |     parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl),
[INFO] [stderr]    |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:95:59
[INFO] [stderr]    |
[INFO] [stderr] 95 |                 unsafe extern "system" fn Release(_: *mut IUnknown) -> ULONG {
[INFO] [stderr]    |                                                           ^^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/text_analysis_source_impl.rs:65:13
[INFO] [stderr]    |
[INFO] [stderr] 65 |     parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl),
[INFO] [stderr]    |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ULONG` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:95:72
[INFO] [stderr]    |
[INFO] [stderr] 95 |                 unsafe extern "system" fn Release(_: *mut IUnknown) -> ULONG {
[INFO] [stderr]    |                                                                        ^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/text_analysis_source_impl.rs:65:13
[INFO] [stderr]    |
[INFO] [stderr] 65 |     parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl),
[INFO] [stderr]    |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `LOCALE_NAME_MAX_LENGTH` in this scope
[INFO] [stderr]   --> src/text_analysis_source_impl.rs:89:32
[INFO] [stderr]    |
[INFO] [stderr] 89 |             locale_buf: [0u16; LOCALE_NAME_MAX_LENGTH],
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `LOCALE_NAME_MAX_LENGTH` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:109:32
[INFO] [stderr]     |
[INFO] [stderr] 109 |             locale_buf: [0u16; LOCALE_NAME_MAX_LENGTH],
[INFO] [stderr]     |                                ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteTextAnalysisSource` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:114:10
[INFO] [stderr]     |
[INFO] [stderr] 114 | impl Com<IDWriteTextAnalysisSource> for CustomTextAnalysisSourceImpl<'_> {
[INFO] [stderr]     |     -    ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |     |
[INFO] [stderr]     |     help: you might be missing a type parameter: `<IDWriteTextAnalysisSource>`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteTextAnalysisSourceVtbl` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:115:17
[INFO] [stderr]     |
[INFO] [stderr] 115 |     type Vtbl = IDWriteTextAnalysisSourceVtbl;
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteTextAnalysisSourceVtbl` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:117:27
[INFO] [stderr]     |
[INFO] [stderr] 117 |     fn vtbl() -> &'static IDWriteTextAnalysisSourceVtbl {
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:122:10
[INFO] [stderr]     |
[INFO] [stderr] 122 | impl Com<IUnknown> for CustomTextAnalysisSourceImpl<'_> {
[INFO] [stderr]     |     -    ^^^^^^^^ not found in this scope
[INFO] [stderr]     |     |
[INFO] [stderr]     |     help: you might be missing a type parameter: `<IUnknown>`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknownVtbl` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:123:17
[INFO] [stderr]     |
[INFO] [stderr] 123 |     type Vtbl = IUnknownVtbl;
[INFO] [stderr]     |                 ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknownVtbl` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:125:27
[INFO] [stderr]     |
[INFO] [stderr] 125 |     fn vtbl() -> &'static IUnknownVtbl {
[INFO] [stderr]     |                           ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteTextAnalysisSource` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:131:16
[INFO] [stderr]     |
[INFO] [stderr] 131 |     this: *mut IDWriteTextAnalysisSource,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT32` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:132:20
[INFO] [stderr]     |
[INFO] [stderr] 132 |     text_position: UINT32,
[INFO] [stderr]     |                    ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT32` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:133:23
[INFO] [stderr]     |
[INFO] [stderr] 133 |     text_length: *mut UINT32,
[INFO] [stderr]     |                       ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:135:6
[INFO] [stderr]     |
[INFO] [stderr] 135 | ) -> HRESULT {
[INFO] [stderr]     |      ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:152:5
[INFO] [stderr]     |
[INFO] [stderr] 152 |     S_OK
[INFO] [stderr]     |     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteTextAnalysisSource` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:156:16
[INFO] [stderr]     |
[INFO] [stderr] 156 |     this: *mut IDWriteTextAnalysisSource,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT32` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:157:20
[INFO] [stderr]     |
[INFO] [stderr] 157 |     text_position: UINT32,
[INFO] [stderr]     |                    ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT32` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:158:23
[INFO] [stderr]     |
[INFO] [stderr] 158 |     text_length: *mut UINT32,
[INFO] [stderr]     |                       ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteNumberSubstitution` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:159:36
[INFO] [stderr]     |
[INFO] [stderr] 58  | pub struct NumberSubstitution {
[INFO] [stderr]     | ----------------------------- similarly named struct `NumberSubstitution` defined here
[INFO] [stderr] ...
[INFO] [stderr] 159 |     number_substitution: *mut *mut IDWriteNumberSubstitution,
[INFO] [stderr]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `NumberSubstitution`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:160:6
[INFO] [stderr]     |
[INFO] [stderr] 160 | ) -> HRESULT {
[INFO] [stderr]     |      ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `E_INVALIDARG` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:163:16
[INFO] [stderr]     |
[INFO] [stderr] 163 |         return E_INVALIDARG;
[INFO] [stderr]     |                ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT32` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:166:40
[INFO] [stderr]     |
[INFO] [stderr] 166 |     *text_length = (this.text.len() as UINT32) - text_position;
[INFO] [stderr]     |                                        ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:176:5
[INFO] [stderr]     |
[INFO] [stderr] 176 |     S_OK
[INFO] [stderr]     |     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteTextAnalysisSource` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:180:16
[INFO] [stderr]     |
[INFO] [stderr] 180 |     this: *mut IDWriteTextAnalysisSource,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_READING_DIRECTION` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:181:6
[INFO] [stderr]     |
[INFO] [stderr] 181 | ) -> DWRITE_READING_DIRECTION {
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteTextAnalysisSource` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:187:16
[INFO] [stderr]     |
[INFO] [stderr] 187 |     this: *mut IDWriteTextAnalysisSource,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT32` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:188:20
[INFO] [stderr]     |
[INFO] [stderr] 188 |     text_position: UINT32,
[INFO] [stderr]     |                    ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT32` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:190:23
[INFO] [stderr]     |
[INFO] [stderr] 190 |     text_length: *mut UINT32,
[INFO] [stderr]     |                       ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:191:6
[INFO] [stderr]     |
[INFO] [stderr] 191 | ) -> HRESULT {
[INFO] [stderr]     |      ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:196:16
[INFO] [stderr]     |
[INFO] [stderr] 196 |         return S_OK;
[INFO] [stderr]     |                ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT32` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:199:40
[INFO] [stderr]     |
[INFO] [stderr] 199 |     *text_length = (this.text.len() as UINT32) - text_position;
[INFO] [stderr]     |                                        ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:200:5
[INFO] [stderr]     |
[INFO] [stderr] 200 |     S_OK
[INFO] [stderr]     |     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteTextAnalysisSource` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:204:16
[INFO] [stderr]     |
[INFO] [stderr] 204 |     this: *mut IDWriteTextAnalysisSource,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT32` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:205:20
[INFO] [stderr]     |
[INFO] [stderr] 205 |     text_position: UINT32,
[INFO] [stderr]     |                    ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT32` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:207:23
[INFO] [stderr]     |
[INFO] [stderr] 207 |     text_length: *mut UINT32,
[INFO] [stderr]     |                       ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:208:6
[INFO] [stderr]     |
[INFO] [stderr] 208 | ) -> HRESULT {
[INFO] [stderr]     |      ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:213:16
[INFO] [stderr]     |
[INFO] [stderr] 213 |         return S_OK;
[INFO] [stderr]     |                ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:217:5
[INFO] [stderr]     |
[INFO] [stderr] 217 |     S_OK
[INFO] [stderr]     |     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_NUMBER_SUBSTITUTION_METHOD` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:222:23
[INFO] [stderr]     |
[INFO] [stderr] 222 |         subst_method: DWRITE_NUMBER_SUBSTITUTION_METHOD,
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteNumberSubstitution` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:227:34
[INFO] [stderr]     |
[INFO] [stderr] 58  | pub struct NumberSubstitution {
[INFO] [stderr]     | ----------------------------- similarly named struct `NumberSubstitution` defined here
[INFO] [stderr] ...
[INFO] [stderr] 227 |             let mut native: *mut IDWriteNumberSubstitution = ptr::null_mut();
[INFO] [stderr]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `NumberSubstitution`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:231:44
[INFO] [stderr]     |
[INFO] [stderr] 231 |                 if ignore_user_overrides { TRUE } else { FALSE },
[INFO] [stderr]     |                                            ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:231:58
[INFO] [stderr]     |
[INFO] [stderr] 231 |                 if ignore_user_overrides { TRUE } else { FALSE },
[INFO] [stderr]     |                                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ID2D1SimplifiedGeometrySinkVtbl` in this scope
[INFO] [stderr]   --> src/geometry_sink_impl.rs:18:28
[INFO] [stderr]    |
[INFO] [stderr] 18 | static GEOMETRY_SINK_VTBL: ID2D1SimplifiedGeometrySinkVtbl = ID2D1SimplifiedGeometrySinkVtbl {
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `ID2D1SimplifiedGeometrySinkVtbl` in this scope
[INFO] [stderr]   --> src/geometry_sink_impl.rs:18:62
[INFO] [stderr]    |
[INFO] [stderr] 18 | static GEOMETRY_SINK_VTBL: ID2D1SimplifiedGeometrySinkVtbl = ID2D1SimplifiedGeometrySinkVtbl {
[INFO] [stderr]    |                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `IUnknownVtbl` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:56:9
[INFO] [stderr]    |
[INFO] [stderr] 56 |         IUnknownVtbl {
[INFO] [stderr]    |         ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/geometry_sink_impl.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 |     parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl),
[INFO] [stderr]    |             ------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:60:40
[INFO] [stderr]    |
[INFO] [stderr] 60 |                     unknown_this: *mut IUnknown,
[INFO] [stderr]    |                                        ^^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/geometry_sink_impl.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 |     parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl),
[INFO] [stderr]    |             ------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `REFIID` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:61:27
[INFO] [stderr]    |
[INFO] [stderr] 61 |                     riid: REFIID,
[INFO] [stderr]    |                           ^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/geometry_sink_impl.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 |     parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl),
[INFO] [stderr]    |             ------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:63:22
[INFO] [stderr]    |
[INFO] [stderr] 63 |                 ) -> HRESULT {
[INFO] [stderr]    |                      ^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/geometry_sink_impl.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 |     parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl),
[INFO] [stderr]    |             ------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:81:28
[INFO] [stderr]    |
[INFO] [stderr] 81 |                     return S_OK;
[INFO] [stderr]    |                            ^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/geometry_sink_impl.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 |     parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl),
[INFO] [stderr]    |             ------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:88:58
[INFO] [stderr]    |
[INFO] [stderr] 88 |                 unsafe extern "system" fn AddRef(_: *mut IUnknown) -> ULONG {
[INFO] [stderr]    |                                                          ^^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/geometry_sink_impl.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 |     parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl),
[INFO] [stderr]    |             ------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ULONG` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:88:71
[INFO] [stderr]    |
[INFO] [stderr] 88 |                 unsafe extern "system" fn AddRef(_: *mut IUnknown) -> ULONG {
[INFO] [stderr]    |                                                                       ^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/geometry_sink_impl.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 |     parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl),
[INFO] [stderr]    |             ------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:95:59
[INFO] [stderr]    |
[INFO] [stderr] 95 |                 unsafe extern "system" fn Release(_: *mut IUnknown) -> ULONG {
[INFO] [stderr]    |                                                           ^^^^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/geometry_sink_impl.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 |     parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl),
[INFO] [stderr]    |             ------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ULONG` in this scope
[INFO] [stderr]   --> src/com_helpers.rs:95:72
[INFO] [stderr]    |
[INFO] [stderr] 95 |                 unsafe extern "system" fn Release(_: *mut IUnknown) -> ULONG {
[INFO] [stderr]    |                                                                        ^^^^^ not found in this scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/geometry_sink_impl.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 |     parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl),
[INFO] [stderr]    |             ------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ID2D1SimplifiedGeometrySink` in this scope
[INFO] [stderr]   --> src/geometry_sink_impl.rs:36:10
[INFO] [stderr]    |
[INFO] [stderr] 36 | impl Com<ID2D1SimplifiedGeometrySink> for GeometrySinkImpl {
[INFO] [stderr]    |     -    ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |     |
[INFO] [stderr]    |     help: you might be missing a type parameter: `<ID2D1SimplifiedGeometrySink>`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ID2D1SimplifiedGeometrySinkVtbl` in this scope
[INFO] [stderr]   --> src/geometry_sink_impl.rs:37:17
[INFO] [stderr]    |
[INFO] [stderr] 37 |     type Vtbl = ID2D1SimplifiedGeometrySinkVtbl;
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ID2D1SimplifiedGeometrySinkVtbl` in this scope
[INFO] [stderr]   --> src/geometry_sink_impl.rs:39:27
[INFO] [stderr]    |
[INFO] [stderr] 39 |     fn vtbl() -> &'static ID2D1SimplifiedGeometrySinkVtbl {
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]   --> src/geometry_sink_impl.rs:44:10
[INFO] [stderr]    |
[INFO] [stderr] 44 | impl Com<IUnknown> for GeometrySinkImpl {
[INFO] [stderr]    |     -    ^^^^^^^^ not found in this scope
[INFO] [stderr]    |     |
[INFO] [stderr]    |     help: you might be missing a type parameter: `<IUnknown>`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknownVtbl` in this scope
[INFO] [stderr]   --> src/geometry_sink_impl.rs:45:17
[INFO] [stderr]    |
[INFO] [stderr] 45 |     type Vtbl = IUnknownVtbl;
[INFO] [stderr]    |                 ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknownVtbl` in this scope
[INFO] [stderr]   --> src/geometry_sink_impl.rs:47:27
[INFO] [stderr]    |
[INFO] [stderr] 47 |     fn vtbl() -> &'static IUnknownVtbl {
[INFO] [stderr]    |                           ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ID2D1SimplifiedGeometrySink` in this scope
[INFO] [stderr]   --> src/geometry_sink_impl.rs:62:16
[INFO] [stderr]    |
[INFO] [stderr] 62 |     this: *mut ID2D1SimplifiedGeometrySink,
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `D2D1_POINT_2F` in this scope
[INFO] [stderr]   --> src/geometry_sink_impl.rs:63:18
[INFO] [stderr]    |
[INFO] [stderr] 63 |     start_point: D2D1_POINT_2F,
[INFO] [stderr]    |                  ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `D2D1_FIGURE_BEGIN` in this scope
[INFO] [stderr]   --> src/geometry_sink_impl.rs:64:8
[INFO] [stderr]    |
[INFO] [stderr] 64 |     _: D2D1_FIGURE_BEGIN,
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ID2D1SimplifiedGeometrySink` in this scope
[INFO] [stderr]   --> src/geometry_sink_impl.rs:73:16
[INFO] [stderr]    |
[INFO] [stderr] 73 |     this: *mut ID2D1SimplifiedGeometrySink,
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `D2D1_FIGURE_END` in this scope
[INFO] [stderr]   --> src/geometry_sink_impl.rs:74:17
[INFO] [stderr]    |
[INFO] [stderr] 74 |     figure_end: D2D1_FIGURE_END,
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D2D1_FIGURE_END_CLOSED` in this scope
[INFO] [stderr]   --> src/geometry_sink_impl.rs:77:22
[INFO] [stderr]    |
[INFO] [stderr] 77 |     if figure_end == D2D1_FIGURE_END_CLOSED {
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ID2D1SimplifiedGeometrySink` in this scope
[INFO] [stderr]   --> src/geometry_sink_impl.rs:83:16
[INFO] [stderr]    |
[INFO] [stderr] 83 |     this: *mut ID2D1SimplifiedGeometrySink,
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `D2D1_POINT_2F` in this scope
[INFO] [stderr]   --> src/geometry_sink_impl.rs:84:20
[INFO] [stderr]    |
[INFO] [stderr] 84 |     points: *const D2D1_POINT_2F,
[INFO] [stderr]    |                    ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT` in this scope
[INFO] [stderr]   --> src/geometry_sink_impl.rs:85:19
[INFO] [stderr]    |
[INFO] [stderr] 85 |     points_count: UINT,
[INFO] [stderr]    |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ID2D1SimplifiedGeometrySink` in this scope
[INFO] [stderr]   --> src/geometry_sink_impl.rs:95:16
[INFO] [stderr]    |
[INFO] [stderr] 95 |     this: *mut ID2D1SimplifiedGeometrySink,
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `D2D1_BEZIER_SEGMENT` in this scope
[INFO] [stderr]   --> src/geometry_sink_impl.rs:96:21
[INFO] [stderr]    |
[INFO] [stderr] 96 |     beziers: *const D2D1_BEZIER_SEGMENT,
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT` in this scope
[INFO] [stderr]   --> src/geometry_sink_impl.rs:97:20
[INFO] [stderr]    |
[INFO] [stderr] 97 |     beziers_count: UINT,
[INFO] [stderr]    |                    ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ID2D1SimplifiedGeometrySink` in this scope
[INFO] [stderr]    --> src/geometry_sink_impl.rs:113:58
[INFO] [stderr]     |
[INFO] [stderr] 113 | unsafe extern "system" fn GeometrySinkImpl_Close(_: *mut ID2D1SimplifiedGeometrySink) -> HRESULT {
[INFO] [stderr]     |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]    --> src/geometry_sink_impl.rs:113:90
[INFO] [stderr]     |
[INFO] [stderr] 113 | unsafe extern "system" fn GeometrySinkImpl_Close(_: *mut ID2D1SimplifiedGeometrySink) -> HRESULT {
[INFO] [stderr]     |                                                                                          ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]    --> src/geometry_sink_impl.rs:114:5
[INFO] [stderr]     |
[INFO] [stderr] 114 |     S_OK
[INFO] [stderr]     |     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ID2D1SimplifiedGeometrySink` in this scope
[INFO] [stderr]    --> src/geometry_sink_impl.rs:118:13
[INFO] [stderr]     |
[INFO] [stderr] 118 |     _: *mut ID2D1SimplifiedGeometrySink,
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `D2D1_FILL_MODE` in this scope
[INFO] [stderr]    --> src/geometry_sink_impl.rs:119:8
[INFO] [stderr]     |
[INFO] [stderr] 119 |     _: D2D1_FILL_MODE,
[INFO] [stderr]     |        ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ID2D1SimplifiedGeometrySink` in this scope
[INFO] [stderr]    --> src/geometry_sink_impl.rs:124:13
[INFO] [stderr]     |
[INFO] [stderr] 124 |     _: *mut ID2D1SimplifiedGeometrySink,
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `D2D1_PATH_SEGMENT` in this scope
[INFO] [stderr]    --> src/geometry_sink_impl.rs:125:8
[INFO] [stderr]     |
[INFO] [stderr] 125 |     _: D2D1_PATH_SEGMENT,
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWRITE_FACTORY_TYPE` in this scope
[INFO] [stderr]    --> src/lib.rs:122:36
[INFO] [stderr]     |
[INFO] [stderr] 118 | / lazy_static! {
[INFO] [stderr] 119 | |     static ref DWRITE_FACTORY_RAW_PTR: usize = {
[INFO] [stderr] 120 | |         unsafe {
[INFO] [stderr] 121 | |             type DWriteCreateFactoryType =
[INFO] [stderr] 122 | |                 extern "system" fn(DWRITE_FACTORY_TYPE, REFIID, *mut *mut IUnknown) -> HRESULT;
[INFO] [stderr]     | |                                    ^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `DWRITE_FACTORY_RAW_PTR`
[INFO] [stderr] ...   |
[INFO] [stderr] 152 | |     };
[INFO] [stderr] 153 | | } // end lazy static
[INFO] [stderr]     | |_- similarly named struct `DWRITE_FACTORY_RAW_PTR` defined here
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `REFIID` in this scope
[INFO] [stderr]    --> src/lib.rs:122:57
[INFO] [stderr]     |
[INFO] [stderr] 122 |                 extern "system" fn(DWRITE_FACTORY_TYPE, REFIID, *mut *mut IUnknown) -> HRESULT;
[INFO] [stderr]     |                                                         ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]    --> src/lib.rs:122:75
[INFO] [stderr]     |
[INFO] [stderr] 122 |                 extern "system" fn(DWRITE_FACTORY_TYPE, REFIID, *mut *mut IUnknown) -> HRESULT;
[INFO] [stderr]     |                                                                           ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]    --> src/lib.rs:122:88
[INFO] [stderr]     |
[INFO] [stderr] 122 |                 extern "system" fn(DWRITE_FACTORY_TYPE, REFIID, *mut *mut IUnknown) -> HRESULT;
[INFO] [stderr]     |                                                                                        ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `LoadLibraryW` in this scope
[INFO] [stderr]    --> src/lib.rs:124:30
[INFO] [stderr]     |
[INFO] [stderr] 124 |             let dwrite_dll = LoadLibraryW("dwrite.dll".to_wide_null().as_ptr());
[INFO] [stderr]     |                              ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetProcAddress` in this scope
[INFO] [stderr]    --> src/lib.rs:128:17
[INFO] [stderr]     |
[INFO] [stderr] 128 |                 GetProcAddress(dwrite_dll, create_factory_name.as_ptr() as LPCSTR);
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPCSTR` in this scope
[INFO] [stderr]    --> src/lib.rs:128:76
[INFO] [stderr]     |
[INFO] [stderr] 128 |                 GetProcAddress(dwrite_dll, create_factory_name.as_ptr() as LPCSTR);
[INFO] [stderr]     |                                                                            ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFactory` in this scope
[INFO] [stderr]    --> src/lib.rs:135:35
[INFO] [stderr]     |
[INFO] [stderr] 135 |             let mut factory: *mut IDWriteFactory = ptr::null_mut();
[INFO] [stderr]     |                                   ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DWRITE_FACTORY_TYPE_SHARED` in this scope
[INFO] [stderr]    --> src/lib.rs:137:17
[INFO] [stderr]     |
[INFO] [stderr] 137 |                 DWRITE_FACTORY_TYPE_SHARED,
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFactory` in this scope
[INFO] [stderr]    --> src/lib.rs:139:43
[INFO] [stderr]     |
[INFO] [stderr] 139 |                 &mut factory as *mut *mut IDWriteFactory as *mut *mut IUnknown,
[INFO] [stderr]     |                                           ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]    --> src/lib.rs:139:71
[INFO] [stderr]     |
[INFO] [stderr] 139 |                 &mut factory as *mut *mut IDWriteFactory as *mut *mut IUnknown,
[INFO] [stderr]     |                                                                       ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]    --> src/lib.rs:141:27
[INFO] [stderr]     |
[INFO] [stderr] 141 |             assert!(hr == S_OK);
[INFO] [stderr]     |                           ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteRenderingParams` in this scope
[INFO] [stderr]    --> src/lib.rs:147:52
[INFO] [stderr]     |
[INFO] [stderr] 147 |             let mut default_rendering_params: *mut IDWriteRenderingParams = ptr::null_mut();
[INFO] [stderr]     |                                                    ^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `RenderingParams`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/rendering_params.rs:12:1
[INFO] [stderr]     |
[INFO] [stderr] 12  | pub struct RenderingParams {
[INFO] [stderr]     | -------------------------- similarly named struct `RenderingParams` defined here
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `S_OK` in this scope
[INFO] [stderr]    --> src/lib.rs:149:27
[INFO] [stderr]     |
[INFO] [stderr] 149 |             assert!(hr == S_OK);
[INFO] [stderr]     |                           ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFactory` in this scope
[INFO] [stderr]    --> src/lib.rs:160:28
[INFO] [stderr]     |
[INFO] [stderr] 160 | fn DWriteFactory() -> *mut IDWriteFactory {
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteFactory` in this scope
[INFO] [stderr]    --> src/lib.rs:161:39
[INFO] [stderr]     |
[INFO] [stderr] 161 |     (*DWRITE_FACTORY_RAW_PTR) as *mut IDWriteFactory
[INFO] [stderr]     |                                       ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteRenderingParams` in this scope
[INFO] [stderr]    --> src/lib.rs:165:40
[INFO] [stderr]     |
[INFO] [stderr] 165 | fn DefaultDWriteRenderParams() -> *mut IDWriteRenderingParams {
[INFO] [stderr]     |                                        ^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `RenderingParams`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/rendering_params.rs:12:1
[INFO] [stderr]     |
[INFO] [stderr] 12  | pub struct RenderingParams {
[INFO] [stderr]     | -------------------------- similarly named struct `RenderingParams` defined here
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IDWriteRenderingParams` in this scope
[INFO] [stderr]    --> src/lib.rs:166:56
[INFO] [stderr]     |
[INFO] [stderr] 166 |     (*DEFAULT_DWRITE_RENDERING_PARAMS_RAW_PTR) as *mut IDWriteRenderingParams
[INFO] [stderr]     |                                                        ^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `RenderingParams`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/rendering_params.rs:12:1
[INFO] [stderr]     |
[INFO] [stderr] 12  | pub struct RenderingParams {
[INFO] [stderr]     | -------------------------- similarly named struct `RenderingParams` defined here
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary braces around block return value
[INFO] [stderr]   --> src/helpers.rs:22:45
[INFO] [stderr]    |
[INFO] [stderr] 22 |     static ref EN_US_LOCALE: Vec<wchar_t> = { OsStr::new("en-us").to_wide_null() };
[INFO] [stderr]    |                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_braces)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary braces around block return value
[INFO] [stderr]    --> src/font_file_loader_impl.rs:181:9
[INFO] [stderr]     |
[INFO] [stderr] 181 |         { Mutex::new(HashMap::new()) };
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `encode_wide` found for reference `&std::ffi::OsStr` in the current scope
[INFO] [stderr]   --> src/helpers.rs:63:23
[INFO] [stderr]    |
[INFO] [stderr] 63 |         self.as_ref().encode_wide().collect()
[INFO] [stderr]    |                       ^^^^^^^^^^^ method not found in `&std::ffi::OsStr`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `encode_wide` found for reference `&std::ffi::OsStr` in the current scope
[INFO] [stderr]   --> src/helpers.rs:66:23
[INFO] [stderr]    |
[INFO] [stderr] 66 |         self.as_ref().encode_wide().chain(Some(0)).collect()
[INFO] [stderr]    |                       ^^^^^^^^^^^ method not found in `&std::ffi::OsStr`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `encode_wide` found for reference `&std::ffi::OsStr` in the current scope
[INFO] [stderr]   --> src/helpers.rs:63:23
[INFO] [stderr]    |
[INFO] [stderr] 63 |         self.as_ref().encode_wide().collect()
[INFO] [stderr]    |                       ^^^^^^^^^^^ method not found in `&std::ffi::OsStr`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `encode_wide` found for reference `&std::ffi::OsStr` in the current scope
[INFO] [stderr]   --> src/helpers.rs:66:23
[INFO] [stderr]    |
[INFO] [stderr] 66 |         self.as_ref().encode_wide().chain(Some(0)).collect()
[INFO] [stderr]    |                       ^^^^^^^^^^^ method not found in `&std::ffi::OsStr`
[INFO] [stderr] 
[INFO] [stderr] error[E0699]: the type of this value must be known to call a method on a raw pointer on it
[INFO] [stderr]   --> src/font_fallback.rs:82:39
[INFO] [stderr]    |
[INFO] [stderr] 82 |             let mapped_font = if font.is_null() {
[INFO] [stderr]    |                                       ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `encode_wide` found for reference `&std::ffi::OsStr` in the current scope
[INFO] [stderr]   --> src/font_file.rs:38:64
[INFO] [stderr]    |
[INFO] [stderr] 38 |             let mut path: Vec<u16> = path.as_ref().as_os_str().encode_wide().collect();
[INFO] [stderr]    |                                                                ^^^^^^^^^^^ method not found in `&std::ffi::OsStr`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `from_wide` found for struct `std::ffi::OsString` in the current scope
[INFO] [stderr]    --> src/font_file.rs:216:42
[INFO] [stderr]     |
[INFO] [stderr] 216 |             Some(PathBuf::from(OsString::from_wide(&file_path_buf)))
[INFO] [stderr]     |                                          ^^^^^^^^^ function or associated item not found in `std::ffi::OsString`
[INFO] [stderr] 
[INFO] [stderr] error[E0699]: the type of this value must be known to call a method on a raw pointer on it
[INFO] [stderr]   --> src/font_fallback.rs:82:39
[INFO] [stderr]    |
[INFO] [stderr] 82 |             let mapped_font = if font.is_null() {
[INFO] [stderr]    |                                       ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `encode_wide` found for reference `&std::ffi::OsStr` in the current scope
[INFO] [stderr]   --> src/font_file.rs:38:64
[INFO] [stderr]    |
[INFO] [stderr] 38 |             let mut path: Vec<u16> = path.as_ref().as_os_str().encode_wide().collect();
[INFO] [stderr]    |                                                                ^^^^^^^^^^^ method not found in `&std::ffi::OsStr`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `from_wide` found for struct `std::ffi::OsString` in the current scope
[INFO] [stderr]    --> src/font_file.rs:216:42
[INFO] [stderr]     |
[INFO] [stderr] 216 |             Some(PathBuf::from(OsString::from_wide(&file_path_buf)))
[INFO] [stderr]     |                                          ^^^^^^^^^ function or associated item not found in `std::ffi::OsString`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `encode_wide` found for reference `&std::ffi::OsStr` in the current scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:140:40
[INFO] [stderr]     |
[INFO] [stderr] 140 |     for (i, c) in OsStr::new(&*locale).encode_wide().chain(Some(0)).enumerate() {
[INFO] [stderr]     |                                        ^^^^^^^^^^^ method not found in `&std::ffi::OsStr`
[INFO] [stderr] 
[INFO] [stderr] error[E0609]: no field `x` on type `&_`
[INFO] [stderr]   --> src/geometry_sink_impl.rs:90:47
[INFO] [stderr]    |
[INFO] [stderr] 90 |         (*this).outline_builder.line_to(point.x, point.y)
[INFO] [stderr]    |                                               ^
[INFO] [stderr] 
[INFO] [stderr] error[E0609]: no field `point1` on type `&_`
[INFO] [stderr]    --> src/geometry_sink_impl.rs:103:20
[INFO] [stderr]     |
[INFO] [stderr] 103 |             bezier.point1.x,
[INFO] [stderr]     |                    ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `encode_wide` found for reference `&std::ffi::OsStr` in the current scope
[INFO] [stderr]    --> src/text_analysis_source_impl.rs:140:40
[INFO] [stderr]     |
[INFO] [stderr] 140 |     for (i, c) in OsStr::new(&*locale).encode_wide().chain(Some(0)).enumerate() {
[INFO] [stderr]     |                                        ^^^^^^^^^^^ method not found in `&std::ffi::OsStr`
[INFO] [stderr] 
[INFO] [stderr] error[E0609]: no field `x` on type `&_`
[INFO] [stderr]   --> src/geometry_sink_impl.rs:90:47
[INFO] [stderr]    |
[INFO] [stderr] 90 |         (*this).outline_builder.line_to(point.x, point.y)
[INFO] [stderr]    |                                               ^
[INFO] [stderr] 
[INFO] [stderr] error[E0609]: no field `point1` on type `&_`
[INFO] [stderr]    --> src/geometry_sink_impl.rs:103:20
[INFO] [stderr]     |
[INFO] [stderr] 103 |             bezier.point1.x,
[INFO] [stderr]     |                    ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 606 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0422, E0425, E0432, E0433, E0599, E0609, E0699.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: aborting due to 608 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0422, E0425, E0432, E0433, E0599, E0609, E0699.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `dwrote`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `dwrote`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "40818577f1f58abda96a760b3e24d16124b9c2bc672bdb7d2941bbe3543680d7"`
[INFO] running `"docker" "rm" "-f" "40818577f1f58abda96a760b3e24d16124b9c2bc672bdb7d2941bbe3543680d7"`
[INFO] [stdout] 40818577f1f58abda96a760b3e24d16124b9c2bc672bdb7d2941bbe3543680d7
