#[no_mangle] pub unsafe extern "C-unwind" fn wasmer_vm_delete_exception( exception: *mut WasmerException, )
Implementation for deleting the data of an exception.
exception must be dereferenceable.
exception