pub unsafe fn WSManPluginReceiveResult<P0, P1>(
    requestdetails: *const WSMAN_PLUGIN_REQUEST,
    flags: u32,
    stream: P0,
    streamresult: Option<*const WSMAN_DATA>,
    commandstate: P1,
    exitcode: u32
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,