Function windows::Win32::Web::InternetExplorer::RatingEnable

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