pub fn validate_operation_name(name: &str) -> Result<(), String>Expand description
Check the operation name shared by every plugin adapter. 校验各插件适配器共用的操作名。
Operation names become {prefix}_{operation} Wasm export or process
entrypoint names, so they must be non-empty ASCII identifiers.
操作名会成为 {prefix}_{operation} Wasm 导出或进程入口名,因此必须是
非空 ASCII 标识符。