pub unsafe fn CommitUrlCacheEntryBinaryBlob<P0>(
    pwszurlname: P0,
    dwtype: u32,
    ftexpiretime: FILETIME,
    ftmodifiedtime: FILETIME,
    pbblob: Option<&[u8]>,
) -> u32
where P0: Param<PCWSTR>,