Function WSManConnectShellCommand
pub unsafe fn WSManConnectShellCommand<P2>(
shell: WSMAN_SHELL_HANDLE,
flags: u32,
commandid: P2,
options: Option<*const WSMAN_OPTION_SET>,
connectxml: Option<*const WSMAN_DATA>,
async: *const WSMAN_SHELL_ASYNC,
) -> WSMAN_COMMAND_HANDLEwhere
P2: Param<PCWSTR>,