Function SetUrlCacheEntryGroupW
pub unsafe fn SetUrlCacheEntryGroupW<P0>(
lpszurlname: P0,
dwflags: u32,
groupid: i64,
pbgroupattributes: Option<*const u8>,
cbgroupattributes: Option<u32>,
lpreserved: Option<*const c_void>,
) -> BOOLwhere
P0: Param<PCWSTR>,