We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
c_void
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is core and std c_void type: https://doc.rust-lang.org/nightly/core/ffi/enum.c_void.html Could we replace that in
winapi-rs/src/lib.rs
Lines 34 to 37 in 02f3e37
The text was updated successfully, but these errors were encountered:
If you're asking whether winapi could use c_void from core, that will happen in winapi 0.4.
winapi
core
Otherwise, I'm not sure what you're asking.
Sorry, something went wrong.
Thanks. I opened rust-lang/rust#65922 because people cannot use std::ffi::c_void before Rust 1.30.0
std::ffi::c_void
#771
No branches or pull requests
There is core and std c_void type: https://doc.rust-lang.org/nightly/core/ffi/enum.c_void.html
Could we replace that in
winapi-rs/src/lib.rs
Lines 34 to 37 in 02f3e37
The text was updated successfully, but these errors were encountered: