pub unsafe extern "system" fn GetUrlCacheEntryBinaryBlob(
    pwszurlname: PWSTR,
    dwtype: *mut u32,
    pftexpiretime: *mut FILETIME,
    pftaccesstime: *mut FILETIME,
    pftmodifiedtime: *mut FILETIME,
    ppbblob: *mut *mut u8,
    pcbblob: *mut u32
) -> u32
Expand description

Required features: ‘Win32_Networking_WinInet’, ‘Win32_Foundation’