wasmtime_table_get

Function wasmtime_table_get 

Source
#[unsafe(no_mangle)]
pub extern "C" fn wasmtime_table_get( store: WasmtimeStoreContextMut<'_>, table: &Table, index: u64, ret: &mut MaybeUninit<wasmtime_val_t>, ) -> bool