pub unsafe fn HttpFlushResponseCache<P0, P1>(
    requestqueuehandle: P0,
    urlprefix: P1,
    flags: u32,
    overlapped: Option<*const OVERLAPPED>
) -> u32
where P0: IntoParam<HANDLE>, P1: IntoParam<PCWSTR>,