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