pub unsafe fn OpenWindowStationW<P0, P1>(
    lpszwinsta: P0,
    finherit: P1,
    dwdesiredaccess: u32
) -> Result<HWINSTA>
where P0: IntoParam<PCWSTR>, P1: IntoParam<BOOL>,