pub unsafe fn HttpWaitForDisconnect<P0>(
    requestqueuehandle: P0,
    connectionid: u64,
    overlapped: Option<*const OVERLAPPED>
) -> u32
where P0: IntoParam<HANDLE>,