pub unsafe fn SetPropA<P0, P1, P2>( hwnd: P0, lpstring: P1, hdata: P2, ) -> Result<()>where P0: Param<HWND>, P1: Param<PCSTR>, P2: Param<HANDLE>,