Function windows::Win32::Web::InternetExplorer::RatingCheckUserAccessW

pub unsafe fn RatingCheckUserAccessW<P0, P1, P2>(
    pszusername: P0,
    pszurl: P1,
    pszratinginfo: P2,
    pdata: Option<&[u8]>,
    ppratingdetails: Option<*mut *mut c_void>
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,