pub unsafe fn HttpRemoveUrl<P0, P1>(
    requestqueuehandle: P0,
    fullyqualifiedurl: P1
) -> u32
where P0: IntoParam<HANDLE>, P1: IntoParam<PCWSTR>,