Function windows::Win32::Web::InternetExplorer::RatingEnableW

pub unsafe fn RatingEnableW<P0, P1, P2>(
    hwndparent: P0,
    pszusername: P1,
    fenable: P2
) -> Result<()>
where P0: Param<HWND>, P1: Param<PCWSTR>, P2: Param<BOOL>,