pub unsafe extern "system" fn WSManSendShellInput(
    shell: *const WSMAN_SHELL,
    command: *const WSMAN_COMMAND,
    flags: u32,
    streamid: PCWSTR,
    streamdata: *const WSMAN_DATA,
    endofstream: BOOL,
    async: *const WSMAN_SHELL_ASYNC,
    sendoperation: *mut *mut WSMAN_OPERATION
)
Expand description

Required features: "Win32_System_RemoteManagement", "Win32_Foundation"