Function wasmtime_c_api::wasm_frame_vec_copy

source ·
#[no_mangle]
pub extern "C" fn wasm_frame_vec_copy<'a>(
    out: &mut wasm_frame_vec_t<'a>,
    src: &wasm_frame_vec_t<'a>
)