pub fn call<T: FromBytesOwned>( func_name: impl AsRef<str>, input: impl ToMemory, ) -> Result<T>
Call a function from the Extism plugin being tested, passing input and returning its output.