#[unsafe(no_mangle)]
pub unsafe extern "C" fn wasmtime_val_clone(
cx: WasmtimeStoreContextMut<'_>,
src: &wasmtime_val_t,
dst: &mut MaybeUninit<wasmtime_val_t>,
)
#[unsafe(no_mangle)]
pub unsafe extern "C" fn wasmtime_val_clone(
cx: WasmtimeStoreContextMut<'_>,
src: &wasmtime_val_t,
dst: &mut MaybeUninit<wasmtime_val_t>,
)