pub unsafe fn WTSConnectSessionW<P2>( logonid: u32, targetlogonid: u32, ppassword: P2, bwait: bool, ) -> Result<()>where P2: Param<PCWSTR>,