#[no_mangle]
pub unsafe extern "C" fn wasmer_eh_personality2(
vmctx: *mut VMContext,
exception_object: *mut UwExceptionWrapper,
) -> i32
Expand description
The second stage of the personality function. See module level documentation for an explanation of the exact procedure used during unwinding.
ยงSafety
Does pointer accesses, which must be valid.