pub unsafe fn WSManPluginOperationComplete<P0>(
    requestdetails: *const WSMAN_PLUGIN_REQUEST,
    flags: u32,
    errorcode: u32,
    extendedinformation: P0
) -> u32
where P0: IntoParam<PCWSTR>,