#[unsafe(no_mangle)]pub extern "C" fn wasmtime_exn_type_copy(
src: &wasmtime_exn_type_t,
) -> Box<wasmtime_exn_type_t>Expand description
Creates a new wasmtime_exn_type_t which matches the provided one.
The caller is responsible for deleting the returned value via wasmtime_exn_type_delete.