Function windows::Win32::Networking::WinInet::FindNextUrlCacheEntryExW

pub unsafe fn FindNextUrlCacheEntryExW<P0>(
    henumhandle: P0,
    lpnextcacheentryinfo: Option<*mut INTERNET_CACHE_ENTRY_INFOW>,
    lpcbcacheentryinfo: *mut u32,
    lpgroupattributes: Option<*const c_void>,
    lpcbgroupattributes: Option<*const u32>,
    lpreserved: Option<*const c_void>,
) -> Result<()>
where P0: Param<HANDLE>,