1 // Take a look at the license at the top of the repository in the LICENSE file. 2 3 pub mod xlib { 4 pub type Window = i32; 5 } 6