1#![allow(non_camel_case_types)]
2
3use std::os::raw::*;
4pub type RROutput = c_ulong;
5pub type VisualID = c_uint;
6pub type Display = *const c_void;
7pub type Window = c_ulong;
8pub type xcb_connection_t = c_void;
9pub type xcb_window_t = u32;
10pub type xcb_visualid_t = u32;
11pub type MirConnection = *const c_void;
12pub type MirSurface = *const c_void;
13pub type HINSTANCE = *const c_void;
14pub type HWND = *const c_void;
15pub type wl_display = c_void;
16pub type wl_surface = c_void;
17pub type HANDLE = *mut c_void;
18pub type HMONITOR = HANDLE;
19pub type DWORD = c_ulong;
20pub type LPCWSTR = *const u16;
21pub type zx_handle_t = u32;
22pub type _screen_context = c_void;
23pub type _screen_window = c_void;
24pub type SECURITY_ATTRIBUTES = c_void;
25pub type ANativeWindow = c_void;
27pub type AHardwareBuffer = c_void;
28pub type CAMetalLayer = c_void;
29pub type GgpStreamDescriptor = u32;
32pub type GgpFrameToken = u64;
33pub type IDirectFB = c_void;
34pub type IDirectFBSurface = c_void;
35pub type __IOSurface = c_void;
36pub type IOSurfaceRef = *mut __IOSurface;
37pub type MTLBuffer_id = *mut c_void;
38pub type MTLCommandQueue_id = *mut c_void;
39pub type MTLDevice_id = *mut c_void;
40pub type MTLSharedEvent_id = *mut c_void;
41pub type MTLTexture_id = *mut c_void;