#[no_mangle] pub unsafe extern "C-unwind" fn wasmer_vm_rethrow( exc: *mut UwExceptionWrapper, ) -> !
Implementation for throwing an exception.
Calls libunwind to perform unwinding magic.