wasmtime_component_func_call

Function wasmtime_component_func_call 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn wasmtime_component_func_call( func: &Func, context: WasmtimeStoreContextMut<'_>, args: *const wasmtime_component_val_t, args_len: usize, results: *mut wasmtime_component_val_t, results_len: usize, ) -> Option<Box<wasmtime_error_t>>