Function windows::Win32::Networking::WinInet::GetUrlCacheEntryInfoExA
pub unsafe fn GetUrlCacheEntryInfoExA<P0, P1>(
lpszurl: P0,
lpcacheentryinfo: Option<*mut INTERNET_CACHE_ENTRY_INFOA>,
lpcbcacheentryinfo: Option<*mut u32>,
lpszredirecturl: P1,
lpcbredirecturl: Option<*const u32>,
lpreserved: Option<*const c_void>,
dwflags: u32,
) -> Result<()>where
P0: Param<PCSTR>,
P1: Param<PCSTR>,