#[no_mangle]
pub unsafe extern "C" fn wasm_val_copy(
    out: &mut wasm_val_t,
    val: &wasm_val_t
)