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