pub unsafe extern "system" fn WSManConnectShell(
    session: *mut WSMAN_SESSION,
    flags: u32,
    resourceuri: PCWSTR,
    shellid: PCWSTR,
    options: *const WSMAN_OPTION_SET,
    connectxml: *const WSMAN_DATA,
    async: *const WSMAN_SHELL_ASYNC,
    shell: *mut *mut WSMAN_SHELL
)
Expand description

Required features: "Win32_System_RemoteManagement", "Win32_Foundation"