#[no_mangle]
pub extern "C" fn wasm_functype_copy(
    src: Option<&wasm_functype_t>
) -> Option<Box<wasm_functype_t>>