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