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
// Pre-generated VORTEX FFI bindings stub.
// This file provides minimal type declarations so the crate compiles
// without libclang. For full bindings, enable the 'runtime-bindgen'
// feature (requires libclang installed).
pub type vtx_value_t = u64;
pub type vtx_typeid_t = u32;
pub type vtx_nodeid_t = u32;
pub type vtx_cond_t = i32;
// Opaque struct types