Module std::backtrace_rs::windows
source · Expand description
A module to define the FFI definitions we use on Windows for dbghelp.dll
This module uses a custom macro, ffi!
, to wrap all definitions to
automatically generate tests to assert that our definitions here are the
same as winapi
.
This module largely exists to integrate into libstd itself where winapi is not currently available.
Macros
- ffi 🔒
Structs
Enums
- Equivalent to C’s
void
type when used as a pointer.