pub unsafe extern "C" fn wasm_func_type_get_param_count(
func_type: wasm_func_type_t,
) -> u32
Expand description
Get the number of parameters for a function type
@param func_type the function type
@return the number of parameters for the function type