pub unsafe fn RatingAccessDeniedDialog2W<P0, P1>(
    hdlg: P0,
    pszusername: P1,
    pratingdetails: *mut c_void
) -> Result<()>
where P0: Param<HWND>, P1: Param<PCWSTR>,