pub unsafe extern "system" fn RtlUnwind(
    TargetFrame: *mut c_void,
    TargetIp: *mut c_void,
    ExceptionRecord: *mut EXCEPTION_RECORD,
    ReturnValue: *mut c_void
)