Is it possible for me to call raise(sig) from Rust?
Dan Dumont
0
Reputation points
I am trying to call this function: https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/raise?view=msvc-170 from Rust.
But it doesn't seem to be in any of the windows-rs crates.
How might I do the equivalent?
Developer technologies | C++
3,977 questions
Sign in to answer