Function windows::Win32::Networking::WinInet::PerformOperationOverUrlCacheA
pub unsafe fn PerformOperationOverUrlCacheA<P0>(
pszurlsearchpattern: P0,
dwflags: u32,
dwfilter: u32,
groupid: i64,
preserved1: Option<*const c_void>,
pdwreserved2: Option<*const u32>,
preserved3: Option<*const c_void>,
op: CACHE_OPERATOR,
poperatordata: *mut c_void,
) -> BOOLwhere
P0: Param<PCSTR>,