Function windows::Win32::Networking::WinInet::FindNextUrlCacheEntryExA
pub unsafe fn FindNextUrlCacheEntryExA<P0>(
henumhandle: P0,
lpnextcacheentryinfo: Option<*mut INTERNET_CACHE_ENTRY_INFOA>,
lpcbcacheentryinfo: *mut u32,
lpgroupattributes: Option<*const c_void>,
lpcbgroupattributes: Option<*const u32>,
lpreserved: Option<*const c_void>,
) -> Result<()>where
P0: Param<HANDLE>,