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