pub unsafe fn CreateIoCompletionPort<P0, P1>(
    filehandle: P0,
    existingcompletionport: P1,
    completionkey: usize,
    numberofconcurrentthreads: u32
) -> Result<HANDLE>
where P0: IntoParam<HANDLE>, P1: IntoParam<HANDLE>,