• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #![allow(
2     dead_code,
3     non_snake_case,
4     non_camel_case_types,
5     non_upper_case_globals
6 )]
7 
8 extern "C" {
9     #[link_name = "\u{1}u8"]
10     pub static mut u8_: ::std::os::raw::c_int;
11 }
12 extern "C" {
13     #[link_name = "\u{1}u16"]
14     pub static mut u16_: ::std::os::raw::c_int;
15 }
16 extern "C" {
17     #[link_name = "\u{1}u32"]
18     pub static mut u32_: ::std::os::raw::c_int;
19 }
20 extern "C" {
21     #[link_name = "\u{1}u64"]
22     pub static mut u64_: ::std::os::raw::c_int;
23 }
24 extern "C" {
25     #[link_name = "\u{1}i8"]
26     pub static mut i8_: ::std::os::raw::c_int;
27 }
28 extern "C" {
29     #[link_name = "\u{1}i16"]
30     pub static mut i16_: ::std::os::raw::c_int;
31 }
32 extern "C" {
33     #[link_name = "\u{1}i32"]
34     pub static mut i32_: ::std::os::raw::c_int;
35 }
36 extern "C" {
37     #[link_name = "\u{1}i64"]
38     pub static mut i64_: ::std::os::raw::c_int;
39 }
40 extern "C" {
41     #[link_name = "\u{1}f32"]
42     pub static mut f32_: ::std::os::raw::c_int;
43 }
44 extern "C" {
45     #[link_name = "\u{1}f64"]
46     pub static mut f64_: ::std::os::raw::c_int;
47 }
48 extern "C" {
49     #[link_name = "\u{1}usize"]
50     pub static mut usize_: ::std::os::raw::c_int;
51 }
52 extern "C" {
53     #[link_name = "\u{1}isize"]
54     pub static mut isize_: ::std::os::raw::c_int;
55 }
56 extern "C" {
57     #[link_name = "\u{1}bool"]
58     pub static mut bool_: ::std::os::raw::c_int;
59 }
60 extern "C" {
61     #[link_name = "\u{1}str"]
62     pub static mut str_: ::std::os::raw::c_int;
63 }
64 extern "C" {
65     #[link_name = "\u{1}dyn"]
66     pub static mut dyn_: ::std::os::raw::c_int;
67 }
68 extern "C" {
69     #[link_name = "\u{1}as"]
70     pub static mut as_: ::std::os::raw::c_int;
71 }
72 extern "C" {
73     #[link_name = "\u{1}async"]
74     pub static mut async_: ::std::os::raw::c_int;
75 }
76 extern "C" {
77     #[link_name = "\u{1}await"]
78     pub static mut await_: ::std::os::raw::c_int;
79 }
80 extern "C" {
81     #[link_name = "\u{1}box"]
82     pub static mut box_: ::std::os::raw::c_int;
83 }
84 extern "C" {
85     #[link_name = "\u{1}crate"]
86     pub static mut crate_: ::std::os::raw::c_int;
87 }
88 extern "C" {
89     #[link_name = "\u{1}false"]
90     pub static mut false_: ::std::os::raw::c_int;
91 }
92 extern "C" {
93     #[link_name = "\u{1}fn"]
94     pub static mut fn_: ::std::os::raw::c_int;
95 }
96 extern "C" {
97     #[link_name = "\u{1}impl"]
98     pub static mut impl_: ::std::os::raw::c_int;
99 }
100 extern "C" {
101     #[link_name = "\u{1}in"]
102     pub static mut in_: ::std::os::raw::c_int;
103 }
104 extern "C" {
105     #[link_name = "\u{1}let"]
106     pub static mut let_: ::std::os::raw::c_int;
107 }
108 extern "C" {
109     #[link_name = "\u{1}loop"]
110     pub static mut loop_: ::std::os::raw::c_int;
111 }
112 extern "C" {
113     #[link_name = "\u{1}match"]
114     pub static mut match_: ::std::os::raw::c_int;
115 }
116 extern "C" {
117     #[link_name = "\u{1}mod"]
118     pub static mut mod_: ::std::os::raw::c_int;
119 }
120 extern "C" {
121     #[link_name = "\u{1}move"]
122     pub static mut move_: ::std::os::raw::c_int;
123 }
124 extern "C" {
125     #[link_name = "\u{1}mut"]
126     pub static mut mut_: ::std::os::raw::c_int;
127 }
128 extern "C" {
129     #[link_name = "\u{1}pub"]
130     pub static mut pub_: ::std::os::raw::c_int;
131 }
132 extern "C" {
133     #[link_name = "\u{1}ref"]
134     pub static mut ref_: ::std::os::raw::c_int;
135 }
136 extern "C" {
137     #[link_name = "\u{1}self"]
138     pub static mut self_: ::std::os::raw::c_int;
139 }
140 extern "C" {
141     #[link_name = "\u{1}Self"]
142     pub static mut Self_: ::std::os::raw::c_int;
143 }
144 extern "C" {
145     #[link_name = "\u{1}super"]
146     pub static mut super_: ::std::os::raw::c_int;
147 }
148 extern "C" {
149     #[link_name = "\u{1}trait"]
150     pub static mut trait_: ::std::os::raw::c_int;
151 }
152 extern "C" {
153     #[link_name = "\u{1}true"]
154     pub static mut true_: ::std::os::raw::c_int;
155 }
156 extern "C" {
157     #[link_name = "\u{1}try"]
158     pub static mut try_: ::std::os::raw::c_int;
159 }
160 extern "C" {
161     #[link_name = "\u{1}type"]
162     pub static mut type_: ::std::os::raw::c_int;
163 }
164 extern "C" {
165     #[link_name = "\u{1}unsafe"]
166     pub static mut unsafe_: ::std::os::raw::c_int;
167 }
168 extern "C" {
169     #[link_name = "\u{1}use"]
170     pub static mut use_: ::std::os::raw::c_int;
171 }
172 extern "C" {
173     #[link_name = "\u{1}where"]
174     pub static mut where_: ::std::os::raw::c_int;
175 }
176 extern "C" {
177     #[link_name = "\u{1}abstract"]
178     pub static mut abstract_: ::std::os::raw::c_int;
179 }
180 extern "C" {
181     #[link_name = "\u{1}alignof"]
182     pub static mut alignof_: ::std::os::raw::c_int;
183 }
184 extern "C" {
185     #[link_name = "\u{1}become"]
186     pub static mut become_: ::std::os::raw::c_int;
187 }
188 extern "C" {
189     #[link_name = "\u{1}final"]
190     pub static mut final_: ::std::os::raw::c_int;
191 }
192 extern "C" {
193     #[link_name = "\u{1}macro"]
194     pub static mut macro_: ::std::os::raw::c_int;
195 }
196 extern "C" {
197     #[link_name = "\u{1}offsetof"]
198     pub static mut offsetof_: ::std::os::raw::c_int;
199 }
200 extern "C" {
201     #[link_name = "\u{1}override"]
202     pub static mut override_: ::std::os::raw::c_int;
203 }
204 extern "C" {
205     #[link_name = "\u{1}priv"]
206     pub static mut priv_: ::std::os::raw::c_int;
207 }
208 extern "C" {
209     #[link_name = "\u{1}proc"]
210     pub static mut proc_: ::std::os::raw::c_int;
211 }
212 extern "C" {
213     #[link_name = "\u{1}pure"]
214     pub static mut pure_: ::std::os::raw::c_int;
215 }
216 extern "C" {
217     #[link_name = "\u{1}unsized"]
218     pub static mut unsized_: ::std::os::raw::c_int;
219 }
220 extern "C" {
221     #[link_name = "\u{1}virtual"]
222     pub static mut virtual_: ::std::os::raw::c_int;
223 }
224 extern "C" {
225     #[link_name = "\u{1}yield"]
226     pub static mut yield_: ::std::os::raw::c_int;
227 }
228