Function windows::Win32::System::Diagnostics::Debug::RtlUnwind

pub unsafe fn RtlUnwind(
    targetframe: Option<*const c_void>,
    targetip: Option<*const c_void>,
    exceptionrecord: Option<*const EXCEPTION_RECORD>,
    returnvalue: *const c_void,
)