pub unsafe extern "system" fn RtlUnwindEx(
    TargetFrame: *mut c_void,
    TargetIp: *mut c_void,
    ExceptionRecord: *mut EXCEPTION_RECORD,
    ReturnValue: *mut c_void,
    ContextRecord: *mut CONTEXT,
    HistoryTable: *mut UNWIND_HISTORY_TABLE
)