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