Function windows::Win32::Networking::WinInet::FindNextUrlCacheEntryW
pub unsafe fn FindNextUrlCacheEntryW<P0>(
henumhandle: P0,
lpnextcacheentryinfo: Option<*mut INTERNET_CACHE_ENTRY_INFOW>,
lpcbcacheentryinfo: *mut u32,
) -> Result<()>where
P0: Param<HANDLE>,