pub unsafe fn AddPortA<P0, P1, P2>( pname: P0, hwnd: P1, pmonitorname: P2, ) -> Result<()>where P0: Param<PCSTR>, P1: Param<HWND>, P2: Param<PCSTR>,