1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
/* This file has been automatically generated. */

use std::ffi::c_void;
use super::c_env::CElementsTxEnv;
use super::frame_ffi::CFrameItem;

extern "C" {
    pub fn add_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn add_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn add_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn add_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn all_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn all_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn all_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn all_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn and_1(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn and_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn and_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn and_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn and_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn annex_hash(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn asset_amount_hash(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn bip_0340_verify(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn build_tapbranch(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn build_tapleaf_simplicity(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn calculate_asset(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn calculate_confidential_token(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn calculate_explicit_token(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn calculate_issuance_entropy(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn ch_1(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn ch_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn ch_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn ch_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn ch_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn check_lock_distance(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn check_lock_duration(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn check_lock_height(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn check_lock_time(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn check_sig_verify(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn complement_1(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn complement_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn complement_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn complement_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn complement_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn current_amount(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn current_annex_hash(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn current_asset(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn current_index(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn current_issuance_asset_amount(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn current_issuance_asset_proof(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn current_issuance_token_amount(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn current_issuance_token_proof(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn current_new_issuance_contract(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn current_pegin(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn current_prev_outpoint(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn current_reissuance_blinding(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn current_reissuance_entropy(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn current_script_hash(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn current_script_sig_hash(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn current_sequence(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn decompress(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn decrement_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn decrement_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn decrement_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn decrement_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn div_mod_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn div_mod_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn div_mod_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn div_mod_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn divide_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn divide_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn divide_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn divide_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn divides_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn divides_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn divides_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn divides_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn eq_1(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn eq_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn eq_256(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn eq_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn eq_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn eq_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn fe_add(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn fe_invert(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn fe_is_odd(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn fe_is_zero(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn fe_multiply(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn fe_multiply_beta(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn fe_negate(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn fe_normalize(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn fe_square(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn fe_square_root(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_add_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_add_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_add_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_add_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_decrement_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_decrement_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_decrement_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_decrement_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_increment_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_increment_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_increment_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_increment_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_left_shift_16_1(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_left_shift_16_2(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_left_shift_16_4(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_left_shift_16_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_left_shift_32_1(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_left_shift_32_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_left_shift_32_2(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_left_shift_32_4(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_left_shift_32_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_left_shift_64_1(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_left_shift_64_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_left_shift_64_2(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_left_shift_64_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_left_shift_64_4(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_left_shift_64_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_left_shift_8_1(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_left_shift_8_2(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_left_shift_8_4(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_multiply_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_multiply_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_multiply_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_multiply_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_right_shift_16_1(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_right_shift_16_2(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_right_shift_16_4(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_right_shift_16_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_right_shift_32_1(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_right_shift_32_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_right_shift_32_2(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_right_shift_32_4(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_right_shift_32_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_right_shift_64_1(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_right_shift_64_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_right_shift_64_2(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_right_shift_64_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_right_shift_64_4(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_right_shift_64_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_right_shift_8_1(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_right_shift_8_2(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_right_shift_8_4(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_subtract_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_subtract_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_subtract_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn full_subtract_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn ge_is_on_curve(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn ge_negate(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn gej_add(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn gej_double(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn gej_ge_add(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn gej_ge_add_ex(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn gej_infinity(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn gej_is_infinity(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn gej_is_on_curve(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn gej_negate(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn gej_normalize(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn gej_rescale(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn gej_x_equiv(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn gej_y_is_odd(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn generate(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn genesis_block_hash(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn high_1(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn high_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn high_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn high_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn high_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn increment_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn increment_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn increment_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn increment_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn input_amount(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn input_amounts_hash(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn input_annex_hash(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn input_annexes_hash(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn input_asset(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn input_outpoints_hash(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn input_pegin(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn input_prev_outpoint(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn input_script_hash(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn input_script_sig_hash(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn input_script_sigs_hash(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn input_scripts_hash(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn input_sequence(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn input_sequences_hash(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn input_utxos_hash(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn inputs_hash(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn internal_key(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn is_one_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn is_one_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn is_one_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn is_one_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn is_zero_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn is_zero_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn is_zero_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn is_zero_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn issuance(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn issuance_asset(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn issuance_asset_amount(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn issuance_asset_amounts_hash(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn issuance_asset_proof(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn issuance_blinding_entropy_hash(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn issuance_entropy(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn issuance_range_proofs_hash(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn issuance_token(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn issuance_token_amount(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn issuance_token_amounts_hash(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn issuance_token_proof(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn issuances_hash(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn le_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn le_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn le_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn le_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn left_extend_16_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn left_extend_16_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn left_extend_1_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn left_extend_1_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn left_extend_1_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn left_extend_1_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn left_extend_32_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn left_extend_8_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn left_extend_8_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn left_extend_8_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn left_pad_high_16_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn left_pad_high_16_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn left_pad_high_1_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn left_pad_high_1_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn left_pad_high_1_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn left_pad_high_1_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn left_pad_high_32_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn left_pad_high_8_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn left_pad_high_8_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn left_pad_high_8_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn left_pad_low_16_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn left_pad_low_16_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn left_pad_low_1_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn left_pad_low_1_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn left_pad_low_1_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn left_pad_low_1_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn left_pad_low_32_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn left_pad_low_8_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn left_pad_low_8_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn left_pad_low_8_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn left_rotate_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn left_rotate_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn left_rotate_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn left_rotate_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn left_shift_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn left_shift_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn left_shift_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn left_shift_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn left_shift_with_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn left_shift_with_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn left_shift_with_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn left_shift_with_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn leftmost_16_1(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn leftmost_16_2(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn leftmost_16_4(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn leftmost_16_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn leftmost_32_1(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn leftmost_32_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn leftmost_32_2(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn leftmost_32_4(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn leftmost_32_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn leftmost_64_1(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn leftmost_64_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn leftmost_64_2(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn leftmost_64_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn leftmost_64_4(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn leftmost_64_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn leftmost_8_1(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn leftmost_8_2(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn leftmost_8_4(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn linear_combination_1(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn linear_verify_1(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn lock_time(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn low_1(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn low_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn low_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn low_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn low_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn lt_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn lt_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn lt_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn lt_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn maj_1(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn maj_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn maj_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn maj_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn maj_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn max_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn max_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn max_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn max_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn median_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn median_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn median_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn median_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn min_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn min_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn min_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn min_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn modulo_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn modulo_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn modulo_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn modulo_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn multiply_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn multiply_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn multiply_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn multiply_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn negate_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn negate_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn negate_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn negate_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn new_issuance_contract(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn nonce_hash(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn num_inputs(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn num_outputs(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn one_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn one_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn one_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn one_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn or_1(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn or_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn or_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn or_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn or_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn outpoint_hash(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn output_amount(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn output_amounts_hash(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn output_asset(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn output_is_fee(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn output_nonce(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn output_nonces_hash(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn output_null_datum(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn output_range_proof(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn output_range_proofs_hash(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn output_script_hash(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn output_scripts_hash(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn output_surjection_proof(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn output_surjection_proofs_hash(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn outputs_hash(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn parse_lock(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn parse_sequence(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn point_verify_1(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn reissuance_blinding(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn reissuance_entropy(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn right_extend_16_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn right_extend_16_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn right_extend_32_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn right_extend_8_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn right_extend_8_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn right_extend_8_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn right_pad_high_16_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn right_pad_high_16_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn right_pad_high_1_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn right_pad_high_1_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn right_pad_high_1_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn right_pad_high_1_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn right_pad_high_32_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn right_pad_high_8_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn right_pad_high_8_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn right_pad_high_8_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn right_pad_low_16_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn right_pad_low_16_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn right_pad_low_1_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn right_pad_low_1_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn right_pad_low_1_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn right_pad_low_1_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn right_pad_low_32_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn right_pad_low_8_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn right_pad_low_8_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn right_pad_low_8_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn right_rotate_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn right_rotate_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn right_rotate_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn right_rotate_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn right_shift_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn right_shift_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn right_shift_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn right_shift_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn right_shift_with_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn right_shift_with_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn right_shift_with_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn right_shift_with_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn rightmost_16_1(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn rightmost_16_2(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn rightmost_16_4(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn rightmost_16_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn rightmost_32_1(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn rightmost_32_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn rightmost_32_2(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn rightmost_32_4(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn rightmost_32_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn rightmost_64_1(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn rightmost_64_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn rightmost_64_2(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn rightmost_64_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn rightmost_64_4(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn rightmost_64_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn rightmost_8_1(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn rightmost_8_2(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn rightmost_8_4(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn scalar_add(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn scalar_invert(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn scalar_is_zero(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn scalar_multiply(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn scalar_multiply_lambda(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn scalar_negate(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn scalar_normalize(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn scalar_square(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn scale(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn script_cmr(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn sha_256_block(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn sha_256_ctx_8_add_1(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn sha_256_ctx_8_add_128(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn sha_256_ctx_8_add_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn sha_256_ctx_8_add_2(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn sha_256_ctx_8_add_256(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn sha_256_ctx_8_add_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn sha_256_ctx_8_add_4(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn sha_256_ctx_8_add_512(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn sha_256_ctx_8_add_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn sha_256_ctx_8_add_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn sha_256_ctx_8_add_buffer_511(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn sha_256_ctx_8_finalize(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn sha_256_ctx_8_init(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn sha_256_iv(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn sig_all_hash(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn some_1(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn some_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn some_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn some_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn some_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn subtract_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn subtract_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn subtract_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn subtract_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn tap_env_hash(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn tapleaf_hash(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn tapleaf_version(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn tappath(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn tappath_hash(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn tx_hash(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn tx_is_final(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn tx_lock_distance(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn tx_lock_duration(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn tx_lock_height(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn tx_lock_time(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn verify(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn version(dst: *mut CFrameItem, src: CFrameItem, env: *const CElementsTxEnv) -> bool;
    pub fn xor_1(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn xor_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn xor_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn xor_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn xor_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn xor_xor_1(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn xor_xor_16(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn xor_xor_32(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn xor_xor_64(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
    pub fn xor_xor_8(dst: *mut CFrameItem, src: CFrameItem, env: *const c_void) -> bool;
}