添加数据
void appendData({required List<int> data}) => RustLib.instance.api .crateApiTsplTsplCommandBuildAppendData(that: this, data: data);