#[no_mangle]
pub unsafe extern "C-unwind" fn wasmer_vm_read_exception(
exception: *const UwExceptionWrapper,
) -> *const WasmerException
Expand description
Implementation for reading a [WasmerException
] from a [UwExceptionWrapper
].
ยงSafety
exception
must be dereferenceable.