#[no_mangle]
pub unsafe extern "C" fn wasmtime_func_new_unchecked(
store: WasmtimeStoreContextMut<'_>,
ty: &wasm_functype_t,
callback: wasmtime_func_unchecked_callback_t,
data: *mut c_void,
finalizer: Option<extern "C" fn(_: *mut c_void)>,
func: &mut Func,
)