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