#[unsafe(no_mangle)]pub extern "C" fn wasm_frame_vec_delete<'a>(
out: &mut wasm_frame_vec_t<'a>,
)
Expand description
Frees memory associated to the wasm_frame_vec_t
.
#[unsafe(no_mangle)]pub extern "C" fn wasm_frame_vec_delete<'a>(
out: &mut wasm_frame_vec_t<'a>,
)
Frees memory associated to the wasm_frame_vec_t
.