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
type usize = int
type i8 = int
type u8 = int
type i16 = int
type u16 = int
type i32 = int32
type u32 = int32
type i64 = int64
type u64 = int64
type c_ulong = int
type c_ulonglong = int64
type c_long = int
type c_void
type c_uint = int
type c_int = int
type c_ushort = int
type c_short = int
type c_char = i8
type clock_t = c_ulong
type time_t = c_long
type size_t = c_long
type suseconds_t = i32
type dev_t = i32
type ino_t = u64
type mode_t = u16
type nlink_t = u16
type blksize_t = i32
type rlim_t = u64
type pthread_key_t = c_ulong
type sigset_t = u32
type clockid_t = c_uint
type fsblkcnt_t = c_uint
type fsfilcnt_t = c_uint
type speed_t = c_ulong
type tcflag_t = c_ulong
type nl_item = c_int
type id_t = c_uint
type sem_t = c_int
type idtype_t = c_uint
type integer_t = c_int
type cpu_type_t = integer_t
type cpu_subtype_t = integer_t
type key_t = c_int
type sae_associd_t = u32
type sae_connid_t = u32
type socklen_t = c_int