Function CoInternetIsFeatureEnabledForUrl
pub unsafe fn CoInternetIsFeatureEnabledForUrl<P2, P3>(
featureentry: INTERNETFEATURELIST,
dwflags: u32,
szurl: P2,
psecmgr: P3,
) -> Result<()>where
P2: Param<PCWSTR>,
P3: Param<IInternetSecurityManager>,