pub unsafe fn RatingAccessDeniedDialog<P1, P2>( hdlg: HWND, pszusername: P1, pszcontentdescription: P2, pratingdetails: *mut c_void, ) -> Result<()>where P1: Param<PCSTR>, P2: Param<PCSTR>,