Function windows_sys::Win32::Networking::WinInet::FindFirstUrlCacheEntryExW
pub unsafe extern "system" fn FindFirstUrlCacheEntryExW(
lpszurlsearchpattern: PCWSTR,
dwflags: u32,
dwfilter: u32,
groupid: i64,
lpfirstcacheentryinfo: *mut INTERNET_CACHE_ENTRY_INFOW,
lpcbcacheentryinfo: *mut u32,
lpgroupattributes: *const c_void,
lpcbgroupattributes: *const u32,
lpreserved: *const c_void,
) -> HANDLE