pub unsafe fn WTSVirtualChannelOpen<P2>( hserver: Option<HANDLE>, sessionid: u32, pvirtualname: P2, ) -> Result<HANDLE>where P2: Param<PCSTR>,