[INFO] fetching crate miniblink-sys 0.3.0...
[INFO] checking miniblink-sys-0.3.0 against master#5a45ab9738330fb317d49e3594c2db5248b1e971 for pr-136303
[INFO] extracting crate miniblink-sys 0.3.0 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate miniblink-sys 0.3.0 on toolchain 5a45ab9738330fb317d49e3594c2db5248b1e971
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5a45ab9738330fb317d49e3594c2db5248b1e971" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate miniblink-sys 0.3.0
[INFO] finished tweaking crates.io crate miniblink-sys 0.3.0
[INFO] tweaked toml for crates.io crate miniblink-sys 0.3.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] crate crates.io crate miniblink-sys 0.3.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5a45ab9738330fb317d49e3594c2db5248b1e971" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+5a45ab9738330fb317d49e3594c2db5248b1e971" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 95d09cb14400a29743d1287e3b723127339f5d7f3c94aab324d669ea8de8f471
[INFO] running `Command { std: "docker" "start" "-a" "95d09cb14400a29743d1287e3b723127339f5d7f3c94aab324d669ea8de8f471", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "95d09cb14400a29743d1287e3b723127339f5d7f3c94aab324d669ea8de8f471", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "95d09cb14400a29743d1287e3b723127339f5d7f3c94aab324d669ea8de8f471", kill_on_drop: false }`
[INFO] [stdout] 95d09cb14400a29743d1287e3b723127339f5d7f3c94aab324d669ea8de8f471
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+5a45ab9738330fb317d49e3594c2db5248b1e971" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2b96b2cd9b64478488063a71c203fdce0e412c941308aa81f57a84ae39a61aaf
[INFO] running `Command { std: "docker" "start" "-a" "2b96b2cd9b64478488063a71c203fdce0e412c941308aa81f57a84ae39a61aaf", kill_on_drop: false }`
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]     Checking libloading v0.8.3
[INFO] [stderr]     Checking miniblink-sys v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |     ::std::option::Option<unsafe extern "stdcall" fn(param: *mut ::std::os::raw::c_void)>;
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout]     = note: `#[warn(unsupported_fn_ptr_calling_conventions)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:377:9
[INFO] [stdout]     |
[INFO] [stdout] 377 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 378 | |             webView: mbWebView,
[INFO] [stdout] 379 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 380 | |             channel: mbWebSocketChannel,
[INFO] [stdout] 381 | |             url: *const utf8,
[INFO] [stdout] 382 | |             needHook: *mut BOOL,
[INFO] [stdout] 383 | |         ) -> mbStringPtr,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:386:9
[INFO] [stdout]     |
[INFO] [stdout] 386 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 387 | |             webView: mbWebView,
[INFO] [stdout] 388 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 389 | |             channel: mbWebSocketChannel,
[INFO] [stdout] 390 | |         ) -> BOOL,
[INFO] [stdout]     | |_________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:393:9
[INFO] [stdout]     |
[INFO] [stdout] 393 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 394 | |             webView: mbWebView,
[INFO] [stdout] 395 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 396 | |             channel: mbWebSocketChannel,
[INFO] [stdout] ...   |
[INFO] [stdout] 400 | |             isContinue: *mut BOOL,
[INFO] [stdout] 401 | |         ) -> mbStringPtr,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:404:9
[INFO] [stdout]     |
[INFO] [stdout] 404 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 405 | |             webView: mbWebView,
[INFO] [stdout] 406 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 407 | |             channel: mbWebSocketChannel,
[INFO] [stdout] ...   |
[INFO] [stdout] 411 | |             isContinue: *mut BOOL,
[INFO] [stdout] 412 | |         ) -> mbStringPtr,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:415:9
[INFO] [stdout]     |
[INFO] [stdout] 415 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 416 | |             webView: mbWebView,
[INFO] [stdout] 417 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 418 | |             channel: mbWebSocketChannel,
[INFO] [stdout] 419 | |         ),
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:784:5
[INFO] [stdout]     |
[INFO] [stdout] 784 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 785 | |         webView: mbWebView,
[INFO] [stdout] 786 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 787 | |         oldRequest: mbWebUrlRequestPtr,
[INFO] [stdout] 788 | |         request: mbWebUrlRequestPtr,
[INFO] [stdout] 789 | |         redirectResponse: mbWebUrlResponsePtr,
[INFO] [stdout] 790 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:793:5
[INFO] [stdout]     |
[INFO] [stdout] 793 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 794 | |         webView: mbWebView,
[INFO] [stdout] 795 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 796 | |         request: mbWebUrlRequestPtr,
[INFO] [stdout] 797 | |         response: mbWebUrlResponsePtr,
[INFO] [stdout] 798 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:801:5
[INFO] [stdout]     |
[INFO] [stdout] 801 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 802 | |         webView: mbWebView,
[INFO] [stdout] 803 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 804 | |         request: mbWebUrlRequestPtr,
[INFO] [stdout] 805 | |         data: *const ::std::os::raw::c_char,
[INFO] [stdout] 806 | |         dataLength: ::std::os::raw::c_int,
[INFO] [stdout] 807 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:810:5
[INFO] [stdout]     |
[INFO] [stdout] 810 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 811 | |         webView: mbWebView,
[INFO] [stdout] 812 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 813 | |         request: mbWebUrlRequestPtr,
[INFO] [stdout] 814 | |         error: *const utf8,
[INFO] [stdout] 815 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:818:5
[INFO] [stdout]     |
[INFO] [stdout] 818 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 819 | |         webView: mbWebView,
[INFO] [stdout] 820 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 821 | |         request: mbWebUrlRequestPtr,
[INFO] [stdout] 822 | |         finishTime: f64,
[INFO] [stdout] 823 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:840:5
[INFO] [stdout]     |
[INFO] [stdout] 840 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 841 | |         ptr: *mut ::std::os::raw::c_void,
[INFO] [stdout] 842 | |         job: mbNetJob,
[INFO] [stdout] 843 | |         data: *const ::std::os::raw::c_char,
[INFO] [stdout] 844 | |         length: ::std::os::raw::c_int,
[INFO] [stdout] 845 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:848:5
[INFO] [stdout]     |
[INFO] [stdout] 848 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 849 | |         ptr: *mut ::std::os::raw::c_void,
[INFO] [stdout] 850 | |         job: mbNetJob,
[INFO] [stdout] 851 | |         result: mbLoadingResult,
[INFO] [stdout] 852 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:863:5
[INFO] [stdout]     |
[INFO] [stdout] 863 |     unsafe extern "stdcall" fn(ptr: *mut ::std::os::raw::c_void, filePath: *const wchar_t),
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1140:16
[INFO] [stdout]      |
[INFO] [stdout] 1140 |         Result<unsafe extern "stdcall" fn(settings: *const mbSettings), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1141:26
[INFO] [stdout]      |
[INFO] [stdout] 1141 |     pub mbUninit: Result<unsafe extern "stdcall" fn(), ::libloading::Error>,
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1143:16
[INFO] [stdout]      |
[INFO] [stdout] 1143 |         Result<unsafe extern "stdcall" fn() -> *mut mbSettings, ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1145:9
[INFO] [stdout]      |
[INFO] [stdout] 1145 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1146 | |             settings: *mut mbSettings,
[INFO] [stdout] 1147 | |             name: *const ::std::os::raw::c_char,
[INFO] [stdout] 1148 | |             value: *const ::std::os::raw::c_char,
[INFO] [stdout] 1149 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1152:33
[INFO] [stdout]      |
[INFO] [stdout] 1152 |     pub mbCreateWebView: Result<unsafe extern "stdcall" fn() -> mbWebView, ::libloading::Error>,
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1154:16
[INFO] [stdout]      |
[INFO] [stdout] 1154 |         Result<unsafe extern "stdcall" fn(webview: mbWebView), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1156:9
[INFO] [stdout]      |
[INFO] [stdout] 1156 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1157 | |             type_: mbWindowType,
[INFO] [stdout] 1158 | |             parent: HWND,
[INFO] [stdout] 1159 | |             x: ::std::os::raw::c_int,
[INFO] [stdout] ...    |
[INFO] [stdout] 1162 | |             height: ::std::os::raw::c_int,
[INFO] [stdout] 1163 | |         ) -> mbWebView,
[INFO] [stdout]      | |______________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1167:9
[INFO] [stdout]      |
[INFO] [stdout] 1167 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1168 | |             parent: HWND,
[INFO] [stdout] 1169 | |             style: DWORD,
[INFO] [stdout] 1170 | |             styleEx: DWORD,
[INFO] [stdout] ...    |
[INFO] [stdout] 1174 | |             height: ::std::os::raw::c_int,
[INFO] [stdout] 1175 | |         ) -> mbWebView,
[INFO] [stdout]      | |______________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1179:9
[INFO] [stdout]      |
[INFO] [stdout] 1179 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1180 | |             webview: mbWebView,
[INFO] [stdout] 1181 | |             x: ::std::os::raw::c_int,
[INFO] [stdout] 1182 | |             y: ::std::os::raw::c_int,
[INFO] [stdout] 1183 | |             w: ::std::os::raw::c_int,
[INFO] [stdout] 1184 | |             h: ::std::os::raw::c_int,
[INFO] [stdout] 1185 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1188:32
[INFO] [stdout]      |
[INFO] [stdout] 1188 |     pub mbMoveToCenter: Result<unsafe extern "stdcall" fn(webview: mbWebView), ::libloading::Error>,
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1190:16
[INFO] [stdout]      |
[INFO] [stdout] 1190 |         Result<unsafe extern "stdcall" fn(webview: mbWebView, b: BOOL), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1192:9
[INFO] [stdout]      |
[INFO] [stdout] 1192 |         unsafe extern "stdcall" fn(webviewHandle: mbWebView, r: *mut mbRect),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |     ::std::option::Option<unsafe extern "stdcall" fn(param: *mut ::std::os::raw::c_void)>;
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout]     = note: `#[warn(unsupported_fn_ptr_calling_conventions)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1196:16
[INFO] [stdout]      |
[INFO] [stdout] 1196 |         Result<unsafe extern "stdcall" fn(webview: mbWebView, b: BOOL), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1198:16
[INFO] [stdout]      |
[INFO] [stdout] 1198 |         Result<unsafe extern "stdcall" fn(webview: mbWebView) -> BOOL, ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1200:9
[INFO] [stdout]      |
[INFO] [stdout] 1200 |         unsafe extern "stdcall" fn(str_: *const utf8, length: usize) -> mbStringPtr,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1204:9
[INFO] [stdout]      |
[INFO] [stdout] 1204 |         unsafe extern "stdcall" fn(str_: *const utf8, length: usize) -> mbStringPtr,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1207:32
[INFO] [stdout]      |
[INFO] [stdout] 1207 |     pub mbDeleteString: Result<unsafe extern "stdcall" fn(str_: mbStringPtr), ::libloading::Error>,
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1209:16
[INFO] [stdout]      |
[INFO] [stdout] 1209 |         Result<unsafe extern "stdcall" fn(str_: mbStringPtr) -> usize, ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:377:9
[INFO] [stdout]     |
[INFO] [stdout] 377 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 378 | |             webView: mbWebView,
[INFO] [stdout] 379 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 380 | |             channel: mbWebSocketChannel,
[INFO] [stdout] 381 | |             url: *const utf8,
[INFO] [stdout] 382 | |             needHook: *mut BOOL,
[INFO] [stdout] 383 | |         ) -> mbStringPtr,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1211:16
[INFO] [stdout]      |
[INFO] [stdout] 1211 |         Result<unsafe extern "stdcall" fn(str_: mbStringPtr) -> *const utf8, ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1213:9
[INFO] [stdout]      |
[INFO] [stdout] 1213 |         unsafe extern "stdcall" fn(webView: mbWebView, proxy: *const mbProxy),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:386:9
[INFO] [stdout]     |
[INFO] [stdout] 386 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 387 | |             webView: mbWebView,
[INFO] [stdout] 388 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 389 | |             channel: mbWebSocketChannel,
[INFO] [stdout] 390 | |         ) -> BOOL,
[INFO] [stdout]     | |_________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1217:9
[INFO] [stdout]      |
[INFO] [stdout] 1217 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1218 | |             webView: mbWebView,
[INFO] [stdout] 1219 | |             debugString: *const ::std::os::raw::c_char,
[INFO] [stdout] 1220 | |             param: *const ::std::os::raw::c_char,
[INFO] [stdout] 1221 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:393:9
[INFO] [stdout]     |
[INFO] [stdout] 393 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 394 | |             webView: mbWebView,
[INFO] [stdout] 395 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 396 | |             channel: mbWebSocketChannel,
[INFO] [stdout] ...   |
[INFO] [stdout] 400 | |             isContinue: *mut BOOL,
[INFO] [stdout] 401 | |         ) -> mbStringPtr,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1225:9
[INFO] [stdout]      |
[INFO] [stdout] 1225 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1226 | |             jobPtr: mbNetJob,
[INFO] [stdout] 1227 | |             buf: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1228 | |             len: ::std::os::raw::c_int,
[INFO] [stdout] 1229 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:404:9
[INFO] [stdout]     |
[INFO] [stdout] 404 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 405 | |             webView: mbWebView,
[INFO] [stdout] 406 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 407 | |             channel: mbWebSocketChannel,
[INFO] [stdout] ...   |
[INFO] [stdout] 411 | |             isContinue: *mut BOOL,
[INFO] [stdout] 412 | |         ) -> mbStringPtr,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1232:34
[INFO] [stdout]      |
[INFO] [stdout] 1232 |     pub mbNetHookRequest: Result<unsafe extern "stdcall" fn(jobPtr: mbNetJob), ::libloading::Error>,
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:415:9
[INFO] [stdout]     |
[INFO] [stdout] 415 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 416 | |             webView: mbWebView,
[INFO] [stdout] 417 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 418 | |             channel: mbWebSocketChannel,
[INFO] [stdout] 419 | |         ),
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1234:9
[INFO] [stdout]      |
[INFO] [stdout] 1234 |         unsafe extern "stdcall" fn(jobPtr: mbNetJob, url: *const ::std::os::raw::c_char),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:784:5
[INFO] [stdout]     |
[INFO] [stdout] 784 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 785 | |         webView: mbWebView,
[INFO] [stdout] 786 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 787 | |         oldRequest: mbWebUrlRequestPtr,
[INFO] [stdout] 788 | |         request: mbWebUrlRequestPtr,
[INFO] [stdout] 789 | |         redirectResponse: mbWebUrlResponsePtr,
[INFO] [stdout] 790 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1237:34
[INFO] [stdout]      |
[INFO] [stdout] 1237 |     pub mbNetContinueJob: Result<unsafe extern "stdcall" fn(jobPtr: mbNetJob), ::libloading::Error>,
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:793:5
[INFO] [stdout]     |
[INFO] [stdout] 793 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 794 | |         webView: mbWebView,
[INFO] [stdout] 795 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 796 | |         request: mbWebUrlRequestPtr,
[INFO] [stdout] 797 | |         response: mbWebUrlResponsePtr,
[INFO] [stdout] 798 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1239:16
[INFO] [stdout]      |
[INFO] [stdout] 1239 |         Result<unsafe extern "stdcall" fn(jobPtr: mbNetJob) -> *const mbSlist, ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1241:16
[INFO] [stdout]      |
[INFO] [stdout] 1241 |         Result<unsafe extern "stdcall" fn(jobPtr: mbNetJob) -> *const mbSlist, ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:801:5
[INFO] [stdout]     |
[INFO] [stdout] 801 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 802 | |         webView: mbWebView,
[INFO] [stdout] 803 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 804 | |         request: mbWebUrlRequestPtr,
[INFO] [stdout] 805 | |         data: *const ::std::os::raw::c_char,
[INFO] [stdout] 806 | |         dataLength: ::std::os::raw::c_int,
[INFO] [stdout] 807 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1243:16
[INFO] [stdout]      |
[INFO] [stdout] 1243 |         Result<unsafe extern "stdcall" fn(jobPtr: mbNetJob) -> BOOL, ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:810:5
[INFO] [stdout]     |
[INFO] [stdout] 810 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 811 | |         webView: mbWebView,
[INFO] [stdout] 812 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 813 | |         request: mbWebUrlRequestPtr,
[INFO] [stdout] 814 | |         error: *const utf8,
[INFO] [stdout] 815 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1245:16
[INFO] [stdout]      |
[INFO] [stdout] 1245 |         Result<unsafe extern "stdcall" fn(jobPtr: mbNetJob), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:818:5
[INFO] [stdout]     |
[INFO] [stdout] 818 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 819 | |         webView: mbWebView,
[INFO] [stdout] 820 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 821 | |         request: mbWebUrlRequestPtr,
[INFO] [stdout] 822 | |         finishTime: f64,
[INFO] [stdout] 823 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:601:5
[INFO] [stdout]     |
[INFO] [stdout] 601 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 602 | |         webView: mbWebView,
[INFO] [stdout] 603 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 604 | |         url: *const utf8,
[INFO] [stdout] 605 | |         job: mbNetJob,
[INFO] [stdout] 606 | |     ) -> BOOL,
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:840:5
[INFO] [stdout]     |
[INFO] [stdout] 840 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 841 | |         ptr: *mut ::std::os::raw::c_void,
[INFO] [stdout] 842 | |         job: mbNetJob,
[INFO] [stdout] 843 | |         data: *const ::std::os::raw::c_char,
[INFO] [stdout] 844 | |         length: ::std::os::raw::c_int,
[INFO] [stdout] 845 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:848:5
[INFO] [stdout]     |
[INFO] [stdout] 848 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 849 | |         ptr: *mut ::std::os::raw::c_void,
[INFO] [stdout] 850 | |         job: mbNetJob,
[INFO] [stdout] 851 | |         result: mbLoadingResult,
[INFO] [stdout] 852 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1247:9
[INFO] [stdout]      |
[INFO] [stdout] 1247 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1248 | |             webviewHandle: mbWebView,
[INFO] [stdout] 1249 | |             callback: mbNetResponseCallback,
[INFO] [stdout] 1250 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1251 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:863:5
[INFO] [stdout]     |
[INFO] [stdout] 863 |     unsafe extern "stdcall" fn(ptr: *mut ::std::os::raw::c_void, filePath: *const wchar_t),
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1255:9
[INFO] [stdout]      |
[INFO] [stdout] 1255 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1256 | |             webview: mbWebView,
[INFO] [stdout] 1257 | |             callbacks: *const mbWebsocketHookCallbacks,
[INFO] [stdout] 1258 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1259 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1263:9
[INFO] [stdout]      |
[INFO] [stdout] 1263 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1264 | |             channel: mbWebSocketChannel,
[INFO] [stdout] 1265 | |             buf: *const ::std::os::raw::c_char,
[INFO] [stdout] 1266 | |             len: usize,
[INFO] [stdout] 1267 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1271:9
[INFO] [stdout]      |
[INFO] [stdout] 1271 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1272 | |             channel: mbWebSocketChannel,
[INFO] [stdout] 1273 | |             buf: *const ::std::os::raw::c_char,
[INFO] [stdout] 1274 | |             len: usize,
[INFO] [stdout] 1275 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1279:9
[INFO] [stdout]      |
[INFO] [stdout] 1279 |         unsafe extern "stdcall" fn(webviewHandle: mbWebView, pathName: *const WCHAR),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1283:9
[INFO] [stdout]      |
[INFO] [stdout] 1283 |         unsafe extern "stdcall" fn(jobPtr: mbNetJob) -> *mut mbPostBodyElements,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1287:9
[INFO] [stdout]      |
[INFO] [stdout] 1287 |         unsafe extern "stdcall" fn(webView: mbWebView, length: usize) -> *mut mbPostBodyElements,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1291:16
[INFO] [stdout]      |
[INFO] [stdout] 1291 |         Result<unsafe extern "stdcall" fn(elements: *mut mbPostBodyElements), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1293:9
[INFO] [stdout]      |
[INFO] [stdout] 1293 |         unsafe extern "stdcall" fn(webView: mbWebView) -> *mut mbPostBodyElement,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1297:16
[INFO] [stdout]      |
[INFO] [stdout] 1297 |         Result<unsafe extern "stdcall" fn(element: *mut mbPostBodyElement), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1299:9
[INFO] [stdout]      |
[INFO] [stdout] 1299 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1300 | |             url: *const utf8,
[INFO] [stdout] 1301 | |             method: *const utf8,
[INFO] [stdout] 1302 | |             mime: *const utf8,
[INFO] [stdout] 1303 | |         ) -> mbWebUrlRequestPtr,
[INFO] [stdout]      | |_______________________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1307:9
[INFO] [stdout]      |
[INFO] [stdout] 1307 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1308 | |             request: mbWebUrlRequestPtr,
[INFO] [stdout] 1309 | |             name: *const utf8,
[INFO] [stdout] 1310 | |             value: *const utf8,
[INFO] [stdout] 1311 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1140:16
[INFO] [stdout]      |
[INFO] [stdout] 1140 |         Result<unsafe extern "stdcall" fn(settings: *const mbSettings), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1315:9
[INFO] [stdout]      |
[INFO] [stdout] 1315 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1316 | |             webView: mbWebView,
[INFO] [stdout] 1317 | |             request: mbWebUrlRequestPtr,
[INFO] [stdout] 1318 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1319 | |             callbacks: *const mbUrlRequestCallbacks,
[INFO] [stdout] 1320 | |         ) -> ::std::os::raw::c_int,
[INFO] [stdout]      | |__________________________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1141:26
[INFO] [stdout]      |
[INFO] [stdout] 1141 |     pub mbUninit: Result<unsafe extern "stdcall" fn(), ::libloading::Error>,
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1324:9
[INFO] [stdout]      |
[INFO] [stdout] 1324 |         unsafe extern "stdcall" fn(response: mbWebUrlResponsePtr) -> ::std::os::raw::c_int,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1328:16
[INFO] [stdout]      |
[INFO] [stdout] 1328 |         Result<unsafe extern "stdcall" fn(jobPtr: mbNetJob) -> mbRequestType, ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1330:9
[INFO] [stdout]      |
[INFO] [stdout] 1330 |         unsafe extern "stdcall" fn(response: mbWebUrlResponsePtr) -> ::std::os::raw::c_longlong,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1334:9
[INFO] [stdout]      |
[INFO] [stdout] 1334 |         unsafe extern "stdcall" fn(response: mbWebUrlResponsePtr) -> *const utf8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1143:16
[INFO] [stdout]      |
[INFO] [stdout] 1143 |         Result<unsafe extern "stdcall" fn() -> *mut mbSettings, ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1338:16
[INFO] [stdout]      |
[INFO] [stdout] 1338 |         Result<unsafe extern "stdcall" fn(requestId: ::std::os::raw::c_int), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1340:9
[INFO] [stdout]      |
[INFO] [stdout] 1340 |         unsafe extern "stdcall" fn(webView: mbWebView, proxy: *const mbProxy),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1145:9
[INFO] [stdout]      |
[INFO] [stdout] 1145 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1146 | |             settings: *mut mbSettings,
[INFO] [stdout] 1147 | |             name: *const ::std::os::raw::c_char,
[INFO] [stdout] 1148 | |             value: *const ::std::os::raw::c_char,
[INFO] [stdout] 1149 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1152:33
[INFO] [stdout]      |
[INFO] [stdout] 1152 |     pub mbCreateWebView: Result<unsafe extern "stdcall" fn() -> mbWebView, ::libloading::Error>,
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1344:9
[INFO] [stdout]      |
[INFO] [stdout] 1344 |         unsafe extern "stdcall" fn(jobPtr: mbNetJob, type_: *const ::std::os::raw::c_char),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1154:16
[INFO] [stdout]      |
[INFO] [stdout] 1154 |         Result<unsafe extern "stdcall" fn(webview: mbWebView), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1348:9
[INFO] [stdout]      |
[INFO] [stdout] 1348 |         unsafe extern "stdcall" fn(jobPtr: mbNetJob) -> *const ::std::os::raw::c_char,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1352:9
[INFO] [stdout]      |
[INFO] [stdout] 1352 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1353 | |             job: mbNetJob,
[INFO] [stdout] 1354 | |             key: *const ::std::os::raw::c_char,
[INFO] [stdout] 1355 | |             fromRequestOrResponse: BOOL,
[INFO] [stdout] 1356 | |         ) -> *const utf8,
[INFO] [stdout]      | |________________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1156:9
[INFO] [stdout]      |
[INFO] [stdout] 1156 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1157 | |             type_: mbWindowType,
[INFO] [stdout] 1158 | |             parent: HWND,
[INFO] [stdout] 1159 | |             x: ::std::os::raw::c_int,
[INFO] [stdout] ...    |
[INFO] [stdout] 1162 | |             height: ::std::os::raw::c_int,
[INFO] [stdout] 1163 | |         ) -> mbWebView,
[INFO] [stdout]      | |______________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1360:9
[INFO] [stdout]      |
[INFO] [stdout] 1360 |         unsafe extern "stdcall" fn(jobPtr: mbNetJob) -> *const ::std::os::raw::c_char,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1167:9
[INFO] [stdout]      |
[INFO] [stdout] 1167 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1168 | |             parent: HWND,
[INFO] [stdout] 1169 | |             style: DWORD,
[INFO] [stdout] 1170 | |             styleEx: DWORD,
[INFO] [stdout] ...    |
[INFO] [stdout] 1174 | |             height: ::std::os::raw::c_int,
[INFO] [stdout] 1175 | |         ) -> mbWebView,
[INFO] [stdout]      | |______________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1364:9
[INFO] [stdout]      |
[INFO] [stdout] 1364 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1365 | |             jobPtr: mbNetJob,
[INFO] [stdout] 1366 | |             key: *const wchar_t,
[INFO] [stdout] 1367 | |             value: *const wchar_t,
[INFO] [stdout] 1368 | |             response: BOOL,
[INFO] [stdout] 1369 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1373:16
[INFO] [stdout]      |
[INFO] [stdout] 1373 |         Result<unsafe extern "stdcall" fn(webView: mbWebView, b: BOOL), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1375:16
[INFO] [stdout]      |
[INFO] [stdout] 1375 |         Result<unsafe extern "stdcall" fn(webView: mbWebView, b: BOOL), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1179:9
[INFO] [stdout]      |
[INFO] [stdout] 1179 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1180 | |             webview: mbWebView,
[INFO] [stdout] 1181 | |             x: ::std::os::raw::c_int,
[INFO] [stdout] 1182 | |             y: ::std::os::raw::c_int,
[INFO] [stdout] 1183 | |             w: ::std::os::raw::c_int,
[INFO] [stdout] 1184 | |             h: ::std::os::raw::c_int,
[INFO] [stdout] 1185 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1188:32
[INFO] [stdout]      |
[INFO] [stdout] 1188 |     pub mbMoveToCenter: Result<unsafe extern "stdcall" fn(webview: mbWebView), ::libloading::Error>,
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1377:16
[INFO] [stdout]      |
[INFO] [stdout] 1377 |         Result<unsafe extern "stdcall" fn(webView: mbWebView, b: BOOL), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1190:16
[INFO] [stdout]      |
[INFO] [stdout] 1190 |         Result<unsafe extern "stdcall" fn(webview: mbWebView, b: BOOL), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1379:16
[INFO] [stdout]      |
[INFO] [stdout] 1379 |         Result<unsafe extern "stdcall" fn(webView: mbWebView, b: BOOL), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1192:9
[INFO] [stdout]      |
[INFO] [stdout] 1192 |         unsafe extern "stdcall" fn(webviewHandle: mbWebView, r: *mut mbRect),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1381:16
[INFO] [stdout]      |
[INFO] [stdout] 1381 |         Result<unsafe extern "stdcall" fn(webView: mbWebView, b: BOOL), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1383:16
[INFO] [stdout]      |
[INFO] [stdout] 1383 |         Result<unsafe extern "stdcall" fn(webView: mbWebView, b: BOOL), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1385:16
[INFO] [stdout]      |
[INFO] [stdout] 1385 |         Result<unsafe extern "stdcall" fn(webView: mbWebView, b: BOOL), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1196:16
[INFO] [stdout]      |
[INFO] [stdout] 1196 |         Result<unsafe extern "stdcall" fn(webview: mbWebView, b: BOOL), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1387:16
[INFO] [stdout]      |
[INFO] [stdout] 1387 |         Result<unsafe extern "stdcall" fn(webView: mbWebView, b: BOOL), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1389:9
[INFO] [stdout]      |
[INFO] [stdout] 1389 |         unsafe extern "stdcall" fn(webView: mbWebView, item: mbMenuItemId, isShow: BOOL),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1393:16
[INFO] [stdout]      |
[INFO] [stdout] 1393 |         Result<unsafe extern "stdcall" fn(webView: mbWebView, wnd: HWND), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1395:9
[INFO] [stdout]      |
[INFO] [stdout] 1395 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1396 | |             webView: mbWebView,
[INFO] [stdout] 1397 | |             x: ::std::os::raw::c_int,
[INFO] [stdout] 1398 | |             y: ::std::os::raw::c_int,
[INFO] [stdout] 1399 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1403:16
[INFO] [stdout]      |
[INFO] [stdout] 1403 |         Result<unsafe extern "stdcall" fn(webView: mbWebView) -> HWND, ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1405:9
[INFO] [stdout]      |
[INFO] [stdout] 1405 |         unsafe extern "stdcall" fn(webviewHandle: mbWebView, transparent: BOOL),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1409:9
[INFO] [stdout]      |
[INFO] [stdout] 1409 |         unsafe extern "stdcall" fn(webviewHandle: mbWebView, settings: *const mbViewSettings),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1413:16
[INFO] [stdout]      |
[INFO] [stdout] 1413 |         Result<unsafe extern "stdcall" fn(webView: mbWebView, b: BOOL), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1415:16
[INFO] [stdout]      |
[INFO] [stdout] 1415 |         Result<unsafe extern "stdcall" fn(webView: mbWebView, b: BOOL), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1417:16
[INFO] [stdout]      |
[INFO] [stdout] 1417 |         Result<unsafe extern "stdcall" fn(webView: mbWebView, b: BOOL), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1419:9
[INFO] [stdout]      |
[INFO] [stdout] 1419 |         unsafe extern "stdcall" fn(webView: mbWebView, url: *const utf8, cookie: *const utf8),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1423:16
[INFO] [stdout]      |
[INFO] [stdout] 1423 |         Result<unsafe extern "stdcall" fn(webView: mbWebView, enable: BOOL), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1425:9
[INFO] [stdout]      |
[INFO] [stdout] 1425 |         unsafe extern "stdcall" fn(webView: mbWebView, path: *const WCHAR),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1429:9
[INFO] [stdout]      |
[INFO] [stdout] 1429 |         unsafe extern "stdcall" fn(webView: mbWebView, path: *const WCHAR),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1433:9
[INFO] [stdout]      |
[INFO] [stdout] 1433 |         unsafe extern "stdcall" fn(webView: mbWebView, path: *const WCHAR),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1437:16
[INFO] [stdout]      |
[INFO] [stdout] 1437 |         Result<unsafe extern "stdcall" fn(webView: mbWebView) -> *const utf8, ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1439:9
[INFO] [stdout]      |
[INFO] [stdout] 1439 |         unsafe extern "stdcall" fn(webView: mbWebView, title: *const utf8),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1443:9
[INFO] [stdout]      |
[INFO] [stdout] 1443 |         unsafe extern "stdcall" fn(webView: mbWebView, title: *const wchar_t),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1447:16
[INFO] [stdout]      |
[INFO] [stdout] 1447 |         Result<unsafe extern "stdcall" fn(webView: mbWebView) -> *const utf8, ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1449:9
[INFO] [stdout]      |
[INFO] [stdout] 1449 |         unsafe extern "stdcall" fn(webView: mbWebView) -> ::std::os::raw::c_int,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1453:9
[INFO] [stdout]      |
[INFO] [stdout] 1453 |         unsafe extern "stdcall" fn(webView: mbWebView, path: *const WCHAR),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1198:16
[INFO] [stdout]      |
[INFO] [stdout] 1198 |         Result<unsafe extern "stdcall" fn(webview: mbWebView) -> BOOL, ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1200:9
[INFO] [stdout]      |
[INFO] [stdout] 1200 |         unsafe extern "stdcall" fn(str_: *const utf8, length: usize) -> mbStringPtr,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1204:9
[INFO] [stdout]      |
[INFO] [stdout] 1204 |         unsafe extern "stdcall" fn(str_: *const utf8, length: usize) -> mbStringPtr,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1207:32
[INFO] [stdout]      |
[INFO] [stdout] 1207 |     pub mbDeleteString: Result<unsafe extern "stdcall" fn(str_: mbStringPtr), ::libloading::Error>,
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1209:16
[INFO] [stdout]      |
[INFO] [stdout] 1209 |         Result<unsafe extern "stdcall" fn(str_: mbStringPtr) -> usize, ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1211:16
[INFO] [stdout]      |
[INFO] [stdout] 1211 |         Result<unsafe extern "stdcall" fn(str_: mbStringPtr) -> *const utf8, ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1213:9
[INFO] [stdout]      |
[INFO] [stdout] 1213 |         unsafe extern "stdcall" fn(webView: mbWebView, proxy: *const mbProxy),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1217:9
[INFO] [stdout]      |
[INFO] [stdout] 1217 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1218 | |             webView: mbWebView,
[INFO] [stdout] 1219 | |             debugString: *const ::std::os::raw::c_char,
[INFO] [stdout] 1220 | |             param: *const ::std::os::raw::c_char,
[INFO] [stdout] 1221 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1225:9
[INFO] [stdout]      |
[INFO] [stdout] 1225 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1226 | |             jobPtr: mbNetJob,
[INFO] [stdout] 1227 | |             buf: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1228 | |             len: ::std::os::raw::c_int,
[INFO] [stdout] 1229 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1232:34
[INFO] [stdout]      |
[INFO] [stdout] 1232 |     pub mbNetHookRequest: Result<unsafe extern "stdcall" fn(jobPtr: mbNetJob), ::libloading::Error>,
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1234:9
[INFO] [stdout]      |
[INFO] [stdout] 1234 |         unsafe extern "stdcall" fn(jobPtr: mbNetJob, url: *const ::std::os::raw::c_char),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1457:9
[INFO] [stdout]      |
[INFO] [stdout] 1457 |         unsafe extern "stdcall" fn(webView: mbWebView, userAgent: *const utf8),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1461:16
[INFO] [stdout]      |
[INFO] [stdout] 1461 |         Result<unsafe extern "stdcall" fn(webView: mbWebView, factor: f32), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1463:16
[INFO] [stdout]      |
[INFO] [stdout] 1463 |         Result<unsafe extern "stdcall" fn(webView: mbWebView) -> f32, ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1465:16
[INFO] [stdout]      |
[INFO] [stdout] 1465 |         Result<unsafe extern "stdcall" fn(webView: mbWebView, enable: BOOL), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1467:9
[INFO] [stdout]      |
[INFO] [stdout] 1467 |         unsafe extern "stdcall" fn(webView: mbWebView, path: *const WCHAR),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1471:16
[INFO] [stdout]      |
[INFO] [stdout] 1471 |         Result<unsafe extern "stdcall" fn(webView: mbWebView, limit: usize), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1473:16
[INFO] [stdout]      |
[INFO] [stdout] 1473 |         Result<unsafe extern "stdcall" fn(webView: mbWebView, limit: usize), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1475:9
[INFO] [stdout]      |
[INFO] [stdout] 1475 |         unsafe extern "stdcall" fn(webView: mbWebView, Level: ::std::os::raw::c_int),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1479:9
[INFO] [stdout]      |
[INFO] [stdout] 1479 |         unsafe extern "stdcall" fn(webView: mbWebView, intervalSec: ::std::os::raw::c_int),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:739:5
[INFO] [stdout]     |
[INFO] [stdout] 739 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 740 | |         webView: mbWebView,
[INFO] [stdout] 741 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 742 | |         state: MbAsynRequestState,
[INFO] [stdout] 743 | |         b: BOOL,
[INFO] [stdout] 744 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1483:9
[INFO] [stdout]      |
[INFO] [stdout] 1483 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1484 | |             webView: mbWebView,
[INFO] [stdout] 1485 | |             callback: mbCanGoBackForwardCallback,
[INFO] [stdout] 1486 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1487 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1491:9
[INFO] [stdout]      |
[INFO] [stdout] 1491 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1492 | |             webView: mbWebView,
[INFO] [stdout] 1493 | |             callback: mbCanGoBackForwardCallback,
[INFO] [stdout] 1494 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1495 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:747:5
[INFO] [stdout]     |
[INFO] [stdout] 747 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 748 | |         webView: mbWebView,
[INFO] [stdout] 749 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 750 | |         state: MbAsynRequestState,
[INFO] [stdout] 751 | |         cookie: *const utf8,
[INFO] [stdout] 752 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1499:9
[INFO] [stdout]      |
[INFO] [stdout] 1499 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1500 | |             webView: mbWebView,
[INFO] [stdout] 1501 | |             callback: mbGetCookieCallback,
[INFO] [stdout] 1502 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1503 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1507:16
[INFO] [stdout]      |
[INFO] [stdout] 1507 |         Result<unsafe extern "stdcall" fn(webView: mbWebView) -> *const utf8, ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1508:31
[INFO] [stdout]      |
[INFO] [stdout] 1508 |     pub mbClearCookie: Result<unsafe extern "stdcall" fn(webView: mbWebView), ::libloading::Error>,
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1510:9
[INFO] [stdout]      |
[INFO] [stdout] 1510 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1511 | |             webView: mbWebView,
[INFO] [stdout] 1512 | |             w: ::std::os::raw::c_int,
[INFO] [stdout] 1513 | |             h: ::std::os::raw::c_int,
[INFO] [stdout] 1514 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:543:5
[INFO] [stdout]     |
[INFO] [stdout] 543 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 544 | |         webView: mbWebView,
[INFO] [stdout] 545 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 546 | |         navigationType: mbNavigationType,
[INFO] [stdout] 547 | |         url: *const utf8,
[INFO] [stdout] 548 | |     ) -> BOOL,
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1518:9
[INFO] [stdout]      |
[INFO] [stdout] 1518 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1519 | |             webView: mbWebView,
[INFO] [stdout] 1520 | |             callback: mbNavigationCallback,
[INFO] [stdout] 1521 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1522 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1526:9
[INFO] [stdout]      |
[INFO] [stdout] 1526 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1527 | |             webView: mbWebView,
[INFO] [stdout] 1528 | |             callback: mbNavigationCallback,
[INFO] [stdout] 1529 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1530 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:551:5
[INFO] [stdout]     |
[INFO] [stdout] 551 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 552 | |         webView: mbWebView,
[INFO] [stdout] 553 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 554 | |         navigationType: mbNavigationType,
[INFO] [stdout] 555 | |         url: *const utf8,
[INFO] [stdout] 556 | |         windowFeatures: *const mbWindowFeatures,
[INFO] [stdout] 557 | |     ) -> mbWebView,
[INFO] [stdout]     | |__________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1534:9
[INFO] [stdout]      |
[INFO] [stdout] 1534 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1535 | |             webView: mbWebView,
[INFO] [stdout] 1536 | |             callback: mbCreateViewCallback,
[INFO] [stdout] 1537 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1538 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:560:5
[INFO] [stdout]     |
[INFO] [stdout] 560 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 561 | |         webView: mbWebView,
[INFO] [stdout] 562 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 563 | |         frameId: mbWebFrameHandle,
[INFO] [stdout] 564 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1542:9
[INFO] [stdout]      |
[INFO] [stdout] 1542 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1543 | |             webView: mbWebView,
[INFO] [stdout] 1544 | |             callback: mbDocumentReadyCallback,
[INFO] [stdout] 1545 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1546 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1550:9
[INFO] [stdout]      |
[INFO] [stdout] 1550 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1551 | |             webView: mbWebView,
[INFO] [stdout] 1552 | |             callback: mbDocumentReadyCallback,
[INFO] [stdout] 1553 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1554 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:490:5
[INFO] [stdout]     |
[INFO] [stdout] 490 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 491 | |         webView: mbWebView,
[INFO] [stdout] 492 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 493 | |         hdc: HDC,
[INFO] [stdout] ...   |
[INFO] [stdout] 497 | |         cy: ::std::os::raw::c_int,
[INFO] [stdout] 498 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1558:9
[INFO] [stdout]      |
[INFO] [stdout] 1558 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1559 | |             webView: mbWebView,
[INFO] [stdout] 1560 | |             callback: mbPaintUpdatedCallback,
[INFO] [stdout] 1561 | |             callbackParam: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1562 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:511:5
[INFO] [stdout]     |
[INFO] [stdout] 511 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 512 | |         webView: mbWebView,
[INFO] [stdout] 513 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 514 | |         buffer: *const ::std::os::raw::c_void,
[INFO] [stdout] ...   |
[INFO] [stdout] 517 | |         height: ::std::os::raw::c_int,
[INFO] [stdout] 518 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1566:9
[INFO] [stdout]      |
[INFO] [stdout] 1566 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1567 | |             webView: mbWebView,
[INFO] [stdout] 1568 | |             callback: mbPaintBitUpdatedCallback,
[INFO] [stdout] 1569 | |             callbackParam: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1570 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:501:5
[INFO] [stdout]     |
[INFO] [stdout] 501 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 502 | |         webView: mbWebView,
[INFO] [stdout] 503 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 504 | |         type_: ::std::os::raw::c_int,
[INFO] [stdout] ...   |
[INFO] [stdout] 507 | |         sharedHandle: *mut ::std::os::raw::c_void,
[INFO] [stdout] 508 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1574:9
[INFO] [stdout]      |
[INFO] [stdout] 1574 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1575 | |             webView: mbWebView,
[INFO] [stdout] 1576 | |             callback: mbAcceleratedPaintCallback,
[INFO] [stdout] 1577 | |             callbackParam: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1578 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:676:5
[INFO] [stdout]     |
[INFO] [stdout] 676 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 677 | |         webView: mbWebView,
[INFO] [stdout] 678 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 679 | |         url: *const ::std::os::raw::c_char,
[INFO] [stdout] 680 | |         job: mbNetJob,
[INFO] [stdout] 681 | |     ) -> BOOL,
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1582:9
[INFO] [stdout]      |
[INFO] [stdout] 1582 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1583 | |             webView: mbWebView,
[INFO] [stdout] 1584 | |             callback: mbLoadUrlBeginCallback,
[INFO] [stdout] 1585 | |             callbackParam: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1586 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:684:5
[INFO] [stdout]     |
[INFO] [stdout] 684 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 685 | |         webView: mbWebView,
[INFO] [stdout] 686 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 687 | |         url: *const ::std::os::raw::c_char,
[INFO] [stdout] ...   |
[INFO] [stdout] 690 | |         len: ::std::os::raw::c_int,
[INFO] [stdout] 691 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1590:9
[INFO] [stdout]      |
[INFO] [stdout] 1590 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1591 | |             webView: mbWebView,
[INFO] [stdout] 1592 | |             callback: mbLoadUrlEndCallback,
[INFO] [stdout] 1593 | |             callbackParam: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1594 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:694:5
[INFO] [stdout]     |
[INFO] [stdout] 694 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 695 | |         webView: mbWebView,
[INFO] [stdout] 696 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 697 | |         url: *const ::std::os::raw::c_char,
[INFO] [stdout] 698 | |         job: mbNetJob,
[INFO] [stdout] 699 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1598:9
[INFO] [stdout]      |
[INFO] [stdout] 1598 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1599 | |             webView: mbWebView,
[INFO] [stdout] 1600 | |             callback: mbLoadUrlFailCallback,
[INFO] [stdout] 1601 | |             callbackParam: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1602 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:702:5
[INFO] [stdout]     |
[INFO] [stdout] 702 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 703 | |         webView: mbWebView,
[INFO] [stdout] 704 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 705 | |         url: *const ::std::os::raw::c_char,
[INFO] [stdout] 706 | |         job: mbNetJob,
[INFO] [stdout] 707 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1606:9
[INFO] [stdout]      |
[INFO] [stdout] 1606 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1607 | |             webView: mbWebView,
[INFO] [stdout] 1608 | |             callback: mbLoadUrlHeadersReceivedCallback,
[INFO] [stdout] 1609 | |             callbackParam: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1610 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:710:5
[INFO] [stdout]     |
[INFO] [stdout] 710 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 711 | |         webView: mbWebView,
[INFO] [stdout] 712 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 713 | |         url: *const utf8,
[INFO] [stdout] 714 | |         job: mbNetJob,
[INFO] [stdout] 715 | |         len: ::std::os::raw::c_int,
[INFO] [stdout] 716 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1614:9
[INFO] [stdout]      |
[INFO] [stdout] 1614 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1615 | |             webView: mbWebView,
[INFO] [stdout] 1616 | |             callback: mbLoadUrlFinishCallback,
[INFO] [stdout] 1617 | |             callbackParam: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1618 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:459:5
[INFO] [stdout]     |
[INFO] [stdout] 459 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 460 | |         webView: mbWebView,
[INFO] [stdout] 461 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 462 | |         title: *const utf8,
[INFO] [stdout] 463 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1622:9
[INFO] [stdout]      |
[INFO] [stdout] 1622 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1623 | |             webView: mbWebView,
[INFO] [stdout] 1624 | |             callback: mbTitleChangedCallback,
[INFO] [stdout] 1625 | |             callbackParam: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1626 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:473:5
[INFO] [stdout]     |
[INFO] [stdout] 473 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 474 | |         webView: mbWebView,
[INFO] [stdout] 475 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 476 | |         url: *const utf8,
[INFO] [stdout] 477 | |         canGoBack: BOOL,
[INFO] [stdout] 478 | |         canGoForward: BOOL,
[INFO] [stdout] 479 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1630:9
[INFO] [stdout]      |
[INFO] [stdout] 1630 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1631 | |             webView: mbWebView,
[INFO] [stdout] 1632 | |             callback: mbURLChangedCallback,
[INFO] [stdout] 1633 | |             callbackParam: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1634 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:628:5
[INFO] [stdout]     |
[INFO] [stdout] 628 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 629 | |         webView: mbWebView,
[INFO] [stdout] 630 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 631 | |         frameId: mbWebFrameHandle,
[INFO] [stdout] ...   |
[INFO] [stdout] 634 | |         failedReason: *const utf8,
[INFO] [stdout] 635 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1638:9
[INFO] [stdout]      |
[INFO] [stdout] 1638 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1639 | |             webView: mbWebView,
[INFO] [stdout] 1640 | |             callback: mbLoadingFinishCallback,
[INFO] [stdout] 1641 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1642 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:638:5
[INFO] [stdout]     |
[INFO] [stdout] 638 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 639 | |         webView: mbWebView,
[INFO] [stdout] 640 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 641 | |         frameId: mbWebFrameHandle,
[INFO] [stdout] 642 | |         url: *const ::std::os::raw::c_char,
[INFO] [stdout] 643 | |         downloadJob: *mut ::std::os::raw::c_void,
[INFO] [stdout] 644 | |     ) -> BOOL,
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1646:9
[INFO] [stdout]      |
[INFO] [stdout] 1646 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1647 | |             webView: mbWebView,
[INFO] [stdout] 1648 | |             callback: mbDownloadCallback,
[INFO] [stdout] 1649 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1650 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:913:5
[INFO] [stdout]     |
[INFO] [stdout] 913 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 914 | |         webView: mbWebView,
[INFO] [stdout] 915 | |         params: *mut ::std::os::raw::c_void,
[INFO] [stdout] 916 | |         expectedContentLength: usize,
[INFO] [stdout] ...   |
[INFO] [stdout] 921 | |         dataBind: *mut mbNetJobDataBind,
[INFO] [stdout] 922 | |     ) -> mbDownloadOpt,
[INFO] [stdout]     | |______________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1654:9
[INFO] [stdout]      |
[INFO] [stdout] 1654 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1655 | |             webView: mbWebView,
[INFO] [stdout] 1656 | |             callback: mbDownloadInBlinkThreadCallback,
[INFO] [stdout] 1657 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1658 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:521:5
[INFO] [stdout]     |
[INFO] [stdout] 521 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 522 | |         webView: mbWebView,
[INFO] [stdout] 523 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 524 | |         msg: *const utf8,
[INFO] [stdout] 525 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1662:9
[INFO] [stdout]      |
[INFO] [stdout] 1662 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1663 | |             webView: mbWebView,
[INFO] [stdout] 1664 | |             callback: mbAlertBoxCallback,
[INFO] [stdout] 1665 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1666 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:528:5
[INFO] [stdout]     |
[INFO] [stdout] 528 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 529 | |         webView: mbWebView,
[INFO] [stdout] 530 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 531 | |         msg: *const utf8,
[INFO] [stdout] 532 | |     ) -> BOOL,
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1670:9
[INFO] [stdout]      |
[INFO] [stdout] 1670 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1671 | |             webView: mbWebView,
[INFO] [stdout] 1672 | |             callback: mbConfirmBoxCallback,
[INFO] [stdout] 1673 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1674 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:535:5
[INFO] [stdout]     |
[INFO] [stdout] 535 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 536 | |         webView: mbWebView,
[INFO] [stdout] 537 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 538 | |         msg: *const utf8,
[INFO] [stdout] 539 | |         defaultResult: *const utf8,
[INFO] [stdout] 540 | |     ) -> mbStringPtr,
[INFO] [stdout]     | |____________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1678:9
[INFO] [stdout]      |
[INFO] [stdout] 1678 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1679 | |             webView: mbWebView,
[INFO] [stdout] 1680 | |             callback: mbPromptBoxCallback,
[INFO] [stdout] 1681 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1682 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:728:5
[INFO] [stdout]     |
[INFO] [stdout] 728 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 729 | |         webView: mbWebView,
[INFO] [stdout] 730 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 731 | |         url: *const utf8,
[INFO] [stdout] 732 | |         buf: *mut mbMemBuf,
[INFO] [stdout] 733 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1686:9
[INFO] [stdout]      |
[INFO] [stdout] 1686 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1687 | |             webView: mbWebView,
[INFO] [stdout] 1688 | |             callback: mbNetGetFaviconCallback,
[INFO] [stdout] 1689 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1690 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:655:5
[INFO] [stdout]     |
[INFO] [stdout] 655 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 656 | |         webView: mbWebView,
[INFO] [stdout] 657 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 658 | |         level: mbConsoleLevel,
[INFO] [stdout] ...   |
[INFO] [stdout] 662 | |         stackTrace: *const utf8,
[INFO] [stdout] 663 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1694:9
[INFO] [stdout]      |
[INFO] [stdout] 1694 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1695 | |             webView: mbWebView,
[INFO] [stdout] 1696 | |             callback: mbConsoleCallback,
[INFO] [stdout] 1697 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1698 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:567:5
[INFO] [stdout]     |
[INFO] [stdout] 567 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 568 | |         webView: mbWebView,
[INFO] [stdout] 569 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 570 | |         unuse: *mut ::std::os::raw::c_void,
[INFO] [stdout] 571 | |     ) -> BOOL,
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1702:9
[INFO] [stdout]      |
[INFO] [stdout] 1702 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1703 | |             webView: mbWebView,
[INFO] [stdout] 1704 | |             callback: mbCloseCallback,
[INFO] [stdout] 1705 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1706 | |         ) -> BOOL,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:574:5
[INFO] [stdout]     |
[INFO] [stdout] 574 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 575 | |         webView: mbWebView,
[INFO] [stdout] 576 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 577 | |         unuse: *mut ::std::os::raw::c_void,
[INFO] [stdout] 578 | |     ) -> BOOL,
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1710:9
[INFO] [stdout]      |
[INFO] [stdout] 1710 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1711 | |             webView: mbWebView,
[INFO] [stdout] 1712 | |             callback: mbDestroyCallback,
[INFO] [stdout] 1713 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1714 | |         ) -> BOOL,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1086:5
[INFO] [stdout]      |
[INFO] [stdout] 1086 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 1087 | |         webview: mbWebView,
[INFO] [stdout] 1088 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1089 | |         step: mbPrintintStep,
[INFO] [stdout] ...    |
[INFO] [stdout] 1092 | |         pageCount: ::std::os::raw::c_int,
[INFO] [stdout] 1093 | |     ) -> BOOL,
[INFO] [stdout]      | |_____________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1718:9
[INFO] [stdout]      |
[INFO] [stdout] 1718 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1719 | |             webView: mbWebView,
[INFO] [stdout] 1720 | |             callback: mbPrintingCallback,
[INFO] [stdout] 1721 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1722 | |         ) -> BOOL,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:594:5
[INFO] [stdout]     |
[INFO] [stdout] 594 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 595 | |         refresh: BOOL,
[INFO] [stdout] 596 | |         pluginListBuilder: *mut ::std::os::raw::c_void,
[INFO] [stdout] 597 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 598 | |     ) -> BOOL,
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1726:9
[INFO] [stdout]      |
[INFO] [stdout] 1726 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1727 | |             webView: mbWebView,
[INFO] [stdout] 1728 | |             callback: mbGetPluginListCallback,
[INFO] [stdout] 1729 | |             callbackParam: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1730 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1096:5
[INFO] [stdout]      |
[INFO] [stdout] 1096 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 1097 | |         webView: mbWebView,
[INFO] [stdout] 1098 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1099 | |         data: *const ::std::os::raw::c_char,
[INFO] [stdout] 1100 | |         size: usize,
[INFO] [stdout] 1101 | |     ) -> mbStringPtr,
[INFO] [stdout]      | |____________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1237:34
[INFO] [stdout]      |
[INFO] [stdout] 1237 |     pub mbNetContinueJob: Result<unsafe extern "stdcall" fn(jobPtr: mbNetJob), ::libloading::Error>,
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1734:9
[INFO] [stdout]      |
[INFO] [stdout] 1734 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1735 | |             webView: mbWebView,
[INFO] [stdout] 1736 | |             callback: mbImageBufferToDataURLCallback,
[INFO] [stdout] 1737 | |             callbackParam: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1738 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1239:16
[INFO] [stdout]      |
[INFO] [stdout] 1239 |         Result<unsafe extern "stdcall" fn(jobPtr: mbNetJob) -> *const mbSlist, ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1241:16
[INFO] [stdout]      |
[INFO] [stdout] 1241 |         Result<unsafe extern "stdcall" fn(jobPtr: mbNetJob) -> *const mbSlist, ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:584:5
[INFO] [stdout]     |
[INFO] [stdout] 584 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 585 | |         webView: mbWebView,
[INFO] [stdout] 586 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 587 | |         frameId: mbWebFrameHandle,
[INFO] [stdout] ...   |
[INFO] [stdout] 590 | |         worldId: ::std::os::raw::c_int,
[INFO] [stdout] 591 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1243:16
[INFO] [stdout]      |
[INFO] [stdout] 1243 |         Result<unsafe extern "stdcall" fn(jobPtr: mbNetJob) -> BOOL, ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1742:9
[INFO] [stdout]      |
[INFO] [stdout] 1742 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1743 | |             webView: mbWebView,
[INFO] [stdout] 1744 | |             callback: mbDidCreateScriptContextCallback,
[INFO] [stdout] 1745 | |             callbackParam: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1746 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1245:16
[INFO] [stdout]      |
[INFO] [stdout] 1245 |         Result<unsafe extern "stdcall" fn(jobPtr: mbNetJob), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:719:5
[INFO] [stdout]     |
[INFO] [stdout] 719 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 720 | |         webView: mbWebView,
[INFO] [stdout] 721 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 722 | |         frameId: mbWebFrameHandle,
[INFO] [stdout] 723 | |         context: *mut ::std::os::raw::c_void,
[INFO] [stdout] 724 | |         worldId: ::std::os::raw::c_int,
[INFO] [stdout] 725 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:601:5
[INFO] [stdout]     |
[INFO] [stdout] 601 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 602 | |         webView: mbWebView,
[INFO] [stdout] 603 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 604 | |         url: *const utf8,
[INFO] [stdout] 605 | |         job: mbNetJob,
[INFO] [stdout] 606 | |     ) -> BOOL,
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1750:9
[INFO] [stdout]      |
[INFO] [stdout] 1750 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1751 | |             webView: mbWebView,
[INFO] [stdout] 1752 | |             callback: mbWillReleaseScriptContextCallback,
[INFO] [stdout] 1753 | |             callbackParam: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1754 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1247:9
[INFO] [stdout]      |
[INFO] [stdout] 1247 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1248 | |             webviewHandle: mbWebView,
[INFO] [stdout] 1249 | |             callback: mbNetResponseCallback,
[INFO] [stdout] 1250 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1251 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1757:26
[INFO] [stdout]      |
[INFO] [stdout] 1757 |     pub mbGoBack: Result<unsafe extern "stdcall" fn(webView: mbWebView), ::libloading::Error>,
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1255:9
[INFO] [stdout]      |
[INFO] [stdout] 1255 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1256 | |             webview: mbWebView,
[INFO] [stdout] 1257 | |             callbacks: *const mbWebsocketHookCallbacks,
[INFO] [stdout] 1258 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1259 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1758:29
[INFO] [stdout]      |
[INFO] [stdout] 1758 |     pub mbGoForward: Result<unsafe extern "stdcall" fn(webView: mbWebView), ::libloading::Error>,
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1263:9
[INFO] [stdout]      |
[INFO] [stdout] 1263 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1264 | |             channel: mbWebSocketChannel,
[INFO] [stdout] 1265 | |             buf: *const ::std::os::raw::c_char,
[INFO] [stdout] 1266 | |             len: usize,
[INFO] [stdout] 1267 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1760:9
[INFO] [stdout]      |
[INFO] [stdout] 1760 |         unsafe extern "stdcall" fn(webView: mbWebView, offset: ::std::os::raw::c_int),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1271:9
[INFO] [stdout]      |
[INFO] [stdout] 1271 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1272 | |             channel: mbWebSocketChannel,
[INFO] [stdout] 1273 | |             buf: *const ::std::os::raw::c_char,
[INFO] [stdout] 1274 | |             len: usize,
[INFO] [stdout] 1275 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1764:9
[INFO] [stdout]      |
[INFO] [stdout] 1764 |         unsafe extern "stdcall" fn(webView: mbWebView, index: ::std::os::raw::c_int),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1768:9
[INFO] [stdout]      |
[INFO] [stdout] 1768 |         unsafe extern "stdcall" fn(webView: mbWebView, index: ::std::os::raw::c_int),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1772:9
[INFO] [stdout]      |
[INFO] [stdout] 1772 |         unsafe extern "stdcall" fn(webView: mbWebView) -> ::std::os::raw::c_int,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1775:31
[INFO] [stdout]      |
[INFO] [stdout] 1775 |     pub mbStopLoading: Result<unsafe extern "stdcall" fn(webView: mbWebView), ::libloading::Error>,
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1776:26
[INFO] [stdout]      |
[INFO] [stdout] 1776 |     pub mbReload: Result<unsafe extern "stdcall" fn(webView: mbWebView), ::libloading::Error>,
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1778:9
[INFO] [stdout]      |
[INFO] [stdout] 1778 |         unsafe extern "stdcall" fn(webView: mbWebView, command: mbCookieCommand),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1782:9
[INFO] [stdout]      |
[INFO] [stdout] 1782 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1783 | |             webView: mbWebView,
[INFO] [stdout] 1784 | |             frameId: mbWebFrameHandle,
[INFO] [stdout] 1785 | |             cssText: *const utf8,
[INFO] [stdout] 1786 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1790:16
[INFO] [stdout]      |
[INFO] [stdout] 1790 |         Result<unsafe extern "stdcall" fn(webView: mbWebView), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1792:16
[INFO] [stdout]      |
[INFO] [stdout] 1792 |         Result<unsafe extern "stdcall" fn(webView: mbWebView), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1793:30
[INFO] [stdout]      |
[INFO] [stdout] 1793 |     pub mbEditorCopy: Result<unsafe extern "stdcall" fn(webView: mbWebView), ::libloading::Error>,
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1794:29
[INFO] [stdout]      |
[INFO] [stdout] 1794 |     pub mbEditorCut: Result<unsafe extern "stdcall" fn(webView: mbWebView), ::libloading::Error>,
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1795:31
[INFO] [stdout]      |
[INFO] [stdout] 1795 |     pub mbEditorPaste: Result<unsafe extern "stdcall" fn(webView: mbWebView), ::libloading::Error>,
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1279:9
[INFO] [stdout]      |
[INFO] [stdout] 1279 |         unsafe extern "stdcall" fn(webviewHandle: mbWebView, pathName: *const WCHAR),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1283:9
[INFO] [stdout]      |
[INFO] [stdout] 1283 |         unsafe extern "stdcall" fn(jobPtr: mbNetJob) -> *mut mbPostBodyElements,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1287:9
[INFO] [stdout]      |
[INFO] [stdout] 1287 |         unsafe extern "stdcall" fn(webView: mbWebView, length: usize) -> *mut mbPostBodyElements,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1291:16
[INFO] [stdout]      |
[INFO] [stdout] 1291 |         Result<unsafe extern "stdcall" fn(elements: *mut mbPostBodyElements), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1293:9
[INFO] [stdout]      |
[INFO] [stdout] 1293 |         unsafe extern "stdcall" fn(webView: mbWebView) -> *mut mbPostBodyElement,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1297:16
[INFO] [stdout]      |
[INFO] [stdout] 1297 |         Result<unsafe extern "stdcall" fn(element: *mut mbPostBodyElement), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1299:9
[INFO] [stdout]      |
[INFO] [stdout] 1299 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1300 | |             url: *const utf8,
[INFO] [stdout] 1301 | |             method: *const utf8,
[INFO] [stdout] 1302 | |             mime: *const utf8,
[INFO] [stdout] 1303 | |         ) -> mbWebUrlRequestPtr,
[INFO] [stdout]      | |_______________________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1307:9
[INFO] [stdout]      |
[INFO] [stdout] 1307 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1308 | |             request: mbWebUrlRequestPtr,
[INFO] [stdout] 1309 | |             name: *const utf8,
[INFO] [stdout] 1310 | |             value: *const utf8,
[INFO] [stdout] 1311 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1315:9
[INFO] [stdout]      |
[INFO] [stdout] 1315 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1316 | |             webView: mbWebView,
[INFO] [stdout] 1317 | |             request: mbWebUrlRequestPtr,
[INFO] [stdout] 1318 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1319 | |             callbacks: *const mbUrlRequestCallbacks,
[INFO] [stdout] 1320 | |         ) -> ::std::os::raw::c_int,
[INFO] [stdout]      | |__________________________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1324:9
[INFO] [stdout]      |
[INFO] [stdout] 1324 |         unsafe extern "stdcall" fn(response: mbWebUrlResponsePtr) -> ::std::os::raw::c_int,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1328:16
[INFO] [stdout]      |
[INFO] [stdout] 1328 |         Result<unsafe extern "stdcall" fn(jobPtr: mbNetJob) -> mbRequestType, ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1330:9
[INFO] [stdout]      |
[INFO] [stdout] 1330 |         unsafe extern "stdcall" fn(response: mbWebUrlResponsePtr) -> ::std::os::raw::c_longlong,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1334:9
[INFO] [stdout]      |
[INFO] [stdout] 1334 |         unsafe extern "stdcall" fn(response: mbWebUrlResponsePtr) -> *const utf8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1338:16
[INFO] [stdout]      |
[INFO] [stdout] 1338 |         Result<unsafe extern "stdcall" fn(requestId: ::std::os::raw::c_int), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1340:9
[INFO] [stdout]      |
[INFO] [stdout] 1340 |         unsafe extern "stdcall" fn(webView: mbWebView, proxy: *const mbProxy),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1344:9
[INFO] [stdout]      |
[INFO] [stdout] 1344 |         unsafe extern "stdcall" fn(jobPtr: mbNetJob, type_: *const ::std::os::raw::c_char),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1348:9
[INFO] [stdout]      |
[INFO] [stdout] 1348 |         unsafe extern "stdcall" fn(jobPtr: mbNetJob) -> *const ::std::os::raw::c_char,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1352:9
[INFO] [stdout]      |
[INFO] [stdout] 1352 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1353 | |             job: mbNetJob,
[INFO] [stdout] 1354 | |             key: *const ::std::os::raw::c_char,
[INFO] [stdout] 1355 | |             fromRequestOrResponse: BOOL,
[INFO] [stdout] 1356 | |         ) -> *const utf8,
[INFO] [stdout]      | |________________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1360:9
[INFO] [stdout]      |
[INFO] [stdout] 1360 |         unsafe extern "stdcall" fn(jobPtr: mbNetJob) -> *const ::std::os::raw::c_char,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1364:9
[INFO] [stdout]      |
[INFO] [stdout] 1364 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1365 | |             jobPtr: mbNetJob,
[INFO] [stdout] 1366 | |             key: *const wchar_t,
[INFO] [stdout] 1367 | |             value: *const wchar_t,
[INFO] [stdout] 1368 | |             response: BOOL,
[INFO] [stdout] 1369 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1373:16
[INFO] [stdout]      |
[INFO] [stdout] 1373 |         Result<unsafe extern "stdcall" fn(webView: mbWebView, b: BOOL), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1796:32
[INFO] [stdout]      |
[INFO] [stdout] 1796 |     pub mbEditorDelete: Result<unsafe extern "stdcall" fn(webView: mbWebView), ::libloading::Error>,
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1797:30
[INFO] [stdout]      |
[INFO] [stdout] 1797 |     pub mbEditorUndo: Result<unsafe extern "stdcall" fn(webView: mbWebView), ::libloading::Error>,
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1798:30
[INFO] [stdout]      |
[INFO] [stdout] 1798 |     pub mbEditorRedo: Result<unsafe extern "stdcall" fn(webView: mbWebView), ::libloading::Error>,
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1800:16
[INFO] [stdout]      |
[INFO] [stdout] 1800 |         Result<unsafe extern "stdcall" fn(webView: mbWebView, editable: bool), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1802:9
[INFO] [stdout]      |
[INFO] [stdout] 1802 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1803 | |             webView: mbWebView,
[INFO] [stdout] 1804 | |             message: ::std::os::raw::c_uint,
[INFO] [stdout] 1805 | |             x: ::std::os::raw::c_int,
[INFO] [stdout] 1806 | |             y: ::std::os::raw::c_int,
[INFO] [stdout] 1807 | |             flags: ::std::os::raw::c_uint,
[INFO] [stdout] 1808 | |         ) -> BOOL,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1812:9
[INFO] [stdout]      |
[INFO] [stdout] 1812 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1813 | |             webView: mbWebView,
[INFO] [stdout] 1814 | |             x: ::std::os::raw::c_int,
[INFO] [stdout] 1815 | |             y: ::std::os::raw::c_int,
[INFO] [stdout] 1816 | |             flags: ::std::os::raw::c_uint,
[INFO] [stdout] 1817 | |         ) -> BOOL,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1821:9
[INFO] [stdout]      |
[INFO] [stdout] 1821 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1822 | |             webView: mbWebView,
[INFO] [stdout] 1823 | |             x: ::std::os::raw::c_int,
[INFO] [stdout] 1824 | |             y: ::std::os::raw::c_int,
[INFO] [stdout] 1825 | |             delta: ::std::os::raw::c_int,
[INFO] [stdout] 1826 | |             flags: ::std::os::raw::c_uint,
[INFO] [stdout] 1827 | |         ) -> BOOL,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1831:9
[INFO] [stdout]      |
[INFO] [stdout] 1831 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1832 | |             webView: mbWebView,
[INFO] [stdout] 1833 | |             virtualKeyCode: ::std::os::raw::c_uint,
[INFO] [stdout] 1834 | |             flags: ::std::os::raw::c_uint,
[INFO] [stdout] 1835 | |             systemKey: BOOL,
[INFO] [stdout] 1836 | |         ) -> BOOL,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1840:9
[INFO] [stdout]      |
[INFO] [stdout] 1840 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1841 | |             webView: mbWebView,
[INFO] [stdout] 1842 | |             virtualKeyCode: ::std::os::raw::c_uint,
[INFO] [stdout] 1843 | |             flags: ::std::os::raw::c_uint,
[INFO] [stdout] 1844 | |             systemKey: BOOL,
[INFO] [stdout] 1845 | |         ) -> BOOL,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1849:9
[INFO] [stdout]      |
[INFO] [stdout] 1849 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1850 | |             webView: mbWebView,
[INFO] [stdout] 1851 | |             charCode: ::std::os::raw::c_uint,
[INFO] [stdout] 1852 | |             flags: ::std::os::raw::c_uint,
[INFO] [stdout] 1853 | |             systemKey: BOOL,
[INFO] [stdout] 1854 | |         ) -> BOOL,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1375:16
[INFO] [stdout]      |
[INFO] [stdout] 1375 |         Result<unsafe extern "stdcall" fn(webView: mbWebView, b: BOOL), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1377:16
[INFO] [stdout]      |
[INFO] [stdout] 1377 |         Result<unsafe extern "stdcall" fn(webView: mbWebView, b: BOOL), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1379:16
[INFO] [stdout]      |
[INFO] [stdout] 1379 |         Result<unsafe extern "stdcall" fn(webView: mbWebView, b: BOOL), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1381:16
[INFO] [stdout]      |
[INFO] [stdout] 1381 |         Result<unsafe extern "stdcall" fn(webView: mbWebView, b: BOOL), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1383:16
[INFO] [stdout]      |
[INFO] [stdout] 1383 |         Result<unsafe extern "stdcall" fn(webView: mbWebView, b: BOOL), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1385:16
[INFO] [stdout]      |
[INFO] [stdout] 1385 |         Result<unsafe extern "stdcall" fn(webView: mbWebView, b: BOOL), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1387:16
[INFO] [stdout]      |
[INFO] [stdout] 1387 |         Result<unsafe extern "stdcall" fn(webView: mbWebView, b: BOOL), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1389:9
[INFO] [stdout]      |
[INFO] [stdout] 1389 |         unsafe extern "stdcall" fn(webView: mbWebView, item: mbMenuItemId, isShow: BOOL),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1393:16
[INFO] [stdout]      |
[INFO] [stdout] 1393 |         Result<unsafe extern "stdcall" fn(webView: mbWebView, wnd: HWND), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1395:9
[INFO] [stdout]      |
[INFO] [stdout] 1395 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1396 | |             webView: mbWebView,
[INFO] [stdout] 1397 | |             x: ::std::os::raw::c_int,
[INFO] [stdout] 1398 | |             y: ::std::os::raw::c_int,
[INFO] [stdout] 1399 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1403:16
[INFO] [stdout]      |
[INFO] [stdout] 1403 |         Result<unsafe extern "stdcall" fn(webView: mbWebView) -> HWND, ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1405:9
[INFO] [stdout]      |
[INFO] [stdout] 1405 |         unsafe extern "stdcall" fn(webviewHandle: mbWebView, transparent: BOOL),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1409:9
[INFO] [stdout]      |
[INFO] [stdout] 1409 |         unsafe extern "stdcall" fn(webviewHandle: mbWebView, settings: *const mbViewSettings),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1413:16
[INFO] [stdout]      |
[INFO] [stdout] 1413 |         Result<unsafe extern "stdcall" fn(webView: mbWebView, b: BOOL), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1415:16
[INFO] [stdout]      |
[INFO] [stdout] 1415 |         Result<unsafe extern "stdcall" fn(webView: mbWebView, b: BOOL), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1858:9
[INFO] [stdout]      |
[INFO] [stdout] 1858 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1859 | |             webView: mbWebView,
[INFO] [stdout] 1860 | |             hWnd: HWND,
[INFO] [stdout] 1861 | |             message: UINT,
[INFO] [stdout] ...    |
[INFO] [stdout] 1864 | |             result: *mut LRESULT,
[INFO] [stdout] 1865 | |         ) -> BOOL,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1868:28
[INFO] [stdout]      |
[INFO] [stdout] 1868 |     pub mbSetFocus: Result<unsafe extern "stdcall" fn(webView: mbWebView), ::libloading::Error>,
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1869:29
[INFO] [stdout]      |
[INFO] [stdout] 1869 |     pub mbKillFocus: Result<unsafe extern "stdcall" fn(webView: mbWebView), ::libloading::Error>,
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1871:16
[INFO] [stdout]      |
[INFO] [stdout] 1871 |         Result<unsafe extern "stdcall" fn(webview: mbWebView, show: BOOL), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1873:9
[INFO] [stdout]      |
[INFO] [stdout] 1873 |         unsafe extern "stdcall" fn(webView: mbWebView, url: *const utf8),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1877:9
[INFO] [stdout]      |
[INFO] [stdout] 1877 |         unsafe extern "stdcall" fn(webView: mbWebView, html: *const utf8, baseUrl: *const utf8),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1881:9
[INFO] [stdout]      |
[INFO] [stdout] 1881 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1882 | |             webView: mbWebView,
[INFO] [stdout] 1883 | |             url: *const utf8,
[INFO] [stdout] 1884 | |             postData: *const ::std::os::raw::c_char,
[INFO] [stdout] 1885 | |             postLen: ::std::os::raw::c_int,
[INFO] [stdout] 1886 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1890:16
[INFO] [stdout]      |
[INFO] [stdout] 1890 |         Result<unsafe extern "stdcall" fn(webView: mbWebView) -> HDC, ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1891:32
[INFO] [stdout]      |
[INFO] [stdout] 1891 |     pub mbUnlockViewDC: Result<unsafe extern "stdcall" fn(webView: mbWebView), ::libloading::Error>,
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1892:24
[INFO] [stdout]      |
[INFO] [stdout] 1892 |     pub mbWake: Result<unsafe extern "stdcall" fn(webView: mbWebView), ::libloading::Error>,
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1894:9
[INFO] [stdout]      |
[INFO] [stdout] 1894 |         unsafe extern "stdcall" fn(es: mbJsExecState, v: mbJsValue) -> *mut ::std::os::raw::c_void,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1898:9
[INFO] [stdout]      |
[INFO] [stdout] 1898 |         unsafe extern "stdcall" fn(webView: mbWebView, frameId: mbWebFrameHandle) -> mbJsExecState,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1902:9
[INFO] [stdout]      |
[INFO] [stdout] 1902 |         unsafe extern "stdcall" fn(es: mbJsExecState, v: mbJsValue) -> f64,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1906:9
[INFO] [stdout]      |
[INFO] [stdout] 1906 |         unsafe extern "stdcall" fn(es: mbJsExecState, v: mbJsValue) -> BOOL,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1910:9
[INFO] [stdout]      |
[INFO] [stdout] 1910 |         unsafe extern "stdcall" fn(es: mbJsExecState, v: mbJsValue) -> *const utf8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1914:9
[INFO] [stdout]      |
[INFO] [stdout] 1914 |         unsafe extern "stdcall" fn(es: mbJsExecState, v: mbJsValue) -> mbJsType,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:449:5
[INFO] [stdout]     |
[INFO] [stdout] 449 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 450 | |         webView: mbWebView,
[INFO] [stdout] 451 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 452 | |         es: mbJsExecState,
[INFO] [stdout] ...   |
[INFO] [stdout] 455 | |         request: *const utf8,
[INFO] [stdout] 456 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1918:9
[INFO] [stdout]      |
[INFO] [stdout] 1918 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1919 | |             webView: mbWebView,
[INFO] [stdout] 1920 | |             callback: mbJsQueryCallback,
[INFO] [stdout] 1921 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1922 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1926:9
[INFO] [stdout]      |
[INFO] [stdout] 1926 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1927 | |             webView: mbWebView,
[INFO] [stdout] 1928 | |             queryId: i64,
[INFO] [stdout] 1929 | |             customMsg: ::std::os::raw::c_int,
[INFO] [stdout] 1930 | |             response: *const utf8,
[INFO] [stdout] 1931 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:441:5
[INFO] [stdout]     |
[INFO] [stdout] 441 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 442 | |         webView: mbWebView,
[INFO] [stdout] 443 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 444 | |         es: mbJsExecState,
[INFO] [stdout] 445 | |         v: mbJsValue,
[INFO] [stdout] 446 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1417:16
[INFO] [stdout]      |
[INFO] [stdout] 1417 |         Result<unsafe extern "stdcall" fn(webView: mbWebView, b: BOOL), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1419:9
[INFO] [stdout]      |
[INFO] [stdout] 1419 |         unsafe extern "stdcall" fn(webView: mbWebView, url: *const utf8, cookie: *const utf8),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1423:16
[INFO] [stdout]      |
[INFO] [stdout] 1423 |         Result<unsafe extern "stdcall" fn(webView: mbWebView, enable: BOOL), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1425:9
[INFO] [stdout]      |
[INFO] [stdout] 1425 |         unsafe extern "stdcall" fn(webView: mbWebView, path: *const WCHAR),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1429:9
[INFO] [stdout]      |
[INFO] [stdout] 1429 |         unsafe extern "stdcall" fn(webView: mbWebView, path: *const WCHAR),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1433:9
[INFO] [stdout]      |
[INFO] [stdout] 1433 |         unsafe extern "stdcall" fn(webView: mbWebView, path: *const WCHAR),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1437:16
[INFO] [stdout]      |
[INFO] [stdout] 1437 |         Result<unsafe extern "stdcall" fn(webView: mbWebView) -> *const utf8, ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1439:9
[INFO] [stdout]      |
[INFO] [stdout] 1439 |         unsafe extern "stdcall" fn(webView: mbWebView, title: *const utf8),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1443:9
[INFO] [stdout]      |
[INFO] [stdout] 1443 |         unsafe extern "stdcall" fn(webView: mbWebView, title: *const wchar_t),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1447:16
[INFO] [stdout]      |
[INFO] [stdout] 1447 |         Result<unsafe extern "stdcall" fn(webView: mbWebView) -> *const utf8, ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1449:9
[INFO] [stdout]      |
[INFO] [stdout] 1449 |         unsafe extern "stdcall" fn(webView: mbWebView) -> ::std::os::raw::c_int,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1453:9
[INFO] [stdout]      |
[INFO] [stdout] 1453 |         unsafe extern "stdcall" fn(webView: mbWebView, path: *const WCHAR),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1457:9
[INFO] [stdout]      |
[INFO] [stdout] 1457 |         unsafe extern "stdcall" fn(webView: mbWebView, userAgent: *const utf8),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1461:16
[INFO] [stdout]      |
[INFO] [stdout] 1461 |         Result<unsafe extern "stdcall" fn(webView: mbWebView, factor: f32), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1463:16
[INFO] [stdout]      |
[INFO] [stdout] 1463 |         Result<unsafe extern "stdcall" fn(webView: mbWebView) -> f32, ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1465:16
[INFO] [stdout]      |
[INFO] [stdout] 1465 |         Result<unsafe extern "stdcall" fn(webView: mbWebView, enable: BOOL), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1467:9
[INFO] [stdout]      |
[INFO] [stdout] 1467 |         unsafe extern "stdcall" fn(webView: mbWebView, path: *const WCHAR),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1471:16
[INFO] [stdout]      |
[INFO] [stdout] 1471 |         Result<unsafe extern "stdcall" fn(webView: mbWebView, limit: usize), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1473:16
[INFO] [stdout]      |
[INFO] [stdout] 1473 |         Result<unsafe extern "stdcall" fn(webView: mbWebView, limit: usize), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1475:9
[INFO] [stdout]      |
[INFO] [stdout] 1475 |         unsafe extern "stdcall" fn(webView: mbWebView, Level: ::std::os::raw::c_int),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1479:9
[INFO] [stdout]      |
[INFO] [stdout] 1479 |         unsafe extern "stdcall" fn(webView: mbWebView, intervalSec: ::std::os::raw::c_int),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:739:5
[INFO] [stdout]     |
[INFO] [stdout] 739 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 740 | |         webView: mbWebView,
[INFO] [stdout] 741 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 742 | |         state: MbAsynRequestState,
[INFO] [stdout] 743 | |         b: BOOL,
[INFO] [stdout] 744 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1483:9
[INFO] [stdout]      |
[INFO] [stdout] 1483 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1484 | |             webView: mbWebView,
[INFO] [stdout] 1485 | |             callback: mbCanGoBackForwardCallback,
[INFO] [stdout] 1486 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1487 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1935:9
[INFO] [stdout]      |
[INFO] [stdout] 1935 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1936 | |             webView: mbWebView,
[INFO] [stdout] 1937 | |             frameId: mbWebFrameHandle,
[INFO] [stdout] 1938 | |             script: *const utf8,
[INFO] [stdout] ...    |
[INFO] [stdout] 1942 | |             unuse: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1943 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1947:9
[INFO] [stdout]      |
[INFO] [stdout] 1947 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1948 | |             webView: mbWebView,
[INFO] [stdout] 1949 | |             frameId: mbWebFrameHandle,
[INFO] [stdout] 1950 | |             script: *const utf8,
[INFO] [stdout] 1951 | |             isInClosure: BOOL,
[INFO] [stdout] 1952 | |         ) -> mbJsValue,
[INFO] [stdout]      | |______________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1956:9
[INFO] [stdout]      |
[INFO] [stdout] 1956 |         unsafe extern "stdcall" fn(webView: mbWebView) -> mbWebFrameHandle,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1960:9
[INFO] [stdout]      |
[INFO] [stdout] 1960 |         unsafe extern "stdcall" fn(webView: mbWebView, frameId: mbWebFrameHandle) -> BOOL,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1964:16
[INFO] [stdout]      |
[INFO] [stdout] 1964 |         Result<unsafe extern "stdcall" fn(webView: mbWebView, b: BOOL), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1966:9
[INFO] [stdout]      |
[INFO] [stdout] 1966 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1967 | |             webView: mbWebView,
[INFO] [stdout] 1968 | |             device: *const ::std::os::raw::c_char,
[INFO] [stdout] 1969 | |             paramStr: *const ::std::os::raw::c_char,
[INFO] [stdout] 1970 | |             paramInt: ::std::os::raw::c_int,
[INFO] [stdout] 1971 | |             paramFloat: f32,
[INFO] [stdout] 1972 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:764:5
[INFO] [stdout]     |
[INFO] [stdout] 764 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 765 | |         webView: mbWebView,
[INFO] [stdout] 766 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 767 | |         content: *const utf8,
[INFO] [stdout] 768 | |         size: usize,
[INFO] [stdout] 769 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1976:9
[INFO] [stdout]      |
[INFO] [stdout] 1976 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1977 | |             webView: mbWebView,
[INFO] [stdout] 1978 | |             calback: mbGetContentAsMarkupCallback,
[INFO] [stdout] 1979 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1980 | |             frameId: mbWebFrameHandle,
[INFO] [stdout] 1981 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:757:5
[INFO] [stdout]     |
[INFO] [stdout] 757 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 758 | |         webView: mbWebView,
[INFO] [stdout] 759 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 760 | |         mhtml: *const utf8,
[INFO] [stdout] 761 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1985:9
[INFO] [stdout]      |
[INFO] [stdout] 1985 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1986 | |             webView: mbWebView,
[INFO] [stdout] 1987 | |             calback: mbGetSourceCallback,
[INFO] [stdout] 1988 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1989 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1993:9
[INFO] [stdout]      |
[INFO] [stdout] 1993 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1994 | |             webView: mbWebView,
[INFO] [stdout] 1995 | |             calback: mbGetSourceCallback,
[INFO] [stdout] 1996 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1997 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1491:9
[INFO] [stdout]      |
[INFO] [stdout] 1491 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1492 | |             webView: mbWebView,
[INFO] [stdout] 1493 | |             callback: mbCanGoBackForwardCallback,
[INFO] [stdout] 1494 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1495 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:747:5
[INFO] [stdout]     |
[INFO] [stdout] 747 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 748 | |         webView: mbWebView,
[INFO] [stdout] 749 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 750 | |         state: MbAsynRequestState,
[INFO] [stdout] 751 | |         cookie: *const utf8,
[INFO] [stdout] 752 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1499:9
[INFO] [stdout]      |
[INFO] [stdout] 1499 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1500 | |             webView: mbWebView,
[INFO] [stdout] 1501 | |             callback: mbGetCookieCallback,
[INFO] [stdout] 1502 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1503 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1507:16
[INFO] [stdout]      |
[INFO] [stdout] 1507 |         Result<unsafe extern "stdcall" fn(webView: mbWebView) -> *const utf8, ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1508:31
[INFO] [stdout]      |
[INFO] [stdout] 1508 |     pub mbClearCookie: Result<unsafe extern "stdcall" fn(webView: mbWebView), ::libloading::Error>,
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1510:9
[INFO] [stdout]      |
[INFO] [stdout] 1510 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1511 | |             webView: mbWebView,
[INFO] [stdout] 1512 | |             w: ::std::os::raw::c_int,
[INFO] [stdout] 1513 | |             h: ::std::os::raw::c_int,
[INFO] [stdout] 1514 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:543:5
[INFO] [stdout]     |
[INFO] [stdout] 543 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 544 | |         webView: mbWebView,
[INFO] [stdout] 545 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 546 | |         navigationType: mbNavigationType,
[INFO] [stdout] 547 | |         url: *const utf8,
[INFO] [stdout] 548 | |     ) -> BOOL,
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1518:9
[INFO] [stdout]      |
[INFO] [stdout] 1518 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1519 | |             webView: mbWebView,
[INFO] [stdout] 1520 | |             callback: mbNavigationCallback,
[INFO] [stdout] 1521 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1522 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1526:9
[INFO] [stdout]      |
[INFO] [stdout] 1526 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1527 | |             webView: mbWebView,
[INFO] [stdout] 1528 | |             callback: mbNavigationCallback,
[INFO] [stdout] 1529 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1530 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:551:5
[INFO] [stdout]     |
[INFO] [stdout] 551 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 552 | |         webView: mbWebView,
[INFO] [stdout] 553 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 554 | |         navigationType: mbNavigationType,
[INFO] [stdout] 555 | |         url: *const utf8,
[INFO] [stdout] 556 | |         windowFeatures: *const mbWindowFeatures,
[INFO] [stdout] 557 | |     ) -> mbWebView,
[INFO] [stdout]     | |__________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1534:9
[INFO] [stdout]      |
[INFO] [stdout] 1534 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1535 | |             webView: mbWebView,
[INFO] [stdout] 1536 | |             callback: mbCreateViewCallback,
[INFO] [stdout] 1537 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1538 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:560:5
[INFO] [stdout]     |
[INFO] [stdout] 560 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 561 | |         webView: mbWebView,
[INFO] [stdout] 562 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 563 | |         frameId: mbWebFrameHandle,
[INFO] [stdout] 564 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1542:9
[INFO] [stdout]      |
[INFO] [stdout] 1542 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1543 | |             webView: mbWebView,
[INFO] [stdout] 1544 | |             callback: mbDocumentReadyCallback,
[INFO] [stdout] 1545 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1546 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1550:9
[INFO] [stdout]      |
[INFO] [stdout] 1550 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1551 | |             webView: mbWebView,
[INFO] [stdout] 1552 | |             callback: mbDocumentReadyCallback,
[INFO] [stdout] 1553 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1554 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:490:5
[INFO] [stdout]     |
[INFO] [stdout] 490 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 491 | |         webView: mbWebView,
[INFO] [stdout] 492 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 493 | |         hdc: HDC,
[INFO] [stdout] ...   |
[INFO] [stdout] 497 | |         cy: ::std::os::raw::c_int,
[INFO] [stdout] 498 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1558:9
[INFO] [stdout]      |
[INFO] [stdout] 1558 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1559 | |             webView: mbWebView,
[INFO] [stdout] 1560 | |             callback: mbPaintUpdatedCallback,
[INFO] [stdout] 1561 | |             callbackParam: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1562 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:511:5
[INFO] [stdout]     |
[INFO] [stdout] 511 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 512 | |         webView: mbWebView,
[INFO] [stdout] 513 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 514 | |         buffer: *const ::std::os::raw::c_void,
[INFO] [stdout] ...   |
[INFO] [stdout] 517 | |         height: ::std::os::raw::c_int,
[INFO] [stdout] 518 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1566:9
[INFO] [stdout]      |
[INFO] [stdout] 1566 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1567 | |             webView: mbWebView,
[INFO] [stdout] 1568 | |             callback: mbPaintBitUpdatedCallback,
[INFO] [stdout] 1569 | |             callbackParam: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1570 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:501:5
[INFO] [stdout]     |
[INFO] [stdout] 501 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 502 | |         webView: mbWebView,
[INFO] [stdout] 503 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 504 | |         type_: ::std::os::raw::c_int,
[INFO] [stdout] ...   |
[INFO] [stdout] 507 | |         sharedHandle: *mut ::std::os::raw::c_void,
[INFO] [stdout] 508 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1574:9
[INFO] [stdout]      |
[INFO] [stdout] 1574 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1575 | |             webView: mbWebView,
[INFO] [stdout] 1576 | |             callback: mbAcceleratedPaintCallback,
[INFO] [stdout] 1577 | |             callbackParam: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1578 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:676:5
[INFO] [stdout]     |
[INFO] [stdout] 676 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 677 | |         webView: mbWebView,
[INFO] [stdout] 678 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 679 | |         url: *const ::std::os::raw::c_char,
[INFO] [stdout] 680 | |         job: mbNetJob,
[INFO] [stdout] 681 | |     ) -> BOOL,
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1582:9
[INFO] [stdout]      |
[INFO] [stdout] 1582 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1583 | |             webView: mbWebView,
[INFO] [stdout] 1584 | |             callback: mbLoadUrlBeginCallback,
[INFO] [stdout] 1585 | |             callbackParam: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1586 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:684:5
[INFO] [stdout]     |
[INFO] [stdout] 684 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 685 | |         webView: mbWebView,
[INFO] [stdout] 686 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 687 | |         url: *const ::std::os::raw::c_char,
[INFO] [stdout] ...   |
[INFO] [stdout] 690 | |         len: ::std::os::raw::c_int,
[INFO] [stdout] 691 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1590:9
[INFO] [stdout]      |
[INFO] [stdout] 1590 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1591 | |             webView: mbWebView,
[INFO] [stdout] 1592 | |             callback: mbLoadUrlEndCallback,
[INFO] [stdout] 1593 | |             callbackParam: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1594 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:694:5
[INFO] [stdout]     |
[INFO] [stdout] 694 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 695 | |         webView: mbWebView,
[INFO] [stdout] 696 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 697 | |         url: *const ::std::os::raw::c_char,
[INFO] [stdout] 698 | |         job: mbNetJob,
[INFO] [stdout] 699 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1598:9
[INFO] [stdout]      |
[INFO] [stdout] 1598 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1599 | |             webView: mbWebView,
[INFO] [stdout] 1600 | |             callback: mbLoadUrlFailCallback,
[INFO] [stdout] 1601 | |             callbackParam: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1602 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:702:5
[INFO] [stdout]     |
[INFO] [stdout] 702 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 703 | |         webView: mbWebView,
[INFO] [stdout] 704 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 705 | |         url: *const ::std::os::raw::c_char,
[INFO] [stdout] 706 | |         job: mbNetJob,
[INFO] [stdout] 707 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2001:9
[INFO] [stdout]      |
[INFO] [stdout] 2001 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2002 | |             registerInfo: *const ::std::os::raw::c_char,
[INFO] [stdout] 2003 | |         ) -> *const ::std::os::raw::c_char,
[INFO] [stdout]      | |__________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2007:9
[INFO] [stdout]      |
[INFO] [stdout] 2007 |         unsafe extern "stdcall" fn(defaultPath: *const wchar_t) -> BOOL,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2011:9
[INFO] [stdout]      |
[INFO] [stdout] 2011 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2012 | |             webView: mbWebView,
[INFO] [stdout] 2013 | |             frameId: mbWebFrameHandle,
[INFO] [stdout] 2014 | |             printParams: *const mbPrintSettings,
[INFO] [stdout] 2015 | |         ) -> BOOL,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2019:16
[INFO] [stdout]      |
[INFO] [stdout] 2019 |         Result<unsafe extern "stdcall" fn(str_: *const utf8) -> *const utf8, ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2021:16
[INFO] [stdout]      |
[INFO] [stdout] 2021 |         Result<unsafe extern "stdcall" fn(str_: *const utf8) -> *const utf8, ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2023:16
[INFO] [stdout]      |
[INFO] [stdout] 2023 |         Result<unsafe extern "stdcall" fn(url: *const utf8) -> *const utf8, ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2025:16
[INFO] [stdout]      |
[INFO] [stdout] 2025 |         Result<unsafe extern "stdcall" fn(url: *const utf8) -> *const utf8, ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2027:9
[INFO] [stdout]      |
[INFO] [stdout] 2027 |         unsafe extern "stdcall" fn(str_: *const utf8) -> *const mbMemBuf,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:933:5
[INFO] [stdout]     |
[INFO] [stdout] 933 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 934 | |         webview: mbWebView,
[INFO] [stdout] 935 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 936 | |         datas: *const mbPdfDatas,
[INFO] [stdout] 937 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2031:9
[INFO] [stdout]      |
[INFO] [stdout] 2031 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2032 | |             webView: mbWebView,
[INFO] [stdout] 2033 | |             frameId: mbWebFrameHandle,
[INFO] [stdout] 2034 | |             settings: *const mbPrintSettings,
[INFO] [stdout] 2035 | |             callback: mbPrintPdfDataCallback,
[INFO] [stdout] 2036 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2037 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:948:5
[INFO] [stdout]     |
[INFO] [stdout] 948 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 949 | |         webview: mbWebView,
[INFO] [stdout] 950 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 951 | |         data: *const ::std::os::raw::c_char,
[INFO] [stdout] 952 | |         size: usize,
[INFO] [stdout] 953 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2041:9
[INFO] [stdout]      |
[INFO] [stdout] 2041 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2042 | |             webView: mbWebView,
[INFO] [stdout] 2043 | |             frameId: mbWebFrameHandle,
[INFO] [stdout] 2044 | |             settings: *const mbScreenshotSettings,
[INFO] [stdout] 2045 | |             callback: mbPrintBitmapCallback,
[INFO] [stdout] 2046 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2047 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:956:5
[INFO] [stdout]     |
[INFO] [stdout] 956 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 957 | |         webView: mbWebView,
[INFO] [stdout] 958 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 959 | |         data: *const ::std::os::raw::c_char,
[INFO] [stdout] 960 | |         size: usize,
[INFO] [stdout] 961 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2051:9
[INFO] [stdout]      |
[INFO] [stdout] 2051 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2052 | |             webView: mbWebView,
[INFO] [stdout] 2053 | |             settings: *const mbScreenshotSettings,
[INFO] [stdout] 2054 | |             callback: mbOnScreenshot,
[INFO] [stdout] 2055 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2056 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2060:9
[INFO] [stdout]      |
[INFO] [stdout] 2060 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2061 | |             webView: mbWebView,
[INFO] [stdout] 2062 | |             settings: *const ::std::os::raw::c_char,
[INFO] [stdout] 2063 | |         ) -> BOOL,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1606:9
[INFO] [stdout]      |
[INFO] [stdout] 1606 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1607 | |             webView: mbWebView,
[INFO] [stdout] 1608 | |             callback: mbLoadUrlHeadersReceivedCallback,
[INFO] [stdout] 1609 | |             callbackParam: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1610 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:710:5
[INFO] [stdout]     |
[INFO] [stdout] 710 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 711 | |         webView: mbWebView,
[INFO] [stdout] 712 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 713 | |         url: *const utf8,
[INFO] [stdout] 714 | |         job: mbNetJob,
[INFO] [stdout] 715 | |         len: ::std::os::raw::c_int,
[INFO] [stdout] 716 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2067:9
[INFO] [stdout]      |
[INFO] [stdout] 2067 |         unsafe extern "stdcall" fn(webView: mbWebView, setting: *const mbDefaultPrinterSettings),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1614:9
[INFO] [stdout]      |
[INFO] [stdout] 1614 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1615 | |             webView: mbWebView,
[INFO] [stdout] 1616 | |             callback: mbLoadUrlFinishCallback,
[INFO] [stdout] 1617 | |             callbackParam: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1618 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:459:5
[INFO] [stdout]     |
[INFO] [stdout] 459 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 460 | |         webView: mbWebView,
[INFO] [stdout] 461 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 462 | |         title: *const utf8,
[INFO] [stdout] 463 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1622:9
[INFO] [stdout]      |
[INFO] [stdout] 1622 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1623 | |             webView: mbWebView,
[INFO] [stdout] 1624 | |             callback: mbTitleChangedCallback,
[INFO] [stdout] 1625 | |             callbackParam: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1626 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:473:5
[INFO] [stdout]     |
[INFO] [stdout] 473 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 474 | |         webView: mbWebView,
[INFO] [stdout] 475 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 476 | |         url: *const utf8,
[INFO] [stdout] 477 | |         canGoBack: BOOL,
[INFO] [stdout] 478 | |         canGoForward: BOOL,
[INFO] [stdout] 479 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1630:9
[INFO] [stdout]      |
[INFO] [stdout] 1630 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1631 | |             webView: mbWebView,
[INFO] [stdout] 1632 | |             callback: mbURLChangedCallback,
[INFO] [stdout] 1633 | |             callbackParam: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1634 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:628:5
[INFO] [stdout]     |
[INFO] [stdout] 628 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 629 | |         webView: mbWebView,
[INFO] [stdout] 630 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 631 | |         frameId: mbWebFrameHandle,
[INFO] [stdout] ...   |
[INFO] [stdout] 634 | |         failedReason: *const utf8,
[INFO] [stdout] 635 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1638:9
[INFO] [stdout]      |
[INFO] [stdout] 1638 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1639 | |             webView: mbWebView,
[INFO] [stdout] 1640 | |             callback: mbLoadingFinishCallback,
[INFO] [stdout] 1641 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1642 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:638:5
[INFO] [stdout]     |
[INFO] [stdout] 638 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 639 | |         webView: mbWebView,
[INFO] [stdout] 640 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 641 | |         frameId: mbWebFrameHandle,
[INFO] [stdout] 642 | |         url: *const ::std::os::raw::c_char,
[INFO] [stdout] 643 | |         downloadJob: *mut ::std::os::raw::c_void,
[INFO] [stdout] 644 | |     ) -> BOOL,
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1646:9
[INFO] [stdout]      |
[INFO] [stdout] 1646 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1647 | |             webView: mbWebView,
[INFO] [stdout] 1648 | |             callback: mbDownloadCallback,
[INFO] [stdout] 1649 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1650 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:913:5
[INFO] [stdout]     |
[INFO] [stdout] 913 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 914 | |         webView: mbWebView,
[INFO] [stdout] 915 | |         params: *mut ::std::os::raw::c_void,
[INFO] [stdout] 916 | |         expectedContentLength: usize,
[INFO] [stdout] ...   |
[INFO] [stdout] 921 | |         dataBind: *mut mbNetJobDataBind,
[INFO] [stdout] 922 | |     ) -> mbDownloadOpt,
[INFO] [stdout]     | |______________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1654:9
[INFO] [stdout]      |
[INFO] [stdout] 1654 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1655 | |             webView: mbWebView,
[INFO] [stdout] 1656 | |             callback: mbDownloadInBlinkThreadCallback,
[INFO] [stdout] 1657 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1658 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:521:5
[INFO] [stdout]     |
[INFO] [stdout] 521 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 522 | |         webView: mbWebView,
[INFO] [stdout] 523 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 524 | |         msg: *const utf8,
[INFO] [stdout] 525 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1662:9
[INFO] [stdout]      |
[INFO] [stdout] 1662 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1663 | |             webView: mbWebView,
[INFO] [stdout] 1664 | |             callback: mbAlertBoxCallback,
[INFO] [stdout] 1665 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1666 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:528:5
[INFO] [stdout]     |
[INFO] [stdout] 528 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 529 | |         webView: mbWebView,
[INFO] [stdout] 530 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 531 | |         msg: *const utf8,
[INFO] [stdout] 532 | |     ) -> BOOL,
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1670:9
[INFO] [stdout]      |
[INFO] [stdout] 1670 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1671 | |             webView: mbWebView,
[INFO] [stdout] 1672 | |             callback: mbConfirmBoxCallback,
[INFO] [stdout] 1673 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1674 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:535:5
[INFO] [stdout]     |
[INFO] [stdout] 535 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 536 | |         webView: mbWebView,
[INFO] [stdout] 537 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 538 | |         msg: *const utf8,
[INFO] [stdout] 539 | |         defaultResult: *const utf8,
[INFO] [stdout] 540 | |     ) -> mbStringPtr,
[INFO] [stdout]     | |____________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1678:9
[INFO] [stdout]      |
[INFO] [stdout] 1678 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1679 | |             webView: mbWebView,
[INFO] [stdout] 1680 | |             callback: mbPromptBoxCallback,
[INFO] [stdout] 1681 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1682 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:728:5
[INFO] [stdout]     |
[INFO] [stdout] 728 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 729 | |         webView: mbWebView,
[INFO] [stdout] 730 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 731 | |         url: *const utf8,
[INFO] [stdout] 732 | |         buf: *mut mbMemBuf,
[INFO] [stdout] 733 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1686:9
[INFO] [stdout]      |
[INFO] [stdout] 1686 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1687 | |             webView: mbWebView,
[INFO] [stdout] 1688 | |             callback: mbNetGetFaviconCallback,
[INFO] [stdout] 1689 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1690 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:655:5
[INFO] [stdout]     |
[INFO] [stdout] 655 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 656 | |         webView: mbWebView,
[INFO] [stdout] 657 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 658 | |         level: mbConsoleLevel,
[INFO] [stdout] ...   |
[INFO] [stdout] 662 | |         stackTrace: *const utf8,
[INFO] [stdout] 663 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1694:9
[INFO] [stdout]      |
[INFO] [stdout] 1694 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1695 | |             webView: mbWebView,
[INFO] [stdout] 1696 | |             callback: mbConsoleCallback,
[INFO] [stdout] 1697 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1698 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:567:5
[INFO] [stdout]     |
[INFO] [stdout] 567 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 568 | |         webView: mbWebView,
[INFO] [stdout] 569 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 570 | |         unuse: *mut ::std::os::raw::c_void,
[INFO] [stdout] 571 | |     ) -> BOOL,
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1702:9
[INFO] [stdout]      |
[INFO] [stdout] 1702 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1703 | |             webView: mbWebView,
[INFO] [stdout] 1704 | |             callback: mbCloseCallback,
[INFO] [stdout] 1705 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1706 | |         ) -> BOOL,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:574:5
[INFO] [stdout]     |
[INFO] [stdout] 574 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 575 | |         webView: mbWebView,
[INFO] [stdout] 576 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 577 | |         unuse: *mut ::std::os::raw::c_void,
[INFO] [stdout] 578 | |     ) -> BOOL,
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1710:9
[INFO] [stdout]      |
[INFO] [stdout] 1710 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1711 | |             webView: mbWebView,
[INFO] [stdout] 1712 | |             callback: mbDestroyCallback,
[INFO] [stdout] 1713 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1714 | |         ) -> BOOL,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1086:5
[INFO] [stdout]      |
[INFO] [stdout] 1086 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 1087 | |         webview: mbWebView,
[INFO] [stdout] 1088 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1089 | |         step: mbPrintintStep,
[INFO] [stdout] ...    |
[INFO] [stdout] 1092 | |         pageCount: ::std::os::raw::c_int,
[INFO] [stdout] 1093 | |     ) -> BOOL,
[INFO] [stdout]      | |_____________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1718:9
[INFO] [stdout]      |
[INFO] [stdout] 1718 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1719 | |             webView: mbWebView,
[INFO] [stdout] 1720 | |             callback: mbPrintingCallback,
[INFO] [stdout] 1721 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1722 | |         ) -> BOOL,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:594:5
[INFO] [stdout]     |
[INFO] [stdout] 594 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 595 | |         refresh: BOOL,
[INFO] [stdout] 596 | |         pluginListBuilder: *mut ::std::os::raw::c_void,
[INFO] [stdout] 597 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 598 | |     ) -> BOOL,
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1726:9
[INFO] [stdout]      |
[INFO] [stdout] 1726 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1727 | |             webView: mbWebView,
[INFO] [stdout] 1728 | |             callback: mbGetPluginListCallback,
[INFO] [stdout] 1729 | |             callbackParam: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1730 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1096:5
[INFO] [stdout]      |
[INFO] [stdout] 1096 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 1097 | |         webView: mbWebView,
[INFO] [stdout] 1098 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1099 | |         data: *const ::std::os::raw::c_char,
[INFO] [stdout] 1100 | |         size: usize,
[INFO] [stdout] 1101 | |     ) -> mbStringPtr,
[INFO] [stdout]      | |____________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1734:9
[INFO] [stdout]      |
[INFO] [stdout] 1734 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1735 | |             webView: mbWebView,
[INFO] [stdout] 1736 | |             callback: mbImageBufferToDataURLCallback,
[INFO] [stdout] 1737 | |             callbackParam: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1738 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:584:5
[INFO] [stdout]     |
[INFO] [stdout] 584 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 585 | |         webView: mbWebView,
[INFO] [stdout] 586 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 587 | |         frameId: mbWebFrameHandle,
[INFO] [stdout] ...   |
[INFO] [stdout] 590 | |         worldId: ::std::os::raw::c_int,
[INFO] [stdout] 591 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1742:9
[INFO] [stdout]      |
[INFO] [stdout] 1742 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1743 | |             webView: mbWebView,
[INFO] [stdout] 1744 | |             callback: mbDidCreateScriptContextCallback,
[INFO] [stdout] 1745 | |             callbackParam: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1746 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:719:5
[INFO] [stdout]     |
[INFO] [stdout] 719 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 720 | |         webView: mbWebView,
[INFO] [stdout] 721 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 722 | |         frameId: mbWebFrameHandle,
[INFO] [stdout] 723 | |         context: *mut ::std::os::raw::c_void,
[INFO] [stdout] 724 | |         worldId: ::std::os::raw::c_int,
[INFO] [stdout] 725 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1750:9
[INFO] [stdout]      |
[INFO] [stdout] 1750 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1751 | |             webView: mbWebView,
[INFO] [stdout] 1752 | |             callback: mbWillReleaseScriptContextCallback,
[INFO] [stdout] 1753 | |             callbackParam: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1754 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1757:26
[INFO] [stdout]      |
[INFO] [stdout] 1757 |     pub mbGoBack: Result<unsafe extern "stdcall" fn(webView: mbWebView), ::libloading::Error>,
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1758:29
[INFO] [stdout]      |
[INFO] [stdout] 1758 |     pub mbGoForward: Result<unsafe extern "stdcall" fn(webView: mbWebView), ::libloading::Error>,
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1760:9
[INFO] [stdout]      |
[INFO] [stdout] 1760 |         unsafe extern "stdcall" fn(webView: mbWebView, offset: ::std::os::raw::c_int),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1764:9
[INFO] [stdout]      |
[INFO] [stdout] 1764 |         unsafe extern "stdcall" fn(webView: mbWebView, index: ::std::os::raw::c_int),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1768:9
[INFO] [stdout]      |
[INFO] [stdout] 1768 |         unsafe extern "stdcall" fn(webView: mbWebView, index: ::std::os::raw::c_int),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1772:9
[INFO] [stdout]      |
[INFO] [stdout] 1772 |         unsafe extern "stdcall" fn(webView: mbWebView) -> ::std::os::raw::c_int,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1775:31
[INFO] [stdout]      |
[INFO] [stdout] 1775 |     pub mbStopLoading: Result<unsafe extern "stdcall" fn(webView: mbWebView), ::libloading::Error>,
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1776:26
[INFO] [stdout]      |
[INFO] [stdout] 1776 |     pub mbReload: Result<unsafe extern "stdcall" fn(webView: mbWebView), ::libloading::Error>,
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1778:9
[INFO] [stdout]      |
[INFO] [stdout] 1778 |         unsafe extern "stdcall" fn(webView: mbWebView, command: mbCookieCommand),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1782:9
[INFO] [stdout]      |
[INFO] [stdout] 1782 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1783 | |             webView: mbWebView,
[INFO] [stdout] 1784 | |             frameId: mbWebFrameHandle,
[INFO] [stdout] 1785 | |             cssText: *const utf8,
[INFO] [stdout] 1786 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1790:16
[INFO] [stdout]      |
[INFO] [stdout] 1790 |         Result<unsafe extern "stdcall" fn(webView: mbWebView), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1792:16
[INFO] [stdout]      |
[INFO] [stdout] 1792 |         Result<unsafe extern "stdcall" fn(webView: mbWebView), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1793:30
[INFO] [stdout]      |
[INFO] [stdout] 1793 |     pub mbEditorCopy: Result<unsafe extern "stdcall" fn(webView: mbWebView), ::libloading::Error>,
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2071:9
[INFO] [stdout]      |
[INFO] [stdout] 2071 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2072 | |             webView: mbWebView,
[INFO] [stdout] 2073 | |             url: *const ::std::os::raw::c_char,
[INFO] [stdout] 2074 | |             downloadJob: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2075 | |         ) -> BOOL,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2079:9
[INFO] [stdout]      |
[INFO] [stdout] 2079 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2080 | |             webView: mbWebView,
[INFO] [stdout] 2081 | |             dialogOpt: *const mbDialogOptions,
[INFO] [stdout] 2082 | |             contentLength: usize,
[INFO] [stdout] ...    |
[INFO] [stdout] 2088 | |             callbackBind: *mut mbDownloadBind,
[INFO] [stdout] 2089 | |         ) -> mbDownloadOpt,
[INFO] [stdout]      | |__________________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2093:9
[INFO] [stdout]      |
[INFO] [stdout] 2093 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2094 | |             webView: mbWebView,
[INFO] [stdout] 2095 | |             downloadOptions: *const mbDownloadOptions,
[INFO] [stdout] 2096 | |             path: *const WCHAR,
[INFO] [stdout] ...    |
[INFO] [stdout] 2103 | |             callbackBind: *mut mbDownloadBind,
[INFO] [stdout] 2104 | |         ) -> mbDownloadOpt,
[INFO] [stdout]      | |__________________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:433:5
[INFO] [stdout]     |
[INFO] [stdout] 433 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 434 | |         webView: mbWebView,
[INFO] [stdout] 435 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 436 | |         data: *mut ::std::os::raw::c_void,
[INFO] [stdout] 437 | |         size: usize,
[INFO] [stdout] 438 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2108:9
[INFO] [stdout]      |
[INFO] [stdout] 2108 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2109 | |             webView: mbWebView,
[INFO] [stdout] 2110 | |             callback: mbOnGetPdfPageDataCallback,
[INFO] [stdout] 2111 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2112 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2116:9
[INFO] [stdout]      |
[INFO] [stdout] 2116 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2117 | |             webView: mbWebView,
[INFO] [stdout] 2118 | |             buf: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2119 | |             length: usize,
[INFO] [stdout] 2120 | |         ) -> *mut mbMemBuf,
[INFO] [stdout]      | |__________________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2123:30
[INFO] [stdout]      |
[INFO] [stdout] 2123 |     pub mbFreeMemBuf: Result<unsafe extern "stdcall" fn(buf: *mut mbMemBuf), ::libloading::Error>,
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2125:9
[INFO] [stdout]      |
[INFO] [stdout] 2125 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2126 | |             webView: mbWebView,
[INFO] [stdout] 2127 | |             key: *const ::std::os::raw::c_char,
[INFO] [stdout] 2128 | |             value: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2129 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2133:9
[INFO] [stdout]      |
[INFO] [stdout] 2133 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2134 | |             webView: mbWebView,
[INFO] [stdout] 2135 | |             key: *const ::std::os::raw::c_char,
[INFO] [stdout] 2136 | |         ) -> *mut ::std::os::raw::c_void,
[INFO] [stdout]      | |________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2140:9
[INFO] [stdout]      |
[INFO] [stdout] 2140 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2141 | |             builder: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2142 | |             name: *const utf8,
[INFO] [stdout] 2143 | |             description: *const utf8,
[INFO] [stdout] 2144 | |             fileName: *const utf8,
[INFO] [stdout] 2145 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2149:9
[INFO] [stdout]      |
[INFO] [stdout] 2149 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2150 | |             builder: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2151 | |             name: *const utf8,
[INFO] [stdout] 2152 | |             description: *const utf8,
[INFO] [stdout] 2153 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2157:9
[INFO] [stdout]      |
[INFO] [stdout] 2157 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2158 | |             builder: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2159 | |             fileExtension: *const utf8,
[INFO] [stdout] 2160 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2164:16
[INFO] [stdout]      |
[INFO] [stdout] 2164 |         Result<unsafe extern "stdcall" fn() -> v8Isolate, ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2166:9
[INFO] [stdout]      |
[INFO] [stdout] 2166 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2167 | |             webView: mbWebView,
[INFO] [stdout] 2168 | |             frameId: mbWebFrameHandle,
[INFO] [stdout] 2169 | |             contextOut: v8ContextPtr,
[INFO] [stdout] 2170 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2173:40
[INFO] [stdout]      |
[INFO] [stdout] 2173 |     pub mbEnableHighDPISupport: Result<unsafe extern "stdcall" fn(), ::libloading::Error>,
[INFO] [stdout]      |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2174:34
[INFO] [stdout]      |
[INFO] [stdout] 2174 |     pub mbRunMessageLoop: Result<unsafe extern "stdcall" fn(), ::libloading::Error>,
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2176:9
[INFO] [stdout]      |
[INFO] [stdout] 2176 |         unsafe extern "stdcall" fn(webView: mbWebView) -> ::std::os::raw::c_int,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2180:9
[INFO] [stdout]      |
[INFO] [stdout] 2180 |         unsafe extern "stdcall" fn(webView: mbWebView) -> ::std::os::raw::c_int,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2184:16
[INFO] [stdout]      |
[INFO] [stdout] 2184 |         Result<unsafe extern "stdcall" fn() -> mbWebView, ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2186:9
[INFO] [stdout]      |
[INFO] [stdout] 2186 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2187 | |             webviewHandle: mbWebView,
[INFO] [stdout] 2188 | |             frameId: mbWebFrameHandle,
[INFO] [stdout] 2189 | |             name: *const ::std::os::raw::c_char,
[INFO] [stdout] 2190 | |             options: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2191 | |             outResult: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2192 | |         ) -> BOOL,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:615:5
[INFO] [stdout]     |
[INFO] [stdout] 615 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 616 | |         webView: mbWebView,
[INFO] [stdout] 617 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 618 | |         applicationPath: *const WCHAR,
[INFO] [stdout] 619 | |         arguments: *const WCHAR,
[INFO] [stdout] 620 | |         startup: *mut STARTUPINFOW,
[INFO] [stdout] 621 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2196:9
[INFO] [stdout]      |
[INFO] [stdout] 2196 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2197 | |             webviewHandle: mbWebView,
[INFO] [stdout] 2198 | |             callback: mbNodeOnCreateProcessCallback,
[INFO] [stdout] 2199 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2200 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:609:5
[INFO] [stdout]     |
[INFO] [stdout] 609 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 610 | |         param1: *mut ::std::os::raw::c_void,
[INFO] [stdout] 611 | |         param2: *mut ::std::os::raw::c_void,
[INFO] [stdout] 612 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2204:9
[INFO] [stdout]      |
[INFO] [stdout] 2204 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2205 | |             callback: mbThreadCallback,
[INFO] [stdout] 2206 | |             param1: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2207 | |             param2: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2208 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2212:9
[INFO] [stdout]      |
[INFO] [stdout] 2212 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2213 | |             callback: mbThreadCallback,
[INFO] [stdout] 2214 | |             param1: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2215 | |             param2: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2216 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2220:9
[INFO] [stdout]      |
[INFO] [stdout] 2220 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2221 | |             callback: mbThreadCallback,
[INFO] [stdout] 2222 | |             param1: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2223 | |             param2: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2224 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1794:29
[INFO] [stdout]      |
[INFO] [stdout] 1794 |     pub mbEditorCut: Result<unsafe extern "stdcall" fn(webView: mbWebView), ::libloading::Error>,
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1795:31
[INFO] [stdout]      |
[INFO] [stdout] 1795 |     pub mbEditorPaste: Result<unsafe extern "stdcall" fn(webView: mbWebView), ::libloading::Error>,
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2228:9
[INFO] [stdout]      |
[INFO] [stdout] 2228 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2229 | |             callback: mbThreadCallback,
[INFO] [stdout] 2230 | |             param1: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2231 | |             param2: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2232 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1796:32
[INFO] [stdout]      |
[INFO] [stdout] 1796 |     pub mbEditorDelete: Result<unsafe extern "stdcall" fn(webView: mbWebView), ::libloading::Error>,
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2236:9
[INFO] [stdout]      |
[INFO] [stdout] 2236 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2237 | |             callback: mbThreadCallback,
[INFO] [stdout] 2238 | |             param1: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2239 | |             param2: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2240 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1797:30
[INFO] [stdout]      |
[INFO] [stdout] 1797 |     pub mbEditorUndo: Result<unsafe extern "stdcall" fn(webView: mbWebView), ::libloading::Error>,
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1798:30
[INFO] [stdout]      |
[INFO] [stdout] 1798 |     pub mbEditorRedo: Result<unsafe extern "stdcall" fn(webView: mbWebView), ::libloading::Error>,
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2244:9
[INFO] [stdout]      |
[INFO] [stdout] 2244 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2245 | |             callback: mbThreadCallback,
[INFO] [stdout] 2246 | |             param1: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2247 | |             param2: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2248 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1800:16
[INFO] [stdout]      |
[INFO] [stdout] 1800 |         Result<unsafe extern "stdcall" fn(webView: mbWebView, editable: bool), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2252:9
[INFO] [stdout]      |
[INFO] [stdout] 2252 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2253 | |             name: *const ::std::os::raw::c_char,
[INFO] [stdout] 2254 | |         ) -> *mut ::std::os::raw::c_void,
[INFO] [stdout]      | |________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1802:9
[INFO] [stdout]      |
[INFO] [stdout] 1802 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1803 | |             webView: mbWebView,
[INFO] [stdout] 1804 | |             message: ::std::os::raw::c_uint,
[INFO] [stdout] 1805 | |             x: ::std::os::raw::c_int,
[INFO] [stdout] 1806 | |             y: ::std::os::raw::c_int,
[INFO] [stdout] 1807 | |             flags: ::std::os::raw::c_uint,
[INFO] [stdout] 1808 | |         ) -> BOOL,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1812:9
[INFO] [stdout]      |
[INFO] [stdout] 1812 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1813 | |             webView: mbWebView,
[INFO] [stdout] 1814 | |             x: ::std::os::raw::c_int,
[INFO] [stdout] 1815 | |             y: ::std::os::raw::c_int,
[INFO] [stdout] 1816 | |             flags: ::std::os::raw::c_uint,
[INFO] [stdout] 1817 | |         ) -> BOOL,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1821:9
[INFO] [stdout]      |
[INFO] [stdout] 1821 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1822 | |             webView: mbWebView,
[INFO] [stdout] 1823 | |             x: ::std::os::raw::c_int,
[INFO] [stdout] 1824 | |             y: ::std::os::raw::c_int,
[INFO] [stdout] 1825 | |             delta: ::std::os::raw::c_int,
[INFO] [stdout] 1826 | |             flags: ::std::os::raw::c_uint,
[INFO] [stdout] 1827 | |         ) -> BOOL,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1831:9
[INFO] [stdout]      |
[INFO] [stdout] 1831 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1832 | |             webView: mbWebView,
[INFO] [stdout] 1833 | |             virtualKeyCode: ::std::os::raw::c_uint,
[INFO] [stdout] 1834 | |             flags: ::std::os::raw::c_uint,
[INFO] [stdout] 1835 | |             systemKey: BOOL,
[INFO] [stdout] 1836 | |         ) -> BOOL,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1840:9
[INFO] [stdout]      |
[INFO] [stdout] 1840 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1841 | |             webView: mbWebView,
[INFO] [stdout] 1842 | |             virtualKeyCode: ::std::os::raw::c_uint,
[INFO] [stdout] 1843 | |             flags: ::std::os::raw::c_uint,
[INFO] [stdout] 1844 | |             systemKey: BOOL,
[INFO] [stdout] 1845 | |         ) -> BOOL,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1849:9
[INFO] [stdout]      |
[INFO] [stdout] 1849 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1850 | |             webView: mbWebView,
[INFO] [stdout] 1851 | |             charCode: ::std::os::raw::c_uint,
[INFO] [stdout] 1852 | |             flags: ::std::os::raw::c_uint,
[INFO] [stdout] 1853 | |             systemKey: BOOL,
[INFO] [stdout] 1854 | |         ) -> BOOL,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1858:9
[INFO] [stdout]      |
[INFO] [stdout] 1858 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1859 | |             webView: mbWebView,
[INFO] [stdout] 1860 | |             hWnd: HWND,
[INFO] [stdout] 1861 | |             message: UINT,
[INFO] [stdout] ...    |
[INFO] [stdout] 1864 | |             result: *mut LRESULT,
[INFO] [stdout] 1865 | |         ) -> BOOL,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1868:28
[INFO] [stdout]      |
[INFO] [stdout] 1868 |     pub mbSetFocus: Result<unsafe extern "stdcall" fn(webView: mbWebView), ::libloading::Error>,
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1869:29
[INFO] [stdout]      |
[INFO] [stdout] 1869 |     pub mbKillFocus: Result<unsafe extern "stdcall" fn(webView: mbWebView), ::libloading::Error>,
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1871:16
[INFO] [stdout]      |
[INFO] [stdout] 1871 |         Result<unsafe extern "stdcall" fn(webview: mbWebView, show: BOOL), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1873:9
[INFO] [stdout]      |
[INFO] [stdout] 1873 |         unsafe extern "stdcall" fn(webView: mbWebView, url: *const utf8),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1877:9
[INFO] [stdout]      |
[INFO] [stdout] 1877 |         unsafe extern "stdcall" fn(webView: mbWebView, html: *const utf8, baseUrl: *const utf8),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1881:9
[INFO] [stdout]      |
[INFO] [stdout] 1881 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1882 | |             webView: mbWebView,
[INFO] [stdout] 1883 | |             url: *const utf8,
[INFO] [stdout] 1884 | |             postData: *const ::std::os::raw::c_char,
[INFO] [stdout] 1885 | |             postLen: ::std::os::raw::c_int,
[INFO] [stdout] 1886 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1890:16
[INFO] [stdout]      |
[INFO] [stdout] 1890 |         Result<unsafe extern "stdcall" fn(webView: mbWebView) -> HDC, ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1891:32
[INFO] [stdout]      |
[INFO] [stdout] 1891 |     pub mbUnlockViewDC: Result<unsafe extern "stdcall" fn(webView: mbWebView), ::libloading::Error>,
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1892:24
[INFO] [stdout]      |
[INFO] [stdout] 1892 |     pub mbWake: Result<unsafe extern "stdcall" fn(webView: mbWebView), ::libloading::Error>,
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1894:9
[INFO] [stdout]      |
[INFO] [stdout] 1894 |         unsafe extern "stdcall" fn(es: mbJsExecState, v: mbJsValue) -> *mut ::std::os::raw::c_void,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1898:9
[INFO] [stdout]      |
[INFO] [stdout] 1898 |         unsafe extern "stdcall" fn(webView: mbWebView, frameId: mbWebFrameHandle) -> mbJsExecState,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1902:9
[INFO] [stdout]      |
[INFO] [stdout] 1902 |         unsafe extern "stdcall" fn(es: mbJsExecState, v: mbJsValue) -> f64,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1906:9
[INFO] [stdout]      |
[INFO] [stdout] 1906 |         unsafe extern "stdcall" fn(es: mbJsExecState, v: mbJsValue) -> BOOL,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1910:9
[INFO] [stdout]      |
[INFO] [stdout] 1910 |         unsafe extern "stdcall" fn(es: mbJsExecState, v: mbJsValue) -> *const utf8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1914:9
[INFO] [stdout]      |
[INFO] [stdout] 1914 |         unsafe extern "stdcall" fn(es: mbJsExecState, v: mbJsValue) -> mbJsType,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:449:5
[INFO] [stdout]     |
[INFO] [stdout] 449 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 450 | |         webView: mbWebView,
[INFO] [stdout] 451 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 452 | |         es: mbJsExecState,
[INFO] [stdout] ...   |
[INFO] [stdout] 455 | |         request: *const utf8,
[INFO] [stdout] 456 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1918:9
[INFO] [stdout]      |
[INFO] [stdout] 1918 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1919 | |             webView: mbWebView,
[INFO] [stdout] 1920 | |             callback: mbJsQueryCallback,
[INFO] [stdout] 1921 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1922 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1926:9
[INFO] [stdout]      |
[INFO] [stdout] 1926 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1927 | |             webView: mbWebView,
[INFO] [stdout] 1928 | |             queryId: i64,
[INFO] [stdout] 1929 | |             customMsg: ::std::os::raw::c_int,
[INFO] [stdout] 1930 | |             response: *const utf8,
[INFO] [stdout] 1931 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:441:5
[INFO] [stdout]     |
[INFO] [stdout] 441 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 442 | |         webView: mbWebView,
[INFO] [stdout] 443 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 444 | |         es: mbJsExecState,
[INFO] [stdout] 445 | |         v: mbJsValue,
[INFO] [stdout] 446 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1935:9
[INFO] [stdout]      |
[INFO] [stdout] 1935 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1936 | |             webView: mbWebView,
[INFO] [stdout] 1937 | |             frameId: mbWebFrameHandle,
[INFO] [stdout] 1938 | |             script: *const utf8,
[INFO] [stdout] ...    |
[INFO] [stdout] 1942 | |             unuse: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1943 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1947:9
[INFO] [stdout]      |
[INFO] [stdout] 1947 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1948 | |             webView: mbWebView,
[INFO] [stdout] 1949 | |             frameId: mbWebFrameHandle,
[INFO] [stdout] 1950 | |             script: *const utf8,
[INFO] [stdout] 1951 | |             isInClosure: BOOL,
[INFO] [stdout] 1952 | |         ) -> mbJsValue,
[INFO] [stdout]      | |______________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1956:9
[INFO] [stdout]      |
[INFO] [stdout] 1956 |         unsafe extern "stdcall" fn(webView: mbWebView) -> mbWebFrameHandle,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1960:9
[INFO] [stdout]      |
[INFO] [stdout] 1960 |         unsafe extern "stdcall" fn(webView: mbWebView, frameId: mbWebFrameHandle) -> BOOL,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1964:16
[INFO] [stdout]      |
[INFO] [stdout] 1964 |         Result<unsafe extern "stdcall" fn(webView: mbWebView, b: BOOL), ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1966:9
[INFO] [stdout]      |
[INFO] [stdout] 1966 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1967 | |             webView: mbWebView,
[INFO] [stdout] 1968 | |             device: *const ::std::os::raw::c_char,
[INFO] [stdout] 1969 | |             paramStr: *const ::std::os::raw::c_char,
[INFO] [stdout] 1970 | |             paramInt: ::std::os::raw::c_int,
[INFO] [stdout] 1971 | |             paramFloat: f32,
[INFO] [stdout] 1972 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:764:5
[INFO] [stdout]     |
[INFO] [stdout] 764 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 765 | |         webView: mbWebView,
[INFO] [stdout] 766 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 767 | |         content: *const utf8,
[INFO] [stdout] 768 | |         size: usize,
[INFO] [stdout] 769 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1976:9
[INFO] [stdout]      |
[INFO] [stdout] 1976 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1977 | |             webView: mbWebView,
[INFO] [stdout] 1978 | |             calback: mbGetContentAsMarkupCallback,
[INFO] [stdout] 1979 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1980 | |             frameId: mbWebFrameHandle,
[INFO] [stdout] 1981 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:757:5
[INFO] [stdout]     |
[INFO] [stdout] 757 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 758 | |         webView: mbWebView,
[INFO] [stdout] 759 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 760 | |         mhtml: *const utf8,
[INFO] [stdout] 761 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1985:9
[INFO] [stdout]      |
[INFO] [stdout] 1985 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1986 | |             webView: mbWebView,
[INFO] [stdout] 1987 | |             calback: mbGetSourceCallback,
[INFO] [stdout] 1988 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1989 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1993:9
[INFO] [stdout]      |
[INFO] [stdout] 1993 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 1994 | |             webView: mbWebView,
[INFO] [stdout] 1995 | |             calback: mbGetSourceCallback,
[INFO] [stdout] 1996 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1997 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2001:9
[INFO] [stdout]      |
[INFO] [stdout] 2001 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2002 | |             registerInfo: *const ::std::os::raw::c_char,
[INFO] [stdout] 2003 | |         ) -> *const ::std::os::raw::c_char,
[INFO] [stdout]      | |__________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2007:9
[INFO] [stdout]      |
[INFO] [stdout] 2007 |         unsafe extern "stdcall" fn(defaultPath: *const wchar_t) -> BOOL,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2011:9
[INFO] [stdout]      |
[INFO] [stdout] 2011 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2012 | |             webView: mbWebView,
[INFO] [stdout] 2013 | |             frameId: mbWebFrameHandle,
[INFO] [stdout] 2014 | |             printParams: *const mbPrintSettings,
[INFO] [stdout] 2015 | |         ) -> BOOL,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2019:16
[INFO] [stdout]      |
[INFO] [stdout] 2019 |         Result<unsafe extern "stdcall" fn(str_: *const utf8) -> *const utf8, ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2021:16
[INFO] [stdout]      |
[INFO] [stdout] 2021 |         Result<unsafe extern "stdcall" fn(str_: *const utf8) -> *const utf8, ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2023:16
[INFO] [stdout]      |
[INFO] [stdout] 2023 |         Result<unsafe extern "stdcall" fn(url: *const utf8) -> *const utf8, ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2025:16
[INFO] [stdout]      |
[INFO] [stdout] 2025 |         Result<unsafe extern "stdcall" fn(url: *const utf8) -> *const utf8, ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2027:9
[INFO] [stdout]      |
[INFO] [stdout] 2027 |         unsafe extern "stdcall" fn(str_: *const utf8) -> *const mbMemBuf,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:933:5
[INFO] [stdout]     |
[INFO] [stdout] 933 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 934 | |         webview: mbWebView,
[INFO] [stdout] 935 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 936 | |         datas: *const mbPdfDatas,
[INFO] [stdout] 937 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2031:9
[INFO] [stdout]      |
[INFO] [stdout] 2031 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2032 | |             webView: mbWebView,
[INFO] [stdout] 2033 | |             frameId: mbWebFrameHandle,
[INFO] [stdout] 2034 | |             settings: *const mbPrintSettings,
[INFO] [stdout] 2035 | |             callback: mbPrintPdfDataCallback,
[INFO] [stdout] 2036 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2037 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:948:5
[INFO] [stdout]     |
[INFO] [stdout] 948 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 949 | |         webview: mbWebView,
[INFO] [stdout] 950 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 951 | |         data: *const ::std::os::raw::c_char,
[INFO] [stdout] 952 | |         size: usize,
[INFO] [stdout] 953 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2041:9
[INFO] [stdout]      |
[INFO] [stdout] 2041 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2042 | |             webView: mbWebView,
[INFO] [stdout] 2043 | |             frameId: mbWebFrameHandle,
[INFO] [stdout] 2044 | |             settings: *const mbScreenshotSettings,
[INFO] [stdout] 2045 | |             callback: mbPrintBitmapCallback,
[INFO] [stdout] 2046 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2047 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:956:5
[INFO] [stdout]     |
[INFO] [stdout] 956 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 957 | |         webView: mbWebView,
[INFO] [stdout] 958 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 959 | |         data: *const ::std::os::raw::c_char,
[INFO] [stdout] 960 | |         size: usize,
[INFO] [stdout] 961 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2051:9
[INFO] [stdout]      |
[INFO] [stdout] 2051 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2052 | |             webView: mbWebView,
[INFO] [stdout] 2053 | |             settings: *const mbScreenshotSettings,
[INFO] [stdout] 2054 | |             callback: mbOnScreenshot,
[INFO] [stdout] 2055 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2056 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2060:9
[INFO] [stdout]      |
[INFO] [stdout] 2060 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2061 | |             webView: mbWebView,
[INFO] [stdout] 2062 | |             settings: *const ::std::os::raw::c_char,
[INFO] [stdout] 2063 | |         ) -> BOOL,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2067:9
[INFO] [stdout]      |
[INFO] [stdout] 2067 |         unsafe extern "stdcall" fn(webView: mbWebView, setting: *const mbDefaultPrinterSettings),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2071:9
[INFO] [stdout]      |
[INFO] [stdout] 2071 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2072 | |             webView: mbWebView,
[INFO] [stdout] 2073 | |             url: *const ::std::os::raw::c_char,
[INFO] [stdout] 2074 | |             downloadJob: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2075 | |         ) -> BOOL,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2079:9
[INFO] [stdout]      |
[INFO] [stdout] 2079 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2080 | |             webView: mbWebView,
[INFO] [stdout] 2081 | |             dialogOpt: *const mbDialogOptions,
[INFO] [stdout] 2082 | |             contentLength: usize,
[INFO] [stdout] ...    |
[INFO] [stdout] 2088 | |             callbackBind: *mut mbDownloadBind,
[INFO] [stdout] 2089 | |         ) -> mbDownloadOpt,
[INFO] [stdout]      | |__________________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2093:9
[INFO] [stdout]      |
[INFO] [stdout] 2093 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2094 | |             webView: mbWebView,
[INFO] [stdout] 2095 | |             downloadOptions: *const mbDownloadOptions,
[INFO] [stdout] 2096 | |             path: *const WCHAR,
[INFO] [stdout] ...    |
[INFO] [stdout] 2103 | |             callbackBind: *mut mbDownloadBind,
[INFO] [stdout] 2104 | |         ) -> mbDownloadOpt,
[INFO] [stdout]      | |__________________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:433:5
[INFO] [stdout]     |
[INFO] [stdout] 433 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 434 | |         webView: mbWebView,
[INFO] [stdout] 435 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 436 | |         data: *mut ::std::os::raw::c_void,
[INFO] [stdout] 437 | |         size: usize,
[INFO] [stdout] 438 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2108:9
[INFO] [stdout]      |
[INFO] [stdout] 2108 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2109 | |             webView: mbWebView,
[INFO] [stdout] 2110 | |             callback: mbOnGetPdfPageDataCallback,
[INFO] [stdout] 2111 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2112 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2116:9
[INFO] [stdout]      |
[INFO] [stdout] 2116 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2117 | |             webView: mbWebView,
[INFO] [stdout] 2118 | |             buf: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2119 | |             length: usize,
[INFO] [stdout] 2120 | |         ) -> *mut mbMemBuf,
[INFO] [stdout]      | |__________________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2123:30
[INFO] [stdout]      |
[INFO] [stdout] 2123 |     pub mbFreeMemBuf: Result<unsafe extern "stdcall" fn(buf: *mut mbMemBuf), ::libloading::Error>,
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2125:9
[INFO] [stdout]      |
[INFO] [stdout] 2125 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2126 | |             webView: mbWebView,
[INFO] [stdout] 2127 | |             key: *const ::std::os::raw::c_char,
[INFO] [stdout] 2128 | |             value: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2129 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2133:9
[INFO] [stdout]      |
[INFO] [stdout] 2133 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2134 | |             webView: mbWebView,
[INFO] [stdout] 2135 | |             key: *const ::std::os::raw::c_char,
[INFO] [stdout] 2136 | |         ) -> *mut ::std::os::raw::c_void,
[INFO] [stdout]      | |________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2140:9
[INFO] [stdout]      |
[INFO] [stdout] 2140 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2141 | |             builder: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2142 | |             name: *const utf8,
[INFO] [stdout] 2143 | |             description: *const utf8,
[INFO] [stdout] 2144 | |             fileName: *const utf8,
[INFO] [stdout] 2145 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2149:9
[INFO] [stdout]      |
[INFO] [stdout] 2149 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2150 | |             builder: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2151 | |             name: *const utf8,
[INFO] [stdout] 2152 | |             description: *const utf8,
[INFO] [stdout] 2153 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2157:9
[INFO] [stdout]      |
[INFO] [stdout] 2157 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2158 | |             builder: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2159 | |             fileExtension: *const utf8,
[INFO] [stdout] 2160 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2164:16
[INFO] [stdout]      |
[INFO] [stdout] 2164 |         Result<unsafe extern "stdcall" fn() -> v8Isolate, ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2166:9
[INFO] [stdout]      |
[INFO] [stdout] 2166 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2167 | |             webView: mbWebView,
[INFO] [stdout] 2168 | |             frameId: mbWebFrameHandle,
[INFO] [stdout] 2169 | |             contextOut: v8ContextPtr,
[INFO] [stdout] 2170 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2173:40
[INFO] [stdout]      |
[INFO] [stdout] 2173 |     pub mbEnableHighDPISupport: Result<unsafe extern "stdcall" fn(), ::libloading::Error>,
[INFO] [stdout]      |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2174:34
[INFO] [stdout]      |
[INFO] [stdout] 2174 |     pub mbRunMessageLoop: Result<unsafe extern "stdcall" fn(), ::libloading::Error>,
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2176:9
[INFO] [stdout]      |
[INFO] [stdout] 2176 |         unsafe extern "stdcall" fn(webView: mbWebView) -> ::std::os::raw::c_int,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2180:9
[INFO] [stdout]      |
[INFO] [stdout] 2180 |         unsafe extern "stdcall" fn(webView: mbWebView) -> ::std::os::raw::c_int,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2184:16
[INFO] [stdout]      |
[INFO] [stdout] 2184 |         Result<unsafe extern "stdcall" fn() -> mbWebView, ::libloading::Error>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2186:9
[INFO] [stdout]      |
[INFO] [stdout] 2186 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2187 | |             webviewHandle: mbWebView,
[INFO] [stdout] 2188 | |             frameId: mbWebFrameHandle,
[INFO] [stdout] 2189 | |             name: *const ::std::os::raw::c_char,
[INFO] [stdout] 2190 | |             options: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2191 | |             outResult: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2192 | |         ) -> BOOL,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:615:5
[INFO] [stdout]     |
[INFO] [stdout] 615 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 616 | |         webView: mbWebView,
[INFO] [stdout] 617 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 618 | |         applicationPath: *const WCHAR,
[INFO] [stdout] 619 | |         arguments: *const WCHAR,
[INFO] [stdout] 620 | |         startup: *mut STARTUPINFOW,
[INFO] [stdout] 621 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2196:9
[INFO] [stdout]      |
[INFO] [stdout] 2196 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2197 | |             webviewHandle: mbWebView,
[INFO] [stdout] 2198 | |             callback: mbNodeOnCreateProcessCallback,
[INFO] [stdout] 2199 | |             param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2200 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:609:5
[INFO] [stdout]     |
[INFO] [stdout] 609 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 610 | |         param1: *mut ::std::os::raw::c_void,
[INFO] [stdout] 611 | |         param2: *mut ::std::os::raw::c_void,
[INFO] [stdout] 612 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2204:9
[INFO] [stdout]      |
[INFO] [stdout] 2204 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2205 | |             callback: mbThreadCallback,
[INFO] [stdout] 2206 | |             param1: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2207 | |             param2: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2208 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2212:9
[INFO] [stdout]      |
[INFO] [stdout] 2212 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2213 | |             callback: mbThreadCallback,
[INFO] [stdout] 2214 | |             param1: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2215 | |             param2: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2216 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2220:9
[INFO] [stdout]      |
[INFO] [stdout] 2220 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2221 | |             callback: mbThreadCallback,
[INFO] [stdout] 2222 | |             param1: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2223 | |             param2: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2224 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2228:9
[INFO] [stdout]      |
[INFO] [stdout] 2228 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2229 | |             callback: mbThreadCallback,
[INFO] [stdout] 2230 | |             param1: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2231 | |             param2: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2232 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2236:9
[INFO] [stdout]      |
[INFO] [stdout] 2236 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2237 | |             callback: mbThreadCallback,
[INFO] [stdout] 2238 | |             param1: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2239 | |             param2: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2240 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2244:9
[INFO] [stdout]      |
[INFO] [stdout] 2244 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2245 | |             callback: mbThreadCallback,
[INFO] [stdout] 2246 | |             param1: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2247 | |             param2: *mut ::std::os::raw::c_void,
[INFO] [stdout] 2248 | |         ),
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:2252:9
[INFO] [stdout]      |
[INFO] [stdout] 2252 | /         unsafe extern "stdcall" fn(
[INFO] [stdout] 2253 | |             name: *const ::std::os::raw::c_char,
[INFO] [stdout] 2254 | |         ) -> *mut ::std::os::raw::c_void,
[INFO] [stdout]      | |________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:466:5
[INFO] [stdout]     |
[INFO] [stdout] 466 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 467 | |         webView: mbWebView,
[INFO] [stdout] 468 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 469 | |         url: *const utf8,
[INFO] [stdout] 470 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:482:5
[INFO] [stdout]     |
[INFO] [stdout] 482 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 483 | |         webView: mbWebView,
[INFO] [stdout] 484 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 485 | |         frameId: mbWebFrameHandle,
[INFO] [stdout] 486 | |         url: *const utf8,
[INFO] [stdout] 487 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:581:5
[INFO] [stdout]     |
[INFO] [stdout] 581 |     unsafe extern "stdcall" fn(webView: mbWebView, param: *mut ::std::os::raw::c_void),
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:666:5
[INFO] [stdout]     |
[INFO] [stdout] 666 |     unsafe extern "stdcall" fn(webView: mbWebView, paramOnInThread: *mut ::std::os::raw::c_void),
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:669:5
[INFO] [stdout]     |
[INFO] [stdout] 669 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 670 | |         webView: mbWebView,
[INFO] [stdout] 671 | |         func: mbOnCallUiThread,
[INFO] [stdout] 672 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 673 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1020:5
[INFO] [stdout]      |
[INFO] [stdout] 1020 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 1021 | |         webView: mbWebView,
[INFO] [stdout] 1022 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1023 | |         type_: mbViewLoadType,
[INFO] [stdout] 1024 | |         info: *mut mbViewLoadCallbackInfo,
[INFO] [stdout] 1025 | |     ),
[INFO] [stdout]      | |_____^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1036:5
[INFO] [stdout]      |
[INFO] [stdout] 1036 |     unsafe extern "stdcall" fn(webview: mbWebView, param: *mut ::std::os::raw::c_void) -> BOOL,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1039:5
[INFO] [stdout]      |
[INFO] [stdout] 1039 |     unsafe extern "stdcall" fn(webview: mbWebView, param: *mut ::std::os::raw::c_void),
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1049:5
[INFO] [stdout]      |
[INFO] [stdout] 1049 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 1050 | |         webview: mbWebView,
[INFO] [stdout] 1051 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1052 | |         rects: *const mbDraggableRegion,
[INFO] [stdout] 1053 | |         rectCount: ::std::os::raw::c_int,
[INFO] [stdout] 1054 | |     ),
[INFO] [stdout]      | |_____^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:466:5
[INFO] [stdout]     |
[INFO] [stdout] 466 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 467 | |         webView: mbWebView,
[INFO] [stdout] 468 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 469 | |         url: *const utf8,
[INFO] [stdout] 470 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:482:5
[INFO] [stdout]     |
[INFO] [stdout] 482 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 483 | |         webView: mbWebView,
[INFO] [stdout] 484 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 485 | |         frameId: mbWebFrameHandle,
[INFO] [stdout] 486 | |         url: *const utf8,
[INFO] [stdout] 487 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:581:5
[INFO] [stdout]     |
[INFO] [stdout] 581 |     unsafe extern "stdcall" fn(webView: mbWebView, param: *mut ::std::os::raw::c_void),
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:666:5
[INFO] [stdout]     |
[INFO] [stdout] 666 |     unsafe extern "stdcall" fn(webView: mbWebView, paramOnInThread: *mut ::std::os::raw::c_void),
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]    --> src/miniblink.rs:669:5
[INFO] [stdout]     |
[INFO] [stdout] 669 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 670 | |         webView: mbWebView,
[INFO] [stdout] 671 | |         func: mbOnCallUiThread,
[INFO] [stdout] 672 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 673 | |     ),
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1020:5
[INFO] [stdout]      |
[INFO] [stdout] 1020 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 1021 | |         webView: mbWebView,
[INFO] [stdout] 1022 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1023 | |         type_: mbViewLoadType,
[INFO] [stdout] 1024 | |         info: *mut mbViewLoadCallbackInfo,
[INFO] [stdout] 1025 | |     ),
[INFO] [stdout]      | |_____^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1036:5
[INFO] [stdout]      |
[INFO] [stdout] 1036 |     unsafe extern "stdcall" fn(webview: mbWebView, param: *mut ::std::os::raw::c_void) -> BOOL,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1039:5
[INFO] [stdout]      |
[INFO] [stdout] 1039 |     unsafe extern "stdcall" fn(webview: mbWebView, param: *mut ::std::os::raw::c_void),
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the calling convention "stdcall" is not supported on this target
[INFO] [stdout]     --> src/miniblink.rs:1049:5
[INFO] [stdout]      |
[INFO] [stdout] 1049 | /     unsafe extern "stdcall" fn(
[INFO] [stdout] 1050 | |         webview: mbWebView,
[INFO] [stdout] 1051 | |         param: *mut ::std::os::raw::c_void,
[INFO] [stdout] 1052 | |         rects: *const mbDraggableRegion,
[INFO] [stdout] 1053 | |         rectCount: ::std::os::raw::c_int,
[INFO] [stdout] 1054 | |     ),
[INFO] [stdout]      | |_____^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
[INFO] running `Command { std: "docker" "inspect" "2b96b2cd9b64478488063a71c203fdce0e412c941308aa81f57a84ae39a61aaf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2b96b2cd9b64478488063a71c203fdce0e412c941308aa81f57a84ae39a61aaf", kill_on_drop: false }`
[INFO] [stdout] 2b96b2cd9b64478488063a71c203fdce0e412c941308aa81f57a84ae39a61aaf
