pub unsafe fn HttpFindUrlGroupId<P0, P1>(
    fullyqualifiedurl: P0,
    requestqueuehandle: P1,
    urlgroupid: *mut u64
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<HANDLE>,