user32-sys 0.0.6

FFI bindings to user32.
Build #22087 2016-08-16T07:21:03.714813+00:00
# rustc version
rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)
# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading user32-sys v0.0.6
Compiling winapi v0.2.8
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.2.8/src/lib.rs --crate-name winapi --crate-type lib -g -C metadata=0889532d327ff4e2 -C extra-filename=-0889532d327ff4e2 --out-dir /home/cratesfyi/user32-sys-0.0.6/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/user32-sys-0.0.6/debug/deps -L dependency=/home/cratesfyi/user32-sys-0.0.6/debug/deps --cap-lints allow`
Compiling user32-sys v0.0.6
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/build.rs --crate-name build_script_build --crate-type bin -g --out-dir /home/cratesfyi/user32-sys-0.0.6/debug/build/user32-sys-f9a9062f2653b1c0 --emit=dep-info,link -L dependency=/home/cratesfyi/user32-sys-0.0.6/debug -L dependency=/home/cratesfyi/user32-sys-0.0.6/debug/deps`
Running `/home/cratesfyi/user32-sys-0.0.6/debug/build/user32-sys-f9a9062f2653b1c0/build-script-build`
Documenting user32-sys v0.0.6
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs --crate-name user32_sys -o /home/cratesfyi/user32-sys-0.0.6/doc -L dependency=/home/cratesfyi/user32-sys-0.0.6/debug -L dependency=/home/cratesfyi/user32-sys-0.0.6/debug/deps --extern winapi=/home/cratesfyi/user32-sys-0.0.6/debug/deps/libwinapi-0889532d327ff4e2.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:10:40: 10:43 error: type name `HKL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:10     pub fn ActivateKeyboardLayout(hkl: HKL, flags: UINT) -> HKL;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:10:40: 10:43 help: no candidates by the name of `HKL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:10:52: 10:56 error: type name `UINT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:10     pub fn ActivateKeyboardLayout(hkl: HKL, flags: UINT) -> HKL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:10:52: 10:56 help: no candidates by the name of `UINT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:10:61: 10:64 error: type name `HKL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:10     pub fn ActivateKeyboardLayout(hkl: HKL, flags: UINT) -> HKL;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:10:61: 10:64 help: no candidates by the name of `HKL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:11:45: 11:49 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:11     pub fn AddClipboardFormatListener(hWnd: HWND) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:11:45: 11:49 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:11:54: 11:58 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:11     pub fn AddClipboardFormatListener(hWnd: HWND) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:11:54: 11:58 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:12:37: 12:43 error: type name `LPRECT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:12     pub fn AdjustWindowRect(lpRect: LPRECT, dwStyle: DWORD, bMenu: BOOL) -> BOOL;
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:12:37: 12:43 help: no candidates by the name of `LPRECT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:12:54: 12:59 error: type name `DWORD` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:12     pub fn AdjustWindowRect(lpRect: LPRECT, dwStyle: DWORD, bMenu: BOOL) -> BOOL;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:12:54: 12:59 help: no candidates by the name of `DWORD` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:12:68: 12:72 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:12     pub fn AdjustWindowRect(lpRect: LPRECT, dwStyle: DWORD, bMenu: BOOL) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:12:68: 12:72 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:12:77: 12:81 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:12     pub fn AdjustWindowRect(lpRect: LPRECT, dwStyle: DWORD, bMenu: BOOL) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:12:77: 12:81 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:14:17: 14:23 error: type name `LPRECT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:14         lpRect: LPRECT, dwStyle: DWORD, bMenu: BOOL, dwExStyle: DWORD,
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:14:17: 14:23 help: no candidates by the name of `LPRECT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:14:34: 14:39 error: type name `DWORD` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:14         lpRect: LPRECT, dwStyle: DWORD, bMenu: BOOL, dwExStyle: DWORD,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:14:34: 14:39 help: no candidates by the name of `DWORD` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:14:48: 14:52 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:14         lpRect: LPRECT, dwStyle: DWORD, bMenu: BOOL, dwExStyle: DWORD,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:14:48: 14:52 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:14:65: 14:70 error: type name `DWORD` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:14         lpRect: LPRECT, dwStyle: DWORD, bMenu: BOOL, dwExStyle: DWORD,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:14:65: 14:70 help: no candidates by the name of `DWORD` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:15:10: 15:14 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:15     ) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:15:10: 15:14 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:16:50: 16:55 error: type name `DWORD` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:16     pub fn AllowSetForegroundWindow(dwProcessId: DWORD) -> BOOL;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:16:50: 16:55 help: no candidates by the name of `DWORD` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:16:60: 16:64 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:16     pub fn AllowSetForegroundWindow(dwProcessId: DWORD) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:16:60: 16:64 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:18:26: 18:30 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:18     pub fn AnyPopup() -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:18:26: 18:30 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:21:39: 21:43 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:21     pub fn ArrangeIconicWindows(hWnd: HWND) -> UINT;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:21:39: 21:43 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:21:48: 21:52 error: type name `UINT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:21     pub fn ArrangeIconicWindows(hWnd: HWND) -> UINT;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:21:48: 21:52 help: no candidates by the name of `UINT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:22:40: 22:45 error: type name `DWORD` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:22     pub fn AttachThreadInput(idAttach: DWORD, idAttachTo: DWORD, fAttach: BOOL) -> BOOL;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:22:40: 22:45 help: no candidates by the name of `DWORD` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:22:59: 22:64 error: type name `DWORD` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:22     pub fn AttachThreadInput(idAttach: DWORD, idAttachTo: DWORD, fAttach: BOOL) -> BOOL;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:22:59: 22:64 help: no candidates by the name of `DWORD` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:22:75: 22:79 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:22     pub fn AttachThreadInput(idAttach: DWORD, idAttachTo: DWORD, fAttach: BOOL) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:22:75: 22:79 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:22:84: 22:88 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:22     pub fn AttachThreadInput(idAttach: DWORD, idAttachTo: DWORD, fAttach: BOOL) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:22:84: 22:88 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:24:29: 24:33 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:24     pub fn BeginPaint(hwnd: HWND, lpPaint: LPPAINTSTRUCT) -> HDC;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:24:29: 24:33 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:24:44: 24:57 error: type name `LPPAINTSTRUCT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:24     pub fn BeginPaint(hwnd: HWND, lpPaint: LPPAINTSTRUCT) -> HDC;
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:24:44: 24:57 help: no candidates by the name of `LPPAINTSTRUCT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:24:62: 24:65 error: type name `HDC` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:24     pub fn BeginPaint(hwnd: HWND, lpPaint: LPPAINTSTRUCT) -> HDC;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:24:62: 24:65 help: no candidates by the name of `HDC` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:25:33: 25:37 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:25     pub fn BlockInput(fBlockIt: BOOL) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:25:33: 25:37 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:25:42: 25:46 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:25     pub fn BlockInput(fBlockIt: BOOL) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:25:42: 25:46 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:26:35: 26:39 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:26     pub fn BringWindowToTop(hWnd: HWND) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:26:35: 26:39 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:26:44: 26:48 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:26     pub fn BringWindowToTop(hWnd: HWND) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:26:44: 26:48 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:42:45: 42:49 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:42     pub fn ChangeClipboardChain(hwndRemove: HWND, hwndNewNext: HWND) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:42:45: 42:49 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:42:64: 42:68 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:42     pub fn ChangeClipboardChain(hwndRemove: HWND, hwndNewNext: HWND) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:42:64: 42:68 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:42:73: 42:77 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:42     pub fn ChangeClipboardChain(hwndRemove: HWND, hwndNewNext: HWND) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:42:73: 42:77 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:46:25: 46:32 error: type name `LPCWSTR` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:46         lpszDeviceName: LPCWSTR, lpDevMode: *mut DEVMODEW, hwnd: HWND, dwFlags: DWORD,
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:46:25: 46:32 help: no candidates by the name of `LPCWSTR` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:46:50: 46:58 error: type name `DEVMODEW` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:46         lpszDeviceName: LPCWSTR, lpDevMode: *mut DEVMODEW, hwnd: HWND, dwFlags: DWORD,
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:46:50: 46:58 help: no candidates by the name of `DEVMODEW` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:46:66: 46:70 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:46         lpszDeviceName: LPCWSTR, lpDevMode: *mut DEVMODEW, hwnd: HWND, dwFlags: DWORD,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:46:66: 46:70 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:46:81: 46:86 error: type name `DWORD` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:46         lpszDeviceName: LPCWSTR, lpDevMode: *mut DEVMODEW, hwnd: HWND, dwFlags: DWORD,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:46:81: 46:86 help: no candidates by the name of `DWORD` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:47:17: 47:23 error: type name `LPVOID` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:47         lParam: LPVOID,
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:47:17: 47:23 help: no candidates by the name of `LPVOID` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:48:10: 48:14 error: type name `LONG` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:48     ) -> LONG;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:48:10: 48:14 help: no candidates by the name of `LONG` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:49:51: 49:59 error: type name `DEVMODEW` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:49     pub fn ChangeDisplaySettingsW(lpDevMode: *mut DEVMODEW, dwFlags: DWORD) -> LONG;
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:49:51: 49:59 help: no candidates by the name of `DEVMODEW` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:49:70: 49:75 error: type name `DWORD` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:49     pub fn ChangeDisplaySettingsW(lpDevMode: *mut DEVMODEW, dwFlags: DWORD) -> LONG;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:49:70: 49:75 help: no candidates by the name of `DWORD` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:49:80: 49:84 error: type name `LONG` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:49     pub fn ChangeDisplaySettingsW(lpDevMode: *mut DEVMODEW, dwFlags: DWORD) -> LONG;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:49:80: 49:84 help: no candidates by the name of `LONG` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:79:38: 79:42 error: type name `RECT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:79     pub fn ClipCursor(lpRect: *const RECT) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:79:38: 79:42 help: no candidates by the name of `RECT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:79:47: 79:51 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:79     pub fn ClipCursor(lpRect: *const RECT) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:79:47: 79:51 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:80:32: 80:36 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:80     pub fn CloseClipboard() -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:80:32: 80:36 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:84:30: 84:34 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:84     pub fn CloseWindow(hWnd: HWND) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:84:30: 84:34 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:84:39: 84:43 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:84     pub fn CloseWindow(hWnd: HWND) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:84:39: 84:43 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:85:40: 85:47 error: type name `HWINSTA` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:85     pub fn CloseWindowStation(hWinSta: HWINSTA) -> BOOL;
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:85:40: 85:47 help: no candidates by the name of `HWINSTA` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:85:52: 85:56 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:85     pub fn CloseWindowStation(hWinSta: HWINSTA) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:85:52: 85:56 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:91:39: 91:44 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:91     pub fn CountClipboardFormats() -> c_int;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:91:39: 91:44 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:94:30: 94:34 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:94     pub fn CreateCaret(hWnd: HWND, hBitmap: HBITMAP, nWidth: c_int, nHeight: c_int) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:94:30: 94:34 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:94:45: 94:52 error: type name `HBITMAP` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:94     pub fn CreateCaret(hWnd: HWND, hBitmap: HBITMAP, nWidth: c_int, nHeight: c_int) -> BOOL;
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:94:45: 94:52 help: no candidates by the name of `HBITMAP` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:94:62: 94:67 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:94     pub fn CreateCaret(hWnd: HWND, hBitmap: HBITMAP, nWidth: c_int, nHeight: c_int) -> BOOL;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:94:62: 94:67 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:94:78: 94:83 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:94     pub fn CreateCaret(hWnd: HWND, hBitmap: HBITMAP, nWidth: c_int, nHeight: c_int) -> BOOL;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:94:78: 94:83 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:94:88: 94:92 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:94     pub fn CreateCaret(hWnd: HWND, hBitmap: HBITMAP, nWidth: c_int, nHeight: c_int) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:94:88: 94:92 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:96:16: 96:25 error: type name `HINSTANCE` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:96         hInst: HINSTANCE, xHotSpot: c_int, yHotSpot: c_int, nWidth: c_int, nHeight: c_int,
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:96:16: 96:25 help: no candidates by the name of `HINSTANCE` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:96:37: 96:42 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:96         hInst: HINSTANCE, xHotSpot: c_int, yHotSpot: c_int, nWidth: c_int, nHeight: c_int,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:96:37: 96:42 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:96:54: 96:59 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:96         hInst: HINSTANCE, xHotSpot: c_int, yHotSpot: c_int, nWidth: c_int, nHeight: c_int,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:96:54: 96:59 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:96:69: 96:74 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:96         hInst: HINSTANCE, xHotSpot: c_int, yHotSpot: c_int, nWidth: c_int, nHeight: c_int,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:96:69: 96:74 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:96:85: 96:90 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:96         hInst: HINSTANCE, xHotSpot: c_int, yHotSpot: c_int, nWidth: c_int, nHeight: c_int,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:96:85: 96:90 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:97:28: 97:32 error: type name `VOID` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:97         pvAndPlane: *const VOID, pvXORPlane: *const VOID,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:97:28: 97:32 help: no candidates by the name of `VOID` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:97:53: 97:57 error: type name `VOID` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:97         pvAndPlane: *const VOID, pvXORPlane: *const VOID,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:97:53: 97:57 help: no candidates by the name of `VOID` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:98:10: 98:17 error: type name `HCURSOR` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:98     ) -> HCURSOR;
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:98:10: 98:17 help: no candidates by the name of `HCURSOR` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:117:20: 117:25 error: type name `DWORD` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:117         dwExStyle: DWORD, lpClassName: LPCWSTR, lpWindowName: LPCWSTR, dwStyle: DWORD, x: c_int,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:117:20: 117:25 help: no candidates by the name of `DWORD` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:117:40: 117:47 error: type name `LPCWSTR` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:117         dwExStyle: DWORD, lpClassName: LPCWSTR, lpWindowName: LPCWSTR, dwStyle: DWORD, x: c_int,
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:117:40: 117:47 help: no candidates by the name of `LPCWSTR` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:117:63: 117:70 error: type name `LPCWSTR` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:117         dwExStyle: DWORD, lpClassName: LPCWSTR, lpWindowName: LPCWSTR, dwStyle: DWORD, x: c_int,
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:117:63: 117:70 help: no candidates by the name of `LPCWSTR` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:117:81: 117:86 error: type name `DWORD` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:117         dwExStyle: DWORD, lpClassName: LPCWSTR, lpWindowName: LPCWSTR, dwStyle: DWORD, x: c_int,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:117:81: 117:86 help: no candidates by the name of `DWORD` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:117:91: 117:96 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:117         dwExStyle: DWORD, lpClassName: LPCWSTR, lpWindowName: LPCWSTR, dwStyle: DWORD, x: c_int,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:117:91: 117:96 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:118:12: 118:17 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:118         y: c_int, nWidth: c_int, nHeight: c_int, hWndParent: HWND, hMenu: HMENU,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:118:12: 118:17 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:118:27: 118:32 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:118         y: c_int, nWidth: c_int, nHeight: c_int, hWndParent: HWND, hMenu: HMENU,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:118:27: 118:32 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:118:43: 118:48 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:118         y: c_int, nWidth: c_int, nHeight: c_int, hWndParent: HWND, hMenu: HMENU,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:118:43: 118:48 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:118:62: 118:66 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:118         y: c_int, nWidth: c_int, nHeight: c_int, hWndParent: HWND, hMenu: HMENU,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:118:62: 118:66 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:118:75: 118:80 error: type name `HMENU` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:118         y: c_int, nWidth: c_int, nHeight: c_int, hWndParent: HWND, hMenu: HMENU,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:118:75: 118:80 help: no candidates by the name of `HMENU` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:119:20: 119:29 error: type name `HINSTANCE` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:119         hInstance: HINSTANCE, lpParam: LPVOID,
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:119:20: 119:29 help: no candidates by the name of `HINSTANCE` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:119:40: 119:46 error: type name `LPVOID` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:119         hInstance: HINSTANCE, lpParam: LPVOID,
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:119:40: 119:46 help: no candidates by the name of `LPVOID` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:120:10: 120:14 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:120     ) -> HWND;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:120:10: 120:14 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:163:33: 163:37 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:163     pub fn DefWindowProcW(hWnd: HWND, Msg: UINT, wParam: WPARAM, lParam: LPARAM) -> LRESULT;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:163:33: 163:37 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:163:44: 163:48 error: type name `UINT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:163     pub fn DefWindowProcW(hWnd: HWND, Msg: UINT, wParam: WPARAM, lParam: LPARAM) -> LRESULT;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:163:44: 163:48 help: no candidates by the name of `UINT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:163:58: 163:64 error: type name `WPARAM` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:163     pub fn DefWindowProcW(hWnd: HWND, Msg: UINT, wParam: WPARAM, lParam: LPARAM) -> LRESULT;
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:163:58: 163:64 help: no candidates by the name of `WPARAM` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:163:74: 163:80 error: type name `LPARAM` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:163     pub fn DefWindowProcW(hWnd: HWND, Msg: UINT, wParam: WPARAM, lParam: LPARAM) -> LRESULT;
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:163:74: 163:80 help: no candidates by the name of `LPARAM` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:163:85: 163:92 error: type name `LRESULT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:163     pub fn DefWindowProcW(hWnd: HWND, Msg: UINT, wParam: WPARAM, lParam: LPARAM) -> LRESULT;
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:163:85: 163:92 help: no candidates by the name of `LRESULT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:165:30: 165:35 error: type name `HMENU` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:165     pub fn DeleteMenu(hMenu: HMENU, uPosition: UINT, uFlags: UINT) -> BOOL;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:165:30: 165:35 help: no candidates by the name of `HMENU` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:165:48: 165:52 error: type name `UINT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:165     pub fn DeleteMenu(hMenu: HMENU, uPosition: UINT, uFlags: UINT) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:165:48: 165:52 help: no candidates by the name of `UINT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:165:62: 165:66 error: type name `UINT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:165     pub fn DeleteMenu(hMenu: HMENU, uPosition: UINT, uFlags: UINT) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:165:62: 165:66 help: no candidates by the name of `UINT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:165:71: 165:75 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:165     pub fn DeleteMenu(hMenu: HMENU, uPosition: UINT, uFlags: UINT) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:165:71: 165:75 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:167:44: 167:50 error: type name `HACCEL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:167     pub fn DestroyAcceleratorTable(hAccel: HACCEL) -> BOOL;
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:167:44: 167:50 help: no candidates by the name of `HACCEL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:167:55: 167:59 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:167     pub fn DestroyAcceleratorTable(hAccel: HACCEL) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:167:55: 167:59 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:168:30: 168:34 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:168     pub fn DestroyCaret() -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:168:30: 168:34 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:169:35: 169:42 error: type name `HCURSOR` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:169     pub fn DestroyCursor(hCursor: HCURSOR) -> BOOL;
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:169:35: 169:42 help: no candidates by the name of `HCURSOR` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:169:47: 169:51 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:169     pub fn DestroyCursor(hCursor: HCURSOR) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:169:47: 169:51 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:170:31: 170:36 error: type name `HICON` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:170     pub fn DestroyIcon(hIcon: HICON) -> BOOL;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:170:31: 170:36 help: no candidates by the name of `HICON` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:170:41: 170:45 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:170     pub fn DestroyIcon(hIcon: HICON) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:170:41: 170:45 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:171:31: 171:36 error: type name `HMENU` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:171     pub fn DestroyMenu(hMenu: HMENU) -> HMENU;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:171:31: 171:36 help: no candidates by the name of `HMENU` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:171:41: 171:46 error: type name `HMENU` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:171     pub fn DestroyMenu(hMenu: HMENU) -> HMENU;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:171:41: 171:46 help: no candidates by the name of `HMENU` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:172:32: 172:36 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:172     pub fn DestroyWindow(hWnd: HWND) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:172:32: 172:36 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:172:41: 172:45 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:172     pub fn DestroyWindow(hWnd: HWND) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:172:41: 172:45 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:179:43: 179:46 error: type name `MSG` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:179     pub fn DispatchMessageW(lpmsg: *const MSG) -> LRESULT;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:179:43: 179:46 help: no candidates by the name of `MSG` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:179:51: 179:58 error: type name `LRESULT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:179     pub fn DispatchMessageW(lpmsg: *const MSG) -> LRESULT;
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:179:51: 179:58 help: no candidates by the name of `LRESULT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:208:32: 208:36 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:208     pub fn EmptyClipboard() -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:208:32: 208:36 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:213:31: 213:35 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:213     pub fn EnableWindow(hWnd: HWND, bEnable: BOOL) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:213:31: 213:35 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:213:46: 213:50 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:213     pub fn EnableWindow(hWnd: HWND, bEnable: BOOL) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:213:46: 213:50 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:213:55: 213:59 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:213     pub fn EnableWindow(hWnd: HWND, bEnable: BOOL) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:213:55: 213:59 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:217:27: 217:31 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:217     pub fn EndPaint(hWnd: HWND, lpPaint: *const PAINTSTRUCT) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:217:27: 217:31 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:217:49: 217:60 error: type name `PAINTSTRUCT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:217     pub fn EndPaint(hWnd: HWND, lpPaint: *const PAINTSTRUCT) -> BOOL;
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:217:49: 217:60 help: no candidates by the name of `PAINTSTRUCT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:217:65: 217:69 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:217     pub fn EndPaint(hWnd: HWND, lpPaint: *const PAINTSTRUCT) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:217:65: 217:69 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:220:41: 220:45 error: type name `UINT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:220     pub fn EnumClipboardFormats(format: UINT) -> UINT;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:220:41: 220:45 help: no candidates by the name of `UINT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:220:50: 220:54 error: type name `UINT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:220     pub fn EnumClipboardFormats(format: UINT) -> UINT;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:220:50: 220:54 help: no candidates by the name of `UINT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:226:19: 226:26 error: type name `LPCWSTR` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:226         lpDevice: LPCWSTR, iDevNum: DWORD, lpDisplayDevice: PDISPLAY_DEVICEW, dwFlags: DWORD,
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:226:19: 226:26 help: no candidates by the name of `LPCWSTR` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:226:37: 226:42 error: type name `DWORD` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:226         lpDevice: LPCWSTR, iDevNum: DWORD, lpDisplayDevice: PDISPLAY_DEVICEW, dwFlags: DWORD,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:226:37: 226:42 help: no candidates by the name of `DWORD` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:226:61: 226:77 error: type name `PDISPLAY_DEVICEW` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:226         lpDevice: LPCWSTR, iDevNum: DWORD, lpDisplayDevice: PDISPLAY_DEVICEW, dwFlags: DWORD,
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:226:61: 226:77 help: no candidates by the name of `PDISPLAY_DEVICEW` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:226:88: 226:93 error: type name `DWORD` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:226         lpDevice: LPCWSTR, iDevNum: DWORD, lpDisplayDevice: PDISPLAY_DEVICEW, dwFlags: DWORD,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:226:88: 226:93 help: no candidates by the name of `DWORD` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:227:10: 227:14 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:227     ) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:227:10: 227:14 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:232:25: 232:32 error: type name `LPCWSTR` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:232         lpszDeviceName: LPCWSTR, iModeNum: DWORD, lpDevMode: *mut DEVMODEW, dwFlags: DWORD,
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:232:25: 232:32 help: no candidates by the name of `LPCWSTR` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:232:44: 232:49 error: type name `DWORD` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:232         lpszDeviceName: LPCWSTR, iModeNum: DWORD, lpDevMode: *mut DEVMODEW, dwFlags: DWORD,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:232:44: 232:49 help: no candidates by the name of `DWORD` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:232:67: 232:75 error: type name `DEVMODEW` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:232         lpszDeviceName: LPCWSTR, iModeNum: DWORD, lpDevMode: *mut DEVMODEW, dwFlags: DWORD,
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:232:67: 232:75 help: no candidates by the name of `DEVMODEW` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:232:86: 232:91 error: type name `DWORD` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:232         lpszDeviceName: LPCWSTR, iModeNum: DWORD, lpDevMode: *mut DEVMODEW, dwFlags: DWORD,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:232:86: 232:91 help: no candidates by the name of `DWORD` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:233:10: 233:14 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:233     ) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:233:10: 233:14 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:248:26: 248:29 error: type name `HDC` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:248     pub fn FillRect(hDC: HDC, lprc: *const RECT, hbr: HBRUSH) -> c_int;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:248:26: 248:29 help: no candidates by the name of `HDC` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:248:44: 248:48 error: type name `RECT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:248     pub fn FillRect(hDC: HDC, lprc: *const RECT, hbr: HBRUSH) -> c_int;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:248:44: 248:48 help: no candidates by the name of `RECT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:248:55: 248:61 error: type name `HBRUSH` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:248     pub fn FillRect(hDC: HDC, lprc: *const RECT, hbr: HBRUSH) -> c_int;
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:248:55: 248:61 help: no candidates by the name of `HBRUSH` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:248:66: 248:71 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:248     pub fn FillRect(hDC: HDC, lprc: *const RECT, hbr: HBRUSH) -> c_int;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:248:66: 248:71 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:249:38: 249:44 error: type name `LPCSTR` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:249     pub fn FindWindowA (lpClassName: LPCSTR, lpWindowName: LPCSTR) -> HWND;
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:249:38: 249:44 help: no candidates by the name of `LPCSTR` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:249:60: 249:66 error: type name `LPCSTR` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:249     pub fn FindWindowA (lpClassName: LPCSTR, lpWindowName: LPCSTR) -> HWND;
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:249:60: 249:66 help: no candidates by the name of `LPCSTR` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:249:71: 249:75 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:249     pub fn FindWindowA (lpClassName: LPCSTR, lpWindowName: LPCSTR) -> HWND;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:249:71: 249:75 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:257:33: 257:37 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:257     pub fn GetActiveWindow() -> HWND;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:257:33: 257:37 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:262:35: 262:40 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:262     pub fn GetAsyncKeyState(vKey: c_int) -> SHORT;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:262:35: 262:40 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:262:45: 262:50 error: type name `SHORT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:262     pub fn GetAsyncKeyState(vKey: c_int) -> SHORT;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:262:45: 262:50 help: no candidates by the name of `SHORT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:266:35: 266:39 error: type name `UINT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:266     pub fn GetCaretBlinkTime() -> UINT;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:266:35: 266:39 help: no candidates by the name of `UINT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:267:33: 267:40 error: type name `LPPOINT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:267     pub fn GetCaretPos(lpPoint: LPPOINT) -> BOOL;
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:267:33: 267:40 help: no candidates by the name of `LPPOINT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:267:45: 267:49 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:267     pub fn GetCaretPos(lpPoint: LPPOINT) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:267:45: 267:49 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:271:16: 271:25 error: type name `HINSTANCE` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:271         hinst: HINSTANCE, lpszClass: LPCWSTR, lpwcx: LPWNDCLASSEXW
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:271:16: 271:25 help: no candidates by the name of `HINSTANCE` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:271:38: 271:45 error: type name `LPCWSTR` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:271         hinst: HINSTANCE, lpszClass: LPCWSTR, lpwcx: LPWNDCLASSEXW
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:271:38: 271:45 help: no candidates by the name of `LPCWSTR` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:271:54: 271:67 error: type name `LPWNDCLASSEXW` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:271         hinst: HINSTANCE, lpszClass: LPCWSTR, lpwcx: LPWNDCLASSEXW
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:271:54: 271:67 help: no candidates by the name of `LPWNDCLASSEXW` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:272:10: 272:14 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:272     ) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:272:10: 272:14 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:279:32: 279:36 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:279     pub fn GetClassLongW(hWnd: HWND, nIndex: c_int) -> DWORD;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:279:32: 279:36 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:279:46: 279:51 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:279     pub fn GetClassLongW(hWnd: HWND, nIndex: c_int) -> DWORD;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:279:46: 279:51 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:279:56: 279:61 error: type name `DWORD` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:279     pub fn GetClassLongW(hWnd: HWND, nIndex: c_int) -> DWORD;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:279:56: 279:61 help: no candidates by the name of `DWORD` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:282:31: 282:35 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:282     pub fn GetClassWord(hWnd: HWND, nIndex: c_int) -> WORD;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:282:31: 282:35 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:282:45: 282:50 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:282     pub fn GetClassWord(hWnd: HWND, nIndex: c_int) -> WORD;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:282:45: 282:50 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:282:55: 282:59 error: type name `WORD` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:282     pub fn GetClassWord(hWnd: HWND, nIndex: c_int) -> WORD;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:282:55: 282:59 help: no candidates by the name of `WORD` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:283:32: 283:36 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:283     pub fn GetClientRect(hWnd: HWND, lpRect: LPRECT) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:283:32: 283:36 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:283:46: 283:52 error: type name `LPRECT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:283     pub fn GetClientRect(hWnd: HWND, lpRect: LPRECT) -> BOOL;
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:283:46: 283:52 help: no candidates by the name of `LPRECT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:283:57: 283:61 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:283     pub fn GetClientRect(hWnd: HWND, lpRect: LPRECT) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:283:57: 283:61 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:284:34: 284:40 error: type name `LPRECT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:284     pub fn GetClipCursor(lpRect: LPRECT) -> BOOL;
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:284:34: 284:40 help: no candidates by the name of `LPRECT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:284:45: 284:49 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:284     pub fn GetClipCursor(lpRect: LPRECT) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:284:45: 284:49 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:285:38: 285:42 error: type name `UINT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:285     pub fn GetClipboardData(uFormat: UINT) -> HANDLE;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:285:38: 285:42 help: no candidates by the name of `UINT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:285:47: 285:53 error: type name `HANDLE` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:285     pub fn GetClipboardData(uFormat: UINT) -> HANDLE;
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:285:47: 285:53 help: no candidates by the name of `HANDLE` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:288:35: 288:39 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:288     pub fn GetClipboardOwner() -> HWND;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:288:35: 288:39 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:290:36: 290:40 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:290     pub fn GetClipboardViewer() -> HWND;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:290:36: 290:40 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:293:27: 293:34 error: type name `HCURSOR` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:293     pub fn GetCursor() -> HCURSOR;
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:293:27: 293:34 help: no candidates by the name of `HCURSOR` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:295:34: 295:41 error: type name `LPPOINT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:295     pub fn GetCursorPos(lpPoint: LPPOINT) -> BOOL;
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:295:34: 295:41 help: no candidates by the name of `LPPOINT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:295:46: 295:50 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:295     pub fn GetCursorPos(lpPoint: LPPOINT) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:295:46: 295:50 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:296:24: 296:28 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:296     pub fn GetDC(hWnd: HWND) -> HDC;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:296:24: 296:28 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:296:33: 296:36 error: type name `HDC` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:296     pub fn GetDC(hWnd: HWND) -> HDC;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:296:33: 296:36 help: no candidates by the name of `HDC` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:308:26: 308:30 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:308     pub fn GetFocus() -> HWND;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:308:26: 308:30 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:309:37: 309:41 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:309     pub fn GetForegroundWindow() -> HWND;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:309:37: 309:41 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:321:31: 321:35 error: type name `UINT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:321     pub fn GetKBCodePage() -> UINT;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:321:31: 321:35 help: no candidates by the name of `UINT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:322:36: 322:40 error: type name `LONG` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:322     pub fn GetKeyNameTextA(lparam: LONG, lpString: LPSTR, cchSize: c_int) -> c_int;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:322:36: 322:40 help: no candidates by the name of `LONG` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:322:52: 322:57 error: type name `LPSTR` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:322     pub fn GetKeyNameTextA(lparam: LONG, lpString: LPSTR, cchSize: c_int) -> c_int;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:322:52: 322:57 help: no candidates by the name of `LPSTR` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:322:68: 322:73 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:322     pub fn GetKeyNameTextA(lparam: LONG, lpString: LPSTR, cchSize: c_int) -> c_int;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:322:68: 322:73 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:322:78: 322:83 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:322     pub fn GetKeyNameTextA(lparam: LONG, lpString: LPSTR, cchSize: c_int) -> c_int;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:322:78: 322:83 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:323:36: 323:40 error: type name `LONG` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:323     pub fn GetKeyNameTextW(lParam: LONG, lpString: LPWSTR, cchSize: c_int) -> c_int;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:323:36: 323:40 help: no candidates by the name of `LONG` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:323:52: 323:58 error: type name `LPWSTR` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:323     pub fn GetKeyNameTextW(lParam: LONG, lpString: LPWSTR, cchSize: c_int) -> c_int;
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:323:52: 323:58 help: no candidates by the name of `LPWSTR` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:323:69: 323:74 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:323     pub fn GetKeyNameTextW(lParam: LONG, lpString: LPWSTR, cchSize: c_int) -> c_int;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:323:69: 323:74 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:323:79: 323:84 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:323     pub fn GetKeyNameTextW(lParam: LONG, lpString: LPWSTR, cchSize: c_int) -> c_int;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:323:79: 323:84 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:324:34: 324:39 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:324     pub fn GetKeyState(nVirtKey: c_int) -> SHORT;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:324:34: 324:39 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:324:44: 324:49 error: type name `SHORT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:324     pub fn GetKeyState(nVirtKey: c_int) -> SHORT;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:324:44: 324:49 help: no candidates by the name of `SHORT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:325:40: 325:45 error: type name `DWORD` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:325     pub fn GetKeyboardLayout(idThread: DWORD) -> HKL;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:325:40: 325:45 help: no candidates by the name of `DWORD` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:325:50: 325:53 error: type name `HKL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:325     pub fn GetKeyboardLayout(idThread: DWORD) -> HKL;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:325:50: 325:53 help: no candidates by the name of `HKL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:326:41: 326:46 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:326     pub fn GetKeyboardLayoutList(nBuff: c_int, lpList: *mut HKL) -> c_int;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:326:41: 326:46 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:326:61: 326:64 error: type name `HKL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:326     pub fn GetKeyboardLayoutList(nBuff: c_int, lpList: *mut HKL) -> c_int;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:326:61: 326:64 help: no candidates by the name of `HKL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:326:69: 326:74 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:326     pub fn GetKeyboardLayoutList(nBuff: c_int, lpList: *mut HKL) -> c_int;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:326:69: 326:74 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:327:45: 327:50 error: type name `LPSTR` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:327     pub fn GetKeyboardLayoutNameA(pwszKLID: LPSTR) -> BOOL;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:327:45: 327:50 help: no candidates by the name of `LPSTR` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:327:55: 327:59 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:327     pub fn GetKeyboardLayoutNameA(pwszKLID: LPSTR) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:327:55: 327:59 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:328:45: 328:51 error: type name `LPWSTR` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:328     pub fn GetKeyboardLayoutNameW(pwszKLID: LPWSTR) -> BOOL;
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:328:45: 328:51 help: no candidates by the name of `LPWSTR` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:328:56: 328:60 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:328     pub fn GetKeyboardLayoutNameW(pwszKLID: LPWSTR) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:328:56: 328:60 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:329:41: 329:46 error: type name `PBYTE` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:329     pub fn GetKeyboardState(lpKeyState: PBYTE) -> BOOL;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:329:41: 329:46 help: no candidates by the name of `PBYTE` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:329:51: 329:55 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:329     pub fn GetKeyboardState(lpKeyState: PBYTE) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:329:51: 329:55 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:330:39: 330:44 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:330     pub fn GetKeyboardType(nTypeFlag: c_int) -> c_int;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:330:39: 330:44 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:330:49: 330:54 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:330     pub fn GetKeyboardType(nTypeFlag: c_int) -> c_int;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:330:49: 330:54 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:353:31: 353:36 error: type name `LPMSG` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:353     pub fn GetMessageW(lpMsg: LPMSG, hWnd: HWND, wMsgFilterMin: UINT, wMsgFilterMax: UINT) -> BOOL;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:353:31: 353:36 help: no candidates by the name of `LPMSG` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:353:44: 353:48 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:353     pub fn GetMessageW(lpMsg: LPMSG, hWnd: HWND, wMsgFilterMin: UINT, wMsgFilterMax: UINT) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:353:44: 353:48 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:353:65: 353:69 error: type name `UINT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:353     pub fn GetMessageW(lpMsg: LPMSG, hWnd: HWND, wMsgFilterMin: UINT, wMsgFilterMax: UINT) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:353:65: 353:69 help: no candidates by the name of `UINT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:353:86: 353:90 error: type name `UINT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:353     pub fn GetMessageW(lpMsg: LPMSG, hWnd: HWND, wMsgFilterMin: UINT, wMsgFilterMax: UINT) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:353:86: 353:90 help: no candidates by the name of `UINT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:353:95: 353:99 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:353     pub fn GetMessageW(lpMsg: LPMSG, hWnd: HWND, wMsgFilterMin: UINT, wMsgFilterMax: UINT) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:353:95: 353:99 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:359:40: 359:44 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:359     pub fn GetOpenClipboardWindow() -> HWND;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:359:40: 359:44 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:361:42: 361:49 error: type name `LPPOINT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:361     pub fn GetPhysicalCursorPos(lpPoint: LPPOINT) -> BOOL;
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:361:42: 361:49 help: no candidates by the name of `LPPOINT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:361:54: 361:58 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:361     pub fn GetPhysicalCursorPos(lpPoint: LPPOINT) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:361:54: 361:58 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:401:32: 401:37 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:401     pub fn GetSysColor(nIndex: c_int) -> DWORD;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:401:32: 401:37 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:401:42: 401:47 error: type name `DWORD` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:401     pub fn GetSysColor(nIndex: c_int) -> DWORD;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:401:42: 401:47 help: no candidates by the name of `DWORD` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:404:37: 404:42 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:404     pub fn GetSystemMetrics(nIndex: c_int) -> c_int;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:404:37: 404:42 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:404:47: 404:52 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:404     pub fn GetSystemMetrics(nIndex: c_int) -> c_int;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:404:47: 404:52 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:433:37: 433:41 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:433     pub fn GetWindowPlacement(hWnd: HWND, lpwndpl: *mut WINDOWPLACEMENT) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:433:37: 433:41 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:433:57: 433:72 error: type name `WINDOWPLACEMENT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:433     pub fn GetWindowPlacement(hWnd: HWND, lpwndpl: *mut WINDOWPLACEMENT) -> BOOL;
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:433:57: 433:72 help: no candidates by the name of `WINDOWPLACEMENT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:433:77: 433:81 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:433     pub fn GetWindowPlacement(hWnd: HWND, lpwndpl: *mut WINDOWPLACEMENT) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:433:77: 433:81 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:434:32: 434:36 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:434     pub fn GetWindowRect(hWnd: HWND, lpRect: LPRECT) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:434:32: 434:36 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:434:46: 434:52 error: type name `LPRECT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:434     pub fn GetWindowRect(hWnd: HWND, lpRect: LPRECT) -> BOOL;
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:434:46: 434:52 help: no candidates by the name of `LPRECT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:434:57: 434:61 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:434     pub fn GetWindowRect(hWnd: HWND, lpRect: LPRECT) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:434:57: 434:61 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:445:28: 445:32 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:445     pub fn HideCaret(hWnd: HWND) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:445:28: 445:32 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:445:37: 445:41 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:445     pub fn HideCaret(hWnd: HWND) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:445:37: 445:41 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:465:33: 465:37 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:465     pub fn InvalidateRect(hWnd: HWND, lpRect: *const RECT, bErase: BOOL) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:465:33: 465:37 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:465:54: 465:58 error: type name `RECT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:465     pub fn InvalidateRect(hWnd: HWND, lpRect: *const RECT, bErase: BOOL) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:465:54: 465:58 help: no candidates by the name of `RECT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:465:68: 465:72 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:465     pub fn InvalidateRect(hWnd: HWND, lpRect: *const RECT, bErase: BOOL) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:465:68: 465:72 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:465:77: 465:81 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:465     pub fn InvalidateRect(hWnd: HWND, lpRect: *const RECT, bErase: BOOL) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:465:77: 465:81 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:477:47: 477:51 error: type name `UINT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:477     pub fn IsClipboardFormatAvailable(format: UINT) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:477:47: 477:51 help: no candidates by the name of `UINT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:477:56: 477:60 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:477     pub fn IsClipboardFormatAvailable(format: UINT) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:477:56: 477:60 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:494:34: 494:38 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:494     pub fn IsWindowEnabled(hWnd: HWND) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:494:34: 494:38 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:494:43: 494:47 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:494     pub fn IsWindowEnabled(hWnd: HWND) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:494:43: 494:47 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:506:44: 506:51 error: type name `LPCWSTR` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:506     pub fn LoadCursorFromFileW(lpFileName: LPCWSTR) -> HCURSOR;
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:506:44: 506:51 help: no candidates by the name of `LPCWSTR` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:506:56: 506:63 error: type name `HCURSOR` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:506     pub fn LoadCursorFromFileW(lpFileName: LPCWSTR) -> HCURSOR;
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:506:56: 506:63 help: no candidates by the name of `HCURSOR` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:507:35: 507:44 error: type name `HINSTANCE` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:507     pub fn LoadCursorW(hInstance: HINSTANCE, lpCursorName: LPCWSTR) -> HCURSOR;
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:507:35: 507:44 help: no candidates by the name of `HINSTANCE` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:507:60: 507:67 error: type name `LPCWSTR` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:507     pub fn LoadCursorW(hInstance: HINSTANCE, lpCursorName: LPCWSTR) -> HCURSOR;
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:507:60: 507:67 help: no candidates by the name of `LPCWSTR` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:507:72: 507:79 error: type name `HCURSOR` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:507     pub fn LoadCursorW(hInstance: HINSTANCE, lpCursorName: LPCWSTR) -> HCURSOR;
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:507:72: 507:79 help: no candidates by the name of `HCURSOR` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:511:16: 511:25 error: type name `HINSTANCE` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:511         hInst: HINSTANCE, name: LPCSTR, type_: UINT, cx: c_int, cy: c_int, fuLoad: UINT,
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:511:16: 511:25 help: no candidates by the name of `HINSTANCE` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:511:33: 511:39 error: type name `LPCSTR` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:511         hInst: HINSTANCE, name: LPCSTR, type_: UINT, cx: c_int, cy: c_int, fuLoad: UINT,
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:511:33: 511:39 help: no candidates by the name of `LPCSTR` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:511:48: 511:52 error: type name `UINT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:511         hInst: HINSTANCE, name: LPCSTR, type_: UINT, cx: c_int, cy: c_int, fuLoad: UINT,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:511:48: 511:52 help: no candidates by the name of `UINT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:511:58: 511:63 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:511         hInst: HINSTANCE, name: LPCSTR, type_: UINT, cx: c_int, cy: c_int, fuLoad: UINT,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:511:58: 511:63 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:511:69: 511:74 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:511         hInst: HINSTANCE, name: LPCSTR, type_: UINT, cx: c_int, cy: c_int, fuLoad: UINT,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:511:69: 511:74 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:511:84: 511:88 error: type name `UINT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:511         hInst: HINSTANCE, name: LPCSTR, type_: UINT, cx: c_int, cy: c_int, fuLoad: UINT,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:511:84: 511:88 help: no candidates by the name of `UINT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:512:10: 512:16 error: type name `HANDLE` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:512     ) -> HANDLE;
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:512:10: 512:16 help: no candidates by the name of `HANDLE` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:514:16: 514:25 error: type name `HINSTANCE` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:514         hInst: HINSTANCE, name: LPCWSTR, type_: UINT, cx: c_int, cy: c_int, fuLoad: UINT,
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:514:16: 514:25 help: no candidates by the name of `HINSTANCE` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:514:33: 514:40 error: type name `LPCWSTR` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:514         hInst: HINSTANCE, name: LPCWSTR, type_: UINT, cx: c_int, cy: c_int, fuLoad: UINT,
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:514:33: 514:40 help: no candidates by the name of `LPCWSTR` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:514:49: 514:53 error: type name `UINT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:514         hInst: HINSTANCE, name: LPCWSTR, type_: UINT, cx: c_int, cy: c_int, fuLoad: UINT,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:514:49: 514:53 help: no candidates by the name of `UINT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:514:59: 514:64 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:514         hInst: HINSTANCE, name: LPCWSTR, type_: UINT, cx: c_int, cy: c_int, fuLoad: UINT,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:514:59: 514:64 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:514:70: 514:75 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:514         hInst: HINSTANCE, name: LPCWSTR, type_: UINT, cx: c_int, cy: c_int, fuLoad: UINT,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:514:70: 514:75 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:514:85: 514:89 error: type name `UINT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:514         hInst: HINSTANCE, name: LPCWSTR, type_: UINT, cx: c_int, cy: c_int, fuLoad: UINT,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:514:85: 514:89 help: no candidates by the name of `UINT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:515:10: 515:16 error: type name `HANDLE` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:515     ) -> HANDLE;
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:515:10: 515:16 help: no candidates by the name of `HANDLE` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:539:30: 539:34 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:539     pub fn MessageBoxA(hWnd: HWND, lpText: LPCSTR, lpCaption: LPCSTR, uType: UINT) -> c_int;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:539:30: 539:34 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:539:44: 539:50 error: type name `LPCSTR` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:539     pub fn MessageBoxA(hWnd: HWND, lpText: LPCSTR, lpCaption: LPCSTR, uType: UINT) -> c_int;
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:539:44: 539:50 help: no candidates by the name of `LPCSTR` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:539:63: 539:69 error: type name `LPCSTR` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:539     pub fn MessageBoxA(hWnd: HWND, lpText: LPCSTR, lpCaption: LPCSTR, uType: UINT) -> c_int;
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:539:63: 539:69 help: no candidates by the name of `LPCSTR` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:539:78: 539:82 error: type name `UINT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:539     pub fn MessageBoxA(hWnd: HWND, lpText: LPCSTR, lpCaption: LPCSTR, uType: UINT) -> c_int;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:539:78: 539:82 help: no candidates by the name of `UINT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:539:87: 539:92 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:539     pub fn MessageBoxA(hWnd: HWND, lpText: LPCSTR, lpCaption: LPCSTR, uType: UINT) -> c_int;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:539:87: 539:92 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:541:15: 541:19 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:541         hWnd: HWND, lpText: LPCSTR, lpCaption: LPCSTR, uType: UINT, wLanguageId: WORD,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:541:15: 541:19 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:541:29: 541:35 error: type name `LPCSTR` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:541         hWnd: HWND, lpText: LPCSTR, lpCaption: LPCSTR, uType: UINT, wLanguageId: WORD,
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:541:29: 541:35 help: no candidates by the name of `LPCSTR` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:541:48: 541:54 error: type name `LPCSTR` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:541         hWnd: HWND, lpText: LPCSTR, lpCaption: LPCSTR, uType: UINT, wLanguageId: WORD,
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:541:48: 541:54 help: no candidates by the name of `LPCSTR` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:541:63: 541:67 error: type name `UINT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:541         hWnd: HWND, lpText: LPCSTR, lpCaption: LPCSTR, uType: UINT, wLanguageId: WORD,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:541:63: 541:67 help: no candidates by the name of `UINT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:541:82: 541:86 error: type name `WORD` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:541         hWnd: HWND, lpText: LPCSTR, lpCaption: LPCSTR, uType: UINT, wLanguageId: WORD,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:541:82: 541:86 help: no candidates by the name of `WORD` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:542:10: 542:15 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:542     ) -> c_int;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:542:10: 542:15 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:544:15: 544:19 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:544         hWnd: HWND, lpText: LPCWSTR, lpCaption: LPCWSTR, uType: UINT, wLanguageId: WORD,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:544:15: 544:19 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:544:29: 544:36 error: type name `LPCWSTR` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:544         hWnd: HWND, lpText: LPCWSTR, lpCaption: LPCWSTR, uType: UINT, wLanguageId: WORD,
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:544:29: 544:36 help: no candidates by the name of `LPCWSTR` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:544:49: 544:56 error: type name `LPCWSTR` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:544         hWnd: HWND, lpText: LPCWSTR, lpCaption: LPCWSTR, uType: UINT, wLanguageId: WORD,
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:544:49: 544:56 help: no candidates by the name of `LPCWSTR` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:544:65: 544:69 error: type name `UINT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:544         hWnd: HWND, lpText: LPCWSTR, lpCaption: LPCWSTR, uType: UINT, wLanguageId: WORD,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:544:65: 544:69 help: no candidates by the name of `UINT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:544:84: 544:88 error: type name `WORD` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:544         hWnd: HWND, lpText: LPCWSTR, lpCaption: LPCWSTR, uType: UINT, wLanguageId: WORD,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:544:84: 544:88 help: no candidates by the name of `WORD` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:545:10: 545:15 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:545     ) -> c_int;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:545:10: 545:15 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:550:30: 550:34 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:550     pub fn MessageBoxW(hWnd: HWND, lpText: LPCWSTR, lpCaption: LPCWSTR, uType: UINT) -> c_int;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:550:30: 550:34 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:550:44: 550:51 error: type name `LPCWSTR` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:550     pub fn MessageBoxW(hWnd: HWND, lpText: LPCWSTR, lpCaption: LPCWSTR, uType: UINT) -> c_int;
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:550:44: 550:51 help: no candidates by the name of `LPCWSTR` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:550:64: 550:71 error: type name `LPCWSTR` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:550     pub fn MessageBoxW(hWnd: HWND, lpText: LPCWSTR, lpCaption: LPCWSTR, uType: UINT) -> c_int;
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:550:64: 550:71 help: no candidates by the name of `LPCWSTR` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:550:80: 550:84 error: type name `UINT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:550     pub fn MessageBoxW(hWnd: HWND, lpText: LPCWSTR, lpCaption: LPCWSTR, uType: UINT) -> c_int;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:550:80: 550:84 help: no candidates by the name of `UINT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:550:89: 550:94 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:550     pub fn MessageBoxW(hWnd: HWND, lpText: LPCWSTR, lpCaption: LPCWSTR, uType: UINT) -> c_int;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:550:89: 550:94 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:566:32: 566:36 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:566     pub fn OpenClipboard(hWnd: HWND) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:566:32: 566:36 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:566:41: 566:45 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:566     pub fn OpenClipboard(hWnd: HWND) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:566:41: 566:45 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:578:16: 578:21 error: type name `LPMSG` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:578         lpMsg: LPMSG, hWnd: HWND, wMsgFilterMin: UINT, wMsgFilterMax: UINT, wRemoveMsg: UINT,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:578:16: 578:21 help: no candidates by the name of `LPMSG` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:578:29: 578:33 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:578         lpMsg: LPMSG, hWnd: HWND, wMsgFilterMin: UINT, wMsgFilterMax: UINT, wRemoveMsg: UINT,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:578:29: 578:33 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:578:50: 578:54 error: type name `UINT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:578         lpMsg: LPMSG, hWnd: HWND, wMsgFilterMin: UINT, wMsgFilterMax: UINT, wRemoveMsg: UINT,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:578:50: 578:54 help: no candidates by the name of `UINT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:578:71: 578:75 error: type name `UINT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:578         lpMsg: LPMSG, hWnd: HWND, wMsgFilterMin: UINT, wMsgFilterMax: UINT, wRemoveMsg: UINT,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:578:71: 578:75 help: no candidates by the name of `UINT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:578:89: 578:93 error: type name `UINT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:578         lpMsg: LPMSG, hWnd: HWND, wMsgFilterMin: UINT, wMsgFilterMax: UINT, wRemoveMsg: UINT,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:578:89: 578:93 help: no candidates by the name of `UINT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:579:10: 579:14 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:579     ) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:579:10: 579:14 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:583:31: 583:35 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:583     pub fn PostMessageW(hWnd: HWND, Msg: UINT, wParam: WPARAM, lParam: LPARAM) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:583:31: 583:35 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:583:42: 583:46 error: type name `UINT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:583     pub fn PostMessageW(hWnd: HWND, Msg: UINT, wParam: WPARAM, lParam: LPARAM) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:583:42: 583:46 help: no candidates by the name of `UINT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:583:56: 583:62 error: type name `WPARAM` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:583     pub fn PostMessageW(hWnd: HWND, Msg: UINT, wParam: WPARAM, lParam: LPARAM) -> BOOL;
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:583:56: 583:62 help: no candidates by the name of `WPARAM` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:583:72: 583:78 error: type name `LPARAM` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:583     pub fn PostMessageW(hWnd: HWND, Msg: UINT, wParam: WPARAM, lParam: LPARAM) -> BOOL;
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:583:72: 583:78 help: no candidates by the name of `LPARAM` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:583:83: 583:87 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:583     pub fn PostMessageW(hWnd: HWND, Msg: UINT, wParam: WPARAM, lParam: LPARAM) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:583:83: 583:87 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:584:39: 584:44 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:584     pub fn PostQuitMessage(nExitCode: c_int);
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:584:39: 584:44 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:599:48: 599:59 error: type name `WNDCLASSEXW` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:599     pub fn RegisterClassExW(lpWndClass: *const WNDCLASSEXW) -> ATOM;
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:599:48: 599:59 help: no candidates by the name of `WNDCLASSEXW` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:599:64: 599:68 error: type name `ATOM` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:599     pub fn RegisterClassExW(lpWndClass: *const WNDCLASSEXW) -> ATOM;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:599:64: 599:68 help: no candidates by the name of `ATOM` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:632:31: 632:35 error: type name `UINT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:632     pub fn SendInput(cInputs: UINT, pInputs: LPINPUT, cbSize: c_int) -> UINT;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:632:31: 632:35 help: no candidates by the name of `UINT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:632:46: 632:53 error: type name `LPINPUT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:632     pub fn SendInput(cInputs: UINT, pInputs: LPINPUT, cbSize: c_int) -> UINT;
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:632:46: 632:53 help: no candidates by the name of `LPINPUT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:632:63: 632:68 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:632     pub fn SendInput(cInputs: UINT, pInputs: LPINPUT, cbSize: c_int) -> UINT;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:632:63: 632:68 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:632:73: 632:77 error: type name `UINT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:632     pub fn SendInput(cInputs: UINT, pInputs: LPINPUT, cbSize: c_int) -> UINT;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:632:73: 632:77 help: no candidates by the name of `UINT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:633:31: 633:35 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:633     pub fn SendMessageA(hWnd: HWND, Msg: UINT, wParam: WPARAM, lParam: LPARAM) -> LRESULT;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:633:31: 633:35 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:633:42: 633:46 error: type name `UINT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:633     pub fn SendMessageA(hWnd: HWND, Msg: UINT, wParam: WPARAM, lParam: LPARAM) -> LRESULT;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:633:42: 633:46 help: no candidates by the name of `UINT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:633:56: 633:62 error: type name `WPARAM` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:633     pub fn SendMessageA(hWnd: HWND, Msg: UINT, wParam: WPARAM, lParam: LPARAM) -> LRESULT;
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:633:56: 633:62 help: no candidates by the name of `WPARAM` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:633:72: 633:78 error: type name `LPARAM` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:633     pub fn SendMessageA(hWnd: HWND, Msg: UINT, wParam: WPARAM, lParam: LPARAM) -> LRESULT;
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:633:72: 633:78 help: no candidates by the name of `LPARAM` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:633:83: 633:90 error: type name `LRESULT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:633     pub fn SendMessageA(hWnd: HWND, Msg: UINT, wParam: WPARAM, lParam: LPARAM) -> LRESULT;
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:633:83: 633:90 help: no candidates by the name of `LRESULT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:638:31: 638:35 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:638     pub fn SendMessageW(hWnd: HWND, Msg: UINT, wParam: WPARAM, lParam: LPARAM) -> LRESULT;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:638:31: 638:35 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:638:42: 638:46 error: type name `UINT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:638     pub fn SendMessageW(hWnd: HWND, Msg: UINT, wParam: WPARAM, lParam: LPARAM) -> LRESULT;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:638:42: 638:46 help: no candidates by the name of `UINT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:638:56: 638:62 error: type name `WPARAM` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:638     pub fn SendMessageW(hWnd: HWND, Msg: UINT, wParam: WPARAM, lParam: LPARAM) -> LRESULT;
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:638:56: 638:62 help: no candidates by the name of `WPARAM` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:638:72: 638:78 error: type name `LPARAM` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:638     pub fn SendMessageW(hWnd: HWND, Msg: UINT, wParam: WPARAM, lParam: LPARAM) -> LRESULT;
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:638:72: 638:78 help: no candidates by the name of `LPARAM` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:638:83: 638:90 error: type name `LRESULT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:638     pub fn SendMessageW(hWnd: HWND, Msg: UINT, wParam: WPARAM, lParam: LPARAM) -> LRESULT;
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:638:83: 638:90 help: no candidates by the name of `LRESULT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:641:34: 641:38 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:641     pub fn SetActiveWindow(hWnd: HWND) -> HWND;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:641:34: 641:38 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:641:43: 641:47 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:641     pub fn SetActiveWindow(hWnd: HWND) -> HWND;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:641:43: 641:47 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:643:41: 643:45 error: type name `UINT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:643     pub fn SetCaretBlinkTime(uMSeconds: UINT) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:643:41: 643:45 help: no candidates by the name of `UINT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:643:50: 643:54 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:643     pub fn SetCaretBlinkTime(uMSeconds: UINT) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:643:50: 643:54 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:644:27: 644:32 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:644     pub fn SetCaretPos(x: c_int, y: c_int) -> BOOL;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:644:27: 644:32 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:644:37: 644:42 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:644     pub fn SetCaretPos(x: c_int, y: c_int) -> BOOL;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:644:37: 644:42 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:644:47: 644:51 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:644     pub fn SetCaretPos(x: c_int, y: c_int) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:644:47: 644:51 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:650:32: 650:36 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:650     pub fn SetClassLongW(hWnd: HWND, nIndex: c_int, dwNewLong: LONG) -> DWORD;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:650:32: 650:36 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:650:46: 650:51 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:650     pub fn SetClassLongW(hWnd: HWND, nIndex: c_int, dwNewLong: LONG) -> DWORD;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:650:46: 650:51 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:650:64: 650:68 error: type name `LONG` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:650     pub fn SetClassLongW(hWnd: HWND, nIndex: c_int, dwNewLong: LONG) -> DWORD;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:650:64: 650:68 help: no candidates by the name of `LONG` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:650:73: 650:78 error: type name `DWORD` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:650     pub fn SetClassLongW(hWnd: HWND, nIndex: c_int, dwNewLong: LONG) -> DWORD;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:650:73: 650:78 help: no candidates by the name of `DWORD` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:653:46: 653:50 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:653     pub fn SetClipboardViewer(hWndNewViewer: HWND) -> HWND;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:653:46: 653:50 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:653:55: 653:59 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:653     pub fn SetClipboardViewer(hWndNewViewer: HWND) -> HWND;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:653:55: 653:59 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:655:31: 655:38 error: type name `HCURSOR` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:655     pub fn SetCursor(hCursor: HCURSOR) -> HCURSOR;
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:655:31: 655:38 help: no candidates by the name of `HCURSOR` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:655:43: 655:50 error: type name `HCURSOR` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:655     pub fn SetCursor(hCursor: HCURSOR) -> HCURSOR;
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:655:43: 655:50 help: no candidates by the name of `HCURSOR` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:656:28: 656:33 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:656     pub fn SetCursorPos(x: c_int, y: c_int) -> BOOL;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:656:28: 656:33 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:656:38: 656:43 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:656     pub fn SetCursorPos(x: c_int, y: c_int) -> BOOL;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:656:38: 656:43 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:656:48: 656:52 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:656     pub fn SetCursorPos(x: c_int, y: c_int) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:656:48: 656:52 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:665:27: 665:31 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:665     pub fn SetFocus(hWnd: HWND) -> HWND;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:665:27: 665:31 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:665:36: 665:40 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:665     pub fn SetFocus(hWnd: HWND) -> HWND;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:665:36: 665:40 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:666:38: 666:42 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:666     pub fn SetForegroundWindow(hWnd: HWND) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:666:38: 666:42 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:666:47: 666:51 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:666     pub fn SetForegroundWindow(hWnd: HWND) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:666:47: 666:51 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:681:36: 681:41 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:681     pub fn SetPhysicalCursorPos(x: c_int, y: c_int) -> BOOL;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:681:36: 681:41 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:681:46: 681:51 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:681     pub fn SetPhysicalCursorPos(x: c_int, y: c_int) -> BOOL;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:681:46: 681:51 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:681:56: 681:60 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:681     pub fn SetPhysicalCursorPos(x: c_int, y: c_int) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:681:56: 681:60 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:695:34: 695:41 error: type name `HCURSOR` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:695     pub fn SetSystemCursor(hcur: HCURSOR, id: DWORD) -> BOOL;
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:695:34: 695:41 help: no candidates by the name of `HCURSOR` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:695:47: 695:52 error: type name `DWORD` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:695     pub fn SetSystemCursor(hcur: HCURSOR, id: DWORD) -> BOOL;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:695:47: 695:52 help: no candidates by the name of `DWORD` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:695:57: 695:61 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:695     pub fn SetSystemCursor(hcur: HCURSOR, id: DWORD) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:695:57: 695:61 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:713:15: 713:19 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:713         hWnd: HWND, hWndInsertAfter: HWND, X: c_int, Y: c_int, cx: c_int, cy: c_int, uFlags: UINT,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:713:15: 713:19 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:713:38: 713:42 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:713         hWnd: HWND, hWndInsertAfter: HWND, X: c_int, Y: c_int, cx: c_int, cy: c_int, uFlags: UINT,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:713:38: 713:42 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:713:47: 713:52 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:713         hWnd: HWND, hWndInsertAfter: HWND, X: c_int, Y: c_int, cx: c_int, cy: c_int, uFlags: UINT,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:713:47: 713:52 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:713:57: 713:62 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:713         hWnd: HWND, hWndInsertAfter: HWND, X: c_int, Y: c_int, cx: c_int, cy: c_int, uFlags: UINT,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:713:57: 713:62 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:713:68: 713:73 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:713         hWnd: HWND, hWndInsertAfter: HWND, X: c_int, Y: c_int, cx: c_int, cy: c_int, uFlags: UINT,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:713:68: 713:73 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:713:79: 713:84 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:713         hWnd: HWND, hWndInsertAfter: HWND, X: c_int, Y: c_int, cx: c_int, cy: c_int, uFlags: UINT,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:713:79: 713:84 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:713:94: 713:98 error: type name `UINT` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:713         hWnd: HWND, hWndInsertAfter: HWND, X: c_int, Y: c_int, cx: c_int, cy: c_int, uFlags: UINT,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:713:94: 713:98 help: no candidates by the name of `UINT` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:714:10: 714:14 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:714     ) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:714:10: 714:14 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:717:33: 717:37 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:717     pub fn SetWindowTextW(hWnd: HWND, lpString: LPCWSTR) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:717:33: 717:37 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:717:49: 717:56 error: type name `LPCWSTR` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:717     pub fn SetWindowTextW(hWnd: HWND, lpString: LPCWSTR) -> BOOL;
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:717:49: 717:56 help: no candidates by the name of `LPCWSTR` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:717:61: 717:65 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:717     pub fn SetWindowTextW(hWnd: HWND, lpString: LPCWSTR) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:717:61: 717:65 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:723:28: 723:32 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:723     pub fn ShowCaret(hWnd: HWND) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:723:28: 723:32 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:723:37: 723:41 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:723     pub fn ShowCaret(hWnd: HWND) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:723:37: 723:41 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:724:30: 724:34 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:724     pub fn ShowCursor(bShow: BOOL) -> c_int;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:724:30: 724:34 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:724:39: 724:44 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:724     pub fn ShowCursor(bShow: BOOL) -> c_int;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:724:39: 724:44 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:728:29: 728:33 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:728     pub fn ShowWindow(hWnd: HWND, nCmdShow: c_int) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:728:29: 728:33 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:728:45: 728:50 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:728     pub fn ShowWindow(hWnd: HWND, nCmdShow: c_int) -> BOOL;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:728:45: 728:50 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:728:55: 728:59 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:728     pub fn ShowWindow(hWnd: HWND, nCmdShow: c_int) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:728:55: 728:59 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:729:34: 729:38 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:729     pub fn ShowWindowAsync(hWnd: HWND, nCmdShow: c_int) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:729:34: 729:38 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:729:50: 729:55 error: type name `c_int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:729     pub fn ShowWindowAsync(hWnd: HWND, nCmdShow: c_int) -> BOOL;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:729:50: 729:55 help: no candidates by the name of `c_int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:729:60: 729:64 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:729     pub fn ShowWindowAsync(hWnd: HWND, nCmdShow: c_int) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:729:60: 729:64 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:756:43: 756:46 error: type name `MSG` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:756     pub fn TranslateMessage(lpmsg: *const MSG) -> BOOL;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:756:43: 756:46 help: no candidates by the name of `MSG` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:756:51: 756:55 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:756     pub fn TranslateMessage(lpmsg: *const MSG) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:756:51: 756:55 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:773:31: 773:35 error: type name `HWND` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:773     pub fn UpdateWindow(hWnd: HWND) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:773:31: 773:35 help: no candidates by the name of `HWND` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:773:40: 773:44 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:773     pub fn UpdateWindow(hWnd: HWND) -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:773:40: 773:44 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:785:29: 785:33 error: type name `BOOL` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:785     pub fn WaitMessage() -> BOOL;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs:785:29: 785:33 help: no candidates by the name of `BOOL` found in your project; maybe you misspelled the name or forgot to import an external crate? 
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `user32-sys v0.0.6`, intermediate artifacts can be found at `/home/cratesfyi/user32-sys-0.0.6`,
cause: ChainedError {
error: Could not document `user32-sys`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/user32-sys-0.0.6/src/lib.rs --crate-name user32_sys -o /home/cratesfyi/user32-sys-0.0.6/doc -L dependency=/home/cratesfyi/user32-sys-0.0.6/debug -L dependency=/home/cratesfyi/user32-sys-0.0.6/debug/deps --extern winapi=/home/cratesfyi/user32-sys-0.0.6/debug/deps/libwinapi-0889532d327ff4e2.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.