pub type PowerShellProgress = ToolProgressData;
pub struct PowerShellProgress { pub kind: Option<String>, pub extra: HashMap<String, Value>, }
kind: Option<String>
extra: HashMap<String, Value>