Function WSManRunShellCommand
pub unsafe fn WSManRunShellCommand<P2>(
shell: WSMAN_SHELL_HANDLE,
flags: u32,
commandline: P2,
args: Option<*const WSMAN_COMMAND_ARG_SET>,
options: Option<*const WSMAN_OPTION_SET>,
async: *const WSMAN_SHELL_ASYNC,
) -> WSMAN_COMMAND_HANDLEwhere
P2: Param<PCWSTR>,