Function windows::Win32::System::Diagnostics::Debug::RtlUnwindEx
pub unsafe fn RtlUnwindEx(
targetframe: Option<*const c_void>,
targetip: Option<*const c_void>,
exceptionrecord: Option<*const EXCEPTION_RECORD>,
returnvalue: *const c_void,
contextrecord: *const CONTEXT,
historytable: Option<*const UNWIND_HISTORY_TABLE>,
)