Function windows::Win32::Networking::WinInet::GetUrlCacheEntryInfoExW

pub unsafe fn GetUrlCacheEntryInfoExW<P0, P1>(
    lpszurl: P0,
    lpcacheentryinfo: Option<*mut INTERNET_CACHE_ENTRY_INFOW>,
    lpcbcacheentryinfo: Option<*mut u32>,
    lpszredirecturl: P1,
    lpcbredirecturl: Option<*const u32>,
    lpreserved: Option<*const c_void>,
    dwflags: u32,
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,