pub unsafe fn WTSVirtualChannelOpenEx<P1>( sessionid: u32, pvirtualname: P1, flags: u32, ) -> Result<HANDLE>where P1: Param<PCSTR>,