Function wasmtime_c_api::wasm_val_copy

source ·
#[no_mangle]
pub unsafe extern "C" fn wasm_val_copy(
    out: &mut MaybeUninit<wasm_val_t>,
    source: &wasm_val_t
)