pub unsafe fn HttpAddUrlToUrlGroup<P0>(
    urlgroupid: u64,
    pfullyqualifiedurl: P0,
    urlcontext: u64,
    reserved: u32
) -> u32
where P0: IntoParam<PCWSTR>,