Calls a function from the @Plugin at the given pluginIndex. @param pluginPointer @param function_name is the function to call @param data is the data input data @param dataLength is the data input data length @return the result code of the plugin call. non-zero in cas
(Pointer pluginPointer, String function_name, byte[] data, int dataLength)
| 144 | * @return the result code of the plugin call. non-zero in case of error, {@literal 0} otherwise. |
| 145 | */ |
| 146 | int extism_plugin_call(Pointer pluginPointer, String function_name, byte[] data, int dataLength); |
| 147 | |
| 148 | /** |
| 149 | * Returns |