pub unsafe extern "system" fn RtlVirtualUnwind(
    handlertype: RTL_VIRTUAL_UNWIND_HANDLER_TYPE,
    imagebase: u64,
    controlpc: u64,
    functionentry: *const IMAGE_RUNTIME_FUNCTION_ENTRY,
    contextrecord: *mut CONTEXT,
    handlerdata: *mut *mut c_void,
    establisherframe: *mut u64,
    contextpointers: *mut KNONVOLATILE_CONTEXT_POINTERS
) -> EXCEPTION_ROUTINE
Expand description

Required features: "Win32_System_Diagnostics_Debug", "Win32_Foundation", "Win32_System_Kernel"