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