Function wasmtime_c_api::wasm_frame_vec_new

source ·
#[no_mangle]
pub unsafe extern "C" fn wasm_frame_vec_new<'a>(
    out: &mut wasm_frame_vec_t<'a>,
    size: usize,
    ptr: *const Option<Box<wasm_frame_t<'a>>>
)