pub unsafe fn CreateWindowStationW<P0>( lpwinsta: P0, dwflags: u32, dwdesiredaccess: u32, lpsa: Option<*const SECURITY_ATTRIBUTES>, ) -> Result<HWINSTA>where P0: Param<PCWSTR>,