pub unsafe extern "system" fn WSManRunShellCommandEx(
    shell: WSMAN_SHELL_HANDLE,
    flags: u32,
    commandid: PCWSTR,
    commandline: PCWSTR,
    args: *const WSMAN_COMMAND_ARG_SET,
    options: *const WSMAN_OPTION_SET,
    async: *const WSMAN_SHELL_ASYNC,
    command: *mut WSMAN_COMMAND_HANDLE
)
Expand description

Required features: "Win32_Foundation"