pub unsafe fn GetUrlCacheEntryBinaryBlob<P0>(
    pwszurlname: P0,
    dwtype: *mut u32,
    pftexpiretime: *mut FILETIME,
    pftaccesstime: *mut FILETIME,
    pftmodifiedtime: *mut FILETIME,
    ppbblob: *mut *mut u8,
    pcbblob: *mut u32,
) -> u32
where P0: Param<PCWSTR>,