#[no_mangle]
pub unsafe extern "C" fn wasm_tabletype_vec_new(
    out: &mut wasm_tabletype_vec_t,
    size: usize,
    ptr: *const Option<Box<wasm_tabletype_t>>
)
Expand description

Creates a new vector of [wasm_tabletype_t *].

Example

See the wasm_tabletype_vec_t type to get an example.