[INFO] cloning repository https://github.com/ixione-projects/archetypes
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ixione-projects/archetypes" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fixione-projects%2Farchetypes", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fixione-projects%2Farchetypes'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 81ec0311a4e44b0a3a9c2f2fc696a563e634a5a2
[INFO] testing ixione-projects/archetypes against 1.98.0-beta.8+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fixione-projects%2Farchetypes" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ixione-projects/archetypes
[INFO] finished tweaking git repo https://github.com/ixione-projects/archetypes
[INFO] tweaked toml for git repo https://github.com/ixione-projects/archetypes written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ixione-projects/archetypes on toolchain 1.98.0-beta.8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ixione-projects/archetypes already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded syn v2.0.110
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0601ab5abb12dcefffc064eb2a4989600f6e143cb9d3effc53bf151608601bed
[INFO] running `Command { std: "docker" "start" "0601ab5abb12dcefffc064eb2a4989600f6e143cb9d3effc53bf151608601bed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0601ab5abb12dcefffc064eb2a4989600f6e143cb9d3effc53bf151608601bed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0601ab5abb12dcefffc064eb2a4989600f6e143cb9d3effc53bf151608601bed" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0601ab5abb12dcefffc064eb2a4989600f6e143cb9d3effc53bf151608601bed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0601ab5abb12dcefffc064eb2a4989600f6e143cb9d3effc53bf151608601bed" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling bindgen v0.72.1
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling archetypes v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0428]: the name `FP_NAN` is defined multiple times
[INFO] [stdout]  --> /opt/rustwide/target/release/build/archetypes-c7b3e0040a624258/out/bindings.rs:3:120018
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... ; pub const FP_NAN : u32 = 0 ; pub const FP_INFINITE : u32 = 1 ; pub const FP_ZERO : u32 = 2 ; pub const FP_SUBNORMAL : u32 = 3 ; pub const FP_NORMAL : u32 = 4 ; pub const MATH_ERRNO : u32 = 1 ; pub const MATH_ERREXCEPT : u32 = 2 ; pub const math_errhandling : u32 = 3 ; pub const M_E : f64 = 2.718281828459045 ; pub const M_LOG2E : f64 = 1.4426950408889634 ; pub const M_LOG10E : f64 = 0.4342944819032518 ; pub const M_LN2 : f64 = 0.6931471805599453 ; pub const M_LN10 : f64 = 2.302585092994046 ; pub const M_PI : f64 = 3.141592653589793 ; pub const M_PI_2 : f64 = 1.5707963267948966 ; pub const M_PI_4 : f64 = 0.7853981633974483 ; pub const M_1_PI : f64 = 0.3183098861837907 ; pub const M_2_PI : f64 = 0.6366197723675814 ; pub const M_2_SQRTPI : f64 = 1.1283791670955126 ; pub const M_SQRT2 : f64 = 1.4142135623730951 ; pub const M_SQRT1_2 : f64 = 0.7071067811865476 ; pub const _SYS_TYPES_H : u32 = 1 ; pub const __clock_t_defined : u32 = 1 ; pub const __clockid_t_defined : u32 = 1 ; pub const __time_t_defined : u32 = 1 ; pub const __timer_t_defined : u32 = 1 ; pub const __BIT_TYPES_DEFINED__ : u32 = 1 ; pub const _ENDIAN_H : u32 = 1 ; pub const _BITS_ENDIAN_H : u32 = 1 ; pub const __LITTLE_ENDIAN : u32 = 1234 ; pub const __BIG_ENDIAN : u32 = 4321 ; pub const __PDP_ENDIAN : u32 = 3412 ; pub const _BITS_ENDIANNESS_H : u32 = 1 ; pub const __BYTE_ORDER : u32 = 1234 ; pub const __FLOAT_WORD_ORDER : u32 = 1234 ; pub const LITTLE_ENDIAN : u32 = 1234 ; pub const BIG_ENDIAN : u32 = 4321 ; pub const PDP_ENDIAN : u32 = 3412 ; pub const BYTE_ORDER : u32 = 1234 ; pub const _BITS_BYTESWAP_H : u32 = 1 ; pub const _BITS_UINTN_IDENTITY_H : u32 = 1 ; pub const _SYS_SELECT_H : u32 = 1 ; pub const __sigset_t_defined : u32 = 1 ; pub const __timeval_defined : u32 = 1 ; pub const _STRUCT_TIMESPEC : u32 = 1 ; pub const FD_SETSIZE : u32 = 1024 ; pub const _BITS_PTHREADTYPES_COMMON_H : u32 = 1 ; pub const _THREAD_SHARED_TYPES_H : u32 = 1 ; pub const _BITS_PTHREADTYPES_ARCH_H : u32 = 1 ; pub const __SIZEOF_PTHREAD_MUTEX_T : u32 = 40 ; pub const __SIZEOF_PTHREAD_ATTR_T : u32 = 56 ; pub const __SIZEOF_PTHREAD_RWLOCK_T : u32 = 56 ; pub const __SIZEOF_PTHREAD_BARRIER_T : u32 = 32 ; pub const __SIZEOF_PTHREAD_MUTEXATTR_T : u32 = 4 ; pub const __SIZEOF_PTHREAD_COND_T : u32 = 48 ; pub const __SIZEOF_PTHREAD_CONDATTR_T : u32 = 4 ; pub const __SIZEOF_PTHREAD_RWLOCKATTR_T : u32 = 8 ; pub const __SIZEOF_PTHREAD_BARRIERATTR_T : u32 = 4 ; pub const _THREAD_MUTEX_INTERNAL_H : u32 = 1 ; pub const __PTHREAD_MUTEX_HAVE_PREV : u32 = 1 ; pub const __have_pthread_attr_t : u32 = 1 ; pub const _SYS_STAT_H : u32 = 1 ; pub const _BITS_STAT_H : u32 = 1 ; pub const _BITS_STRUCT_STAT_H : u32 = 1 ; pub const __S_IFMT : u32 = 61440 ; pub const __S_IFDIR : u32 = 16384 ; pub const __S_IFCHR : u32 = 8192 ; pub const __S_IFBLK : u32 = 24576 ; pub const __S_IFREG : u32 = 32768 ; pub const __S_IFIFO : u32 = 4096 ; pub const __S_IFLNK : u32 = 40960 ; pub const __S_IFSOCK : u32 = 49152 ; pub const __S_ISUID : u32 = 2048 ; pub const __S_ISGID : u32 = 1024 ; pub const __S_ISVTX : u32 = 512 ; pub const __S_IREAD : u32 = 256 ; pub const __S_IWRITE : u32 = 128 ; pub const __S_IEXEC : u32 = 64 ; pub const UTIME_NOW : u32 = 1073741823 ; pub const UTIME_OMIT : u32 = 1073741822 ; pub const S_IFMT : u32 = 61440 ; pub const S_IFDIR : u32 = 16384 ; pub const S_IFCHR : u32 = 8192 ; pub const S_IFBLK : u32 = 24576 ; pub const S_IFREG : u32 = 32768 ; pub const S_IFIFO : u32 = 4096 ; pub const S_IFLNK : u32 = 40960 ; pub const S_IFSOCK : u32 = 49152 ; pub const S_ISUID : u32 = 2048 ; pub const S_ISGID : u32 = 1024 ; pub const S_ISVTX : u32 = 512 ; pub const S_IRUSR : u32 = 256 ; pub const S_IWUSR : u32 = 128 ; pub const S_IXUSR : u32 = 64 ; pub const S_IRWXU : u32 = 448 ; pub const S_IREAD : u32 = 256 ; pub const S_IWRITE : u32 = 128 ; pub const S_IEXEC : u32 = 64 ; pub const S_IRGRP : u32 = 32 ; pub const S_IWGRP : u32 = 16 ; pub const S_IXGRP : u32 = 8 ; pub const S_IRWXG : u32 = 56 ; pub const S_IROTH : u32 = 4 ; pub const S_IWOTH : u32 = 2 ; pub const S_IXOTH : u32 = 1 ; pub const S_IRWXO : u32 = 7 ; pub const ACCESSPERMS : u32 = 511 ; pub const ALLPERMS : u32 = 4095 ; pub const DEFFILEMODE : u32 = 438 ; pub const S_BLKSIZE : u32 = 512 ; pub const _FCNTL_H : u32 = 1 ; pub const __O_LARGEFILE : u32 = 0 ; pub const F_GETLK64 : u32 = 5 ; pub const F_SETLK64 : u32 = 6 ; pub const F_SETLKW64 : u32 = 7 ; pub const O_ACCMODE : u32 = 3 ; pub const O_RDONLY : u32 = 0 ; pub const O_WRONLY : u32 = 1 ; pub const O_RDWR : u32 = 2 ; pub const O_CREAT : u32 = 64 ; pub const O_EXCL : u32 = 128 ; pub const O_NOCTTY : u32 = 256 ; pub const O_TRUNC : u32 = 512 ; pub const O_APPEND : u32 = 1024 ; pub const O_NONBLOCK : u32 = 2048 ; pub const O_NDELAY : u32 = 2048 ; pub const O_SYNC : u32 = 1052672 ; pub const O_FSYNC : u32 = 1052672 ; pub const O_ASYNC : u32 = 8192 ; pub const __O_DIRECTORY : u32 = 65536 ; pub const __O_NOFOLLOW : u32 = 131072 ; pub const __O_CLOEXEC : u32 = 524288 ; pub const __O_DIRECT : u32 = 16384 ; pub const __O_NOATIME : u32 = 262144 ; pub const __O_PATH : u32 = 2097152 ; pub const __O_DSYNC : u32 = 4096 ; pub const __O_TMPFILE : u32 = 4259840 ; pub const F_GETLK : u32 = 5 ; pub const F_SETLK : u32 = 6 ; pub const F_SETLKW : u32 = 7 ; pub const O_DIRECTORY : u32 = 65536 ; pub const O_NOFOLLOW : u32 = 131072 ; pub const O_CLOEXEC : u32 = 524288 ; pub const O_DSYNC : u32 = 4096 ; pub const O_RSYNC : u32 = 1052672 ; pub const F_DUPFD : u32 = 0 ; pub const F_GETFD : u32 = 1 ; pub const F_SETFD : u32 = 2 ; pub const F_GETFL : u32 = 3 ; pub const F_SETFL : u32 = 4 ; pub const __F_SETOWN : u32 = 8 ; pub const __F_GETOWN : u32 = 9 ; pub const F_SETOWN : u32 = 8 ; pub const F_GETOWN : u32 = 9 ; pub const __F_SETSIG : u32 = 10 ; pub const __F_GETSIG : u32 = 11 ; pub const __F_SETOWN_EX : u32 = 15 ; pub const __F_GETOWN_EX : u32 = 16 ; pub const F_DUPFD_CLOEXEC : u32 = 1030 ; pub const FD_CLOEXEC : u32 = 1 ; pub const F_RDLCK : u32 = 0 ; pub const F_WRLCK : u32 = 1 ; pub const F_UNLCK : u32 = 2 ; pub const F_EXLCK : u32 = 4 ; pub const F_SHLCK : u32 = 8 ; pub const LOCK_SH : u32 = 1 ; pub const LOCK_EX : u32 = 2 ; pub const LOCK_NB : u32 = 4 ; pub const LOCK_UN : u32 = 8 ; pub const FAPPEND : u32 = 1024 ; pub const FFSYNC : u32 = 1052672 ; pub const FASYNC : u32 = 8192 ; pub const FNONBLOCK : u32 = 2048 ; pub const FNDELAY : u32 = 2048 ; pub const __POSIX_FADV_DONTNEED : u32 = 4 ; pub const __POSIX_FADV_NOREUSE : u32 = 5 ; pub const POSIX_FADV_NORMAL : u32 = 0 ; pub const POSIX_FADV_RANDOM : u32 = 1 ; pub const POSIX_FADV_SEQUENTIAL : u32 = 2 ; pub const POSIX_FADV_WILLNEED : u32 = 3 ; pub const POSIX_FADV_DONTNEED : u32 = 4 ; pub const POSIX_FADV_NOREUSE : u32 = 5 ; pub const R_OK : u32 = 4 ; pub const W_OK : u32 = 2 ; pub const X_OK : u32 = 1 ; pub const F_OK : u32 = 0 ; pub const AT_FDCWD : i32 = - 100 ; pub const AT_SYMLINK_NOFOLLOW : u32 = 256 ; pub const AT_REMOVEDIR : u32 = 512 ; pub const AT_SYMLINK_FOLLOW : u32 = 1024 ; pub const AT_EACCESS : u32 = 512 ; pub const F_ULOCK : u32 = 0 ; pub const F_LOCK : u32 = 1 ; pub const F_TLOCK : u32 = 2 ; pub const F_TEST : u32 = 3 ; pub const _DIRENT_H : u32 = 1 ; pub const _DIRENT_MATCHES_DIRENT64 : u32 = 1 ; pub const _BITS_POSIX1_LIM_H : u32 = 1 ; pub const _POSIX_AIO_LISTIO_MAX : u32 = 2 ; pub const _POSIX_AIO_MAX : u32 = 1 ; pub const _POSIX_ARG_MAX : u32 = 4096 ; pub const _POSIX_CHILD_MAX : u32 = 25 ; pub const _POSIX_DELAYTIMER_MAX : u32 = 32 ; pub const _POSIX_HOST_NAME_MAX : u32 = 255 ; pub const _POSIX_LINK_MAX : u32 = 8 ; pub const _POSIX_LOGIN_NAME_MAX : u32 = 9 ; pub const _POSIX_MAX_CANON : u32 = 255 ; pub const _POSIX_MAX_INPUT : u32 = 255 ; pub const _POSIX_MQ_OPEN_MAX : u32 = 8 ; pub const _POSIX_MQ_PRIO_MAX : u32 = 32 ; pub const _POSIX_NAME_MAX : u32 = 14 ; pub const _POSIX_NGROUPS_MAX : u32 = 8 ; pub const _POSIX_OPEN_MAX : u32 = 20 ; pub const _POSIX_PATH_MAX : u32 = 256 ; pub const _POSIX_PIPE_BUF : u32 = 512 ; pub const _POSIX_RE_DUP_MAX : u32 = 255 ; pub const _POSIX_RTSIG_MAX : u32 = 8 ; pub const _POSIX_SEM_NSEMS_MAX : u32 = 256 ; pub const _POSIX_SEM_VALUE_MAX : u32 = 32767 ; pub const _POSIX_SIGQUEUE_MAX : u32 = 32 ; pub const _POSIX_SSIZE_MAX : u32 = 32767 ; pub const _POSIX_STREAM_MAX : u32 = 8 ; pub const _POSIX_SYMLINK_MAX : u32 = 255 ; pub const _POSIX_SYMLOOP_MAX : u32 = 8 ; pub const _POSIX_TIMER_MAX : u32 = 32 ; pub const _POSIX_TTY_NAME_MAX : u32 = 9 ; pub const _POSIX_TZNAME_MAX : u32 = 6 ; pub const _POSIX_CLOCKRES_MIN : u32 = 20000000 ; pub const NR_OPEN : u32 = 1024 ; pub const NGROUPS_MAX : u32 = 65536 ; pub const ARG_MAX : u32 = 131072 ; pub const LINK_MAX : u32 = 127 ; pub const MAX_CANON : u32 = 255 ; pub const MAX_INPUT : u32 = 255 ; pub const NAME_MAX : u32 = 255 ; pub const PATH_MAX : u32 = 4096 ; pub const PIPE_BUF : u32 = 4096 ; pub const XATTR_NAME_MAX : u32 = 255 ; pub const XATTR_SIZE_MAX : u32 = 65536 ; pub const XATTR_LIST_MAX : u32 = 65536 ; pub const RTSIG_MAX : u32 = 32 ; pub const _POSIX_THREAD_KEYS_MAX : u32 = 128 ; pub const PTHREAD_KEYS_MAX : u32 = 1024 ; pub const _POSIX_THREAD_DESTRUCTOR_ITERATIONS : u32 = 4 ; pub const PTHREAD_DESTRUCTOR_ITERATIONS : u32 = 4 ; pub const _POSIX_THREAD_THREADS_MAX : u32 = 64 ; pub const AIO_PRIO_DELTA_MAX : u32 = 20 ; pub const PTHREAD_STACK_MIN : u32 = 16384 ; pub const DELAYTIMER_MAX : u32 = 2147483647 ; pub const TTY_NAME_MAX : u32 = 32 ; pub const LOGIN_NAME_MAX : u32 = 256 ; pub const HOST_NAME_MAX : u32 = 64 ; pub const MQ_PRIO_MAX : u32 = 32768 ; pub const SEM_VALUE_MAX : u32 = 2147483647 ; pub const MAXNAMLEN : u32 = 255 ; pub const _SYS_SOCKET_H : u32 = 1 ; pub const __iovec_defined : u32 = 1 ; pub const PF_UNSPEC : u32 = 0 ; pub const PF_LOCAL : u32 = 1 ; pub const PF_UNIX : u32 = 1 ; pub const PF_FILE : u32 = 1 ; pub const PF_INET : u32 = 2 ; pub const PF_AX25 : u32 = 3 ; pub const PF_IPX : u32 = 4 ; pub const PF_APPLETALK : u32 = 5 ; pub const PF_NETROM : u32 = 6 ; pub const PF_BRIDGE : u32 = 7 ; pub const PF_ATMPVC : u32 = 8 ; pub const PF_X25 : u32 = 9 ; pub const PF_INET6 : u32 = 10 ; pub const PF_ROSE : u32 = 11 ; pub const PF_DECnet : u32 = 12 ; pub const PF_NETBEUI : u32 = 13 ; pub const PF_SECURITY : u32 = 14 ; pub const PF_KEY : u32 = 15 ; pub const PF_NETLINK : u32 = 16 ; pub const PF_ROUTE : u32 = 16 ; pub const PF_PACKET : u32 = 17 ; pub const PF_ASH : u32 = 18 ; pub const PF_ECONET : u32 = 19 ; pub const PF_ATMSVC : u32 = 20 ; pub const PF_RDS : u32 = 21 ; pub const PF_SNA : u32 = 22 ; pub const PF_IRDA : u32 = 23 ; pub const PF_PPPOX : u32 = 24 ; pub const PF_WANPIPE : u32 = 25 ; pub const PF_LLC : u32 = 26 ; pub const PF_IB : u32 = 27 ; pub const PF_MPLS : u32 = 28 ; pub const PF_CAN : u32 = 29 ; pub const PF_TIPC : u32 = 30 ; pub const PF_BLUETOOTH : u32 = 31 ; pub const PF_IUCV : u32 = 32 ; pub const PF_RXRPC : u32 = 33 ; pub const PF_ISDN : u32 = 34 ; pub const PF_PHONET : u32 = 35 ; pub const PF_IEEE802154 : u32 = 36 ; pub const PF_CAIF : u32 = 37 ; pub const PF_ALG : u32 = 38 ; pub const PF_NFC : u32 = 39 ; pub const PF_VSOCK : u32 = 40 ; pub const PF_KCM : u32 = 41 ; pub const PF_QIPCRTR : u32 = 42 ; pub const PF_SMC : u32 = 43 ; pub const PF_XDP : u32 = 44 ; pub const PF_MCTP : u32 = 45 ; pub const PF_MAX : u32 = 46 ; pub const AF_UNSPEC : u32 = 0 ; pub const AF_LOCAL : u32 = 1 ; pub const AF_UNIX : u32 = 1 ; pub const AF_FILE : u32 = 1 ; pub const AF_INET : u32 = 2 ; pub const AF_AX25 : u32 = 3 ; pub const AF_IPX : u32 = 4 ; pub const AF_APPLETALK : u32 = 5 ; pub const AF_NETROM : u32 = 6 ; pub const AF_BRIDGE : u32 = 7 ; pub const AF_ATMPVC : u32 = 8 ; pub const AF_X25 : u32 = 9 ; pub const AF_INET6 : u32 = 10 ; pub const AF_ROSE : u32 = 11 ; pub const AF_DECnet : u32 = 12 ; pub const AF_NETBEUI : u32 = 13 ; pub const AF_SECURITY : u32 = 14 ; pub const AF_KEY : u32 = 15 ; pub const AF_NETLINK : u32 = 16 ; pub const AF_ROUTE : u32 = 16 ; pub const AF_PACKET : u32 = 17 ; pub const AF_ASH : u32 = 18 ; pub const AF_ECONET : u32 = 19 ; pub const AF_ATMSVC : u32 = 20 ; pub const AF_RDS : u32 = 21 ; pub const AF_SNA : u32 = 22 ; pub const AF_IRDA : u32 = 23 ; pub const AF_PPPOX : u32 = 24 ; pub const AF_WANPIPE : u32 = 25 ; pub const AF_LLC : u32 = 26 ; pub const AF_IB : u32 = 27 ; pub const AF_MPLS : u32 = 28 ; pub const AF_CAN : u32 = 29 ; pub const AF_TIPC : u32 = 30 ; pub const AF_BLUETOOTH : u32 = 31 ; pub const AF_IUCV : u32 = 32 ; pub const AF_RXRPC : u32 = 33 ; pub const AF_ISDN : u32 = 34 ; pub const AF_PHONET : u32 = 35 ; pub const AF_IEEE802154 : u32 = 36 ; pub const AF_CAIF : u32 = 37 ; pub const AF_ALG : u32 = 38 ; pub const AF_NFC : u32 = 39 ; pub const AF_VSOCK : u32 = 40 ; pub const AF_KCM : u32 = 41 ; pub const AF_QIPCRTR : u32 = 42 ; pub const AF_SMC : u32 = 43 ; pub const AF_XDP : u32 = 44 ; pub const AF_MCTP : u32 = 45 ; pub const AF_MAX : u32 = 46 ; pub const SOL_RAW : u32 = 255 ; pub const SOL_DECNET : u32 = 261 ; pub const SOL_X25 : u32 = 262 ; pub const SOL_PACKET : u32 = 263 ; pub const SOL_ATM : u32 = 264 ; pub const SOL_AAL : u32 = 265 ; pub const SOL_IRDA : u32 = 266 ; pub const SOL_NETBEUI : u32 = 267 ; pub const SOL_LLC : u32 = 268 ; pub const SOL_DCCP : u32 = 269 ; pub const SOL_NETLINK : u32 = 270 ; pub const SOL_TIPC : u32 = 271 ; pub const SOL_RXRPC : u32 = 272 ; pub const SOL_PPPOL2TP : u32 = 273 ; pub const SOL_BLUETOOTH : u32 = 274 ; pub const SOL_PNPIPE : u32 = 275 ; pub const SOL_RDS : u32 = 276 ; pub const SOL_IUCV : u32 = 277 ; pub const SOL_CAIF : u32 = 278 ; pub const SOL_ALG : u32 = 279 ; pub const SOL_NFC : u32 = 280 ; pub const SOL_KCM : u32 = 281 ; pub const SOL_TLS : u32 = 282 ; pub const SOL_XDP : u32 = 283 ; pub const SOL_MPTCP : u32 = 284 ; pub const SOL_MCTP : u32 = 285 ; pub const SOL_SMC : u32 = 286 ; pub const SOL_VSOCK : u32 = 287 ; pub const SOMAXCONN : u32 = 4096 ; pub const _BITS_SOCKADDR_H : u32 = 1 ; pub const _SS_SIZE : u32 = 128 ; pub const __BITS_PER_LONG : u32 = 64 ; pub const __BITS_PER_LONG_LONG : u32 = 64 ; pub const FIOSETOWN : u32 = 35073 ; pub const SIOCSPGRP : u32 = 35074 ; pub const FIOGETOWN : u32 = 35075 ; pub const SIOCGPGRP : u32 = 35076 ; pub const SIOCATMARK : u32 = 35077 ; pub const SIOCGSTAMP_OLD : u32 = 35078 ; pub const SIOCGSTAMPNS_OLD : u32 = 35079 ; pub const SOL_SOCKET : u32 = 1 ; pub const SO_DEBUG : u32 = 1 ; pub const SO_REUSEADDR : u32 = 2 ; pub const SO_TYPE : u32 = 3 ; pub const SO_ERROR : u32 = 4 ; pub const SO_DONTROUTE : u32 = 5 ; pub const SO_BROADCAST : u32 = 6 ; pub const SO_SNDBUF : u32 = 7 ; pub const SO_RCVBUF : u32 = 8 ; pub const SO_SNDBUFFORCE : u32 = 32 ; pub const SO_RCVBUFFORCE : u32 = 33 ; pub const SO_KEEPALIVE : u32 = 9 ; pub const SO_OOBINLINE : u32 = 10 ; pub const SO_NO_CHECK : u32 = 11 ; pub const SO_PRIORITY : u32 = 12 ; pub const SO_LINGER : u32 = 13 ; pub const SO_BSDCOMPAT : u32 = 14 ; pub const SO_REUSEPORT : u32 = 15 ; pub const SO_PASSCRED : u32 = 16 ; pub const SO_PEERCRED : u32 = 17 ; pub const SO_RCVLOWAT : u32 = 18 ; pub const SO_SNDLOWAT : u32 = 19 ; pub const SO_RCVTIMEO_OLD : u32 = 20 ; pub const SO_SNDTIMEO_OLD : u32 = 21 ; pub const SO_SECURITY_AUTHENTICATION : u32 = 22 ; pub const SO_SECURITY_ENCRYPTION_TRANSPORT : u32 = 23 ; pub const SO_SECURITY_ENCRYPTION_NETWORK : u32 = 24 ; pub const SO_BINDTODEVICE : u32 = 25 ; pub const SO_ATTACH_FILTER : u32 = 26 ; pub const SO_DETACH_FILTER : u32 = 27 ; pub const SO_GET_FILTER : u32 = 26 ; pub const SO_PEERNAME : u32 = 28 ; pub const SO_ACCEPTCONN : u32 = 30 ; pub const SO_PEERSEC : u32 = 31 ; pub const SO_PASSSEC : u32 = 34 ; pub const SO_MARK : u32 = 36 ; pub const SO_PROTOCOL : u32 = 38 ; pub const SO_DOMAIN : u32 = 39 ; pub const SO_RXQ_OVFL : u32 = 40 ; pub const SO_WIFI_STATUS : u32 = 41 ; pub const SCM_WIFI_STATUS : u32 = 41 ; pub const SO_PEEK_OFF : u32 = 42 ; pub const SO_NOFCS : u32 = 43 ; pub const SO_LOCK_FILTER : u32 = 44 ; pub const SO_SELECT_ERR_QUEUE : u32 = 45 ; pub const SO_BUSY_POLL : u32 = 46 ; pub const SO_MAX_PACING_RATE : u32 = 47 ; pub const SO_BPF_EXTENSIONS : u32 = 48 ; pub const SO_INCOMING_CPU : u32 = 49 ; pub const SO_ATTACH_BPF : u32 = 50 ; pub const SO_DETACH_BPF : u32 = 27 ; pub const SO_ATTACH_REUSEPORT_CBPF : u32 = 51 ; pub const SO_ATTACH_REUSEPORT_EBPF : u32 = 52 ; pub const SO_CNX_ADVICE : u32 = 53 ; pub const SCM_TIMESTAMPING_OPT_STATS : u32 = 54 ; pub const SO_MEMINFO : u32 = 55 ; pub const SO_INCOMING_NAPI_ID : u32 = 56 ; pub const SO_COOKIE : u32 = 57 ; pub const SCM_TIMESTAMPING_PKTINFO : u32 = 58 ; pub const SO_PEERGROUPS : u32 = 59 ; pub const SO_ZEROCOPY : u32 = 60 ; pub const SO_TXTIME : u32 = 61 ; pub const SCM_TXTIME : u32 = 61 ; pub const SO_BINDTOIFINDEX : u32 = 62 ; pub const SO_TIMESTAMP_OLD : u32 = 29 ; pub const SO_TIMESTAMPNS_OLD : u32 = 35 ; pub const SO_TIMESTAMPING_OLD : u32 = 37 ; pub const SO_TIMESTAMP_NEW : u32 = 63 ; pub const SO_TIMESTAMPNS_NEW : u32 = 64 ; pub const SO_TIMESTAMPING_NEW : u32 = 65 ; pub const SO_RCVTIMEO_NEW : u32 = 66 ; pub const SO_SNDTIMEO_NEW : u32 = 67 ; pub const SO_DETACH_REUSEPORT_BPF : u32 = 68 ; pub const SO_PREFER_BUSY_POLL : u32 = 69 ; pub const SO_BUSY_POLL_BUDGET : u32 = 70 ; pub const SO_NETNS_COOKIE : u32 = 71 ; pub const SO_BUF_LOCK : u32 = 72 ; pub const SO_RESERVE_MEM : u32 = 73 ; pub const SO_TXREHASH : u32 = 74 ; pub const SO_RCVMARK : u32 = 75 ; pub const SO_PASSPIDFD : u32 = 76 ; pub const SO_PEERPIDFD : u32 = 77 ; pub const SO_DEVMEM_LINEAR : u32 = 78 ; pub const SCM_DEVMEM_LINEAR : u32 = 78 ; pub const SO_DEVMEM_DMABUF : u32 = 79 ; pub const SCM_DEVMEM_DMABUF : u32 = 79 ; pub const SO_DEVMEM_DONTNEED : u32 = 80 ; pub const SCM_TS_OPT_ID : u32 = 81 ; pub const SO_RCVPRIORITY : u32 = 82 ; pub const SO_PASSRIGHTS : u32 = 83 ; pub const SO_INQ : u32 = 84 ; pub const SCM_INQ : u32 = 84 ; pub const SO_TIMESTAMP : u32 = 29 ; pub const SO_TIMESTAMPNS : u32 = 35 ; pub const SO_TIMESTAMPING : u32 = 37 ; pub const SO_RCVTIMEO : u32 = 20 ; pub const SO_SNDTIMEO : u32 = 21 ; pub const SCM_TIMESTAMP : u32 = 29 ; pub const SCM_TIMESTAMPNS : u32 = 35 ; pub const SCM_TIMESTAMPING : u32 = 37 ; pub const __osockaddr_defined : u32 = 1 ; pub const _NETINET_IN_H : u32 = 1 ; pub const __USE_KERNEL_IPV6_DEFS : u32 = 0 ; pub const IP_OPTIONS : u32 = 4 ; pub const IP_HDRINCL : u32 = 3 ; pub const IP_TOS : u32 = 1 ; pub const IP_TTL : u32 = 2 ; pub const IP_RECVOPTS : u32 = 6 ; pub const IP_RETOPTS : u32 = 7 ; pub const IP_MULTICAST_IF : u32 = 32 ; pub const IP_MULTICAST_TTL : u32 = 33 ; pub const IP_MULTICAST_LOOP : u32 = 34 ; pub const IP_ADD_MEMBERSHIP : u32 = 35 ; pub const IP_DROP_MEMBERSHIP : u32 = 36 ; pub const IP_UNBLOCK_SOURCE : u32 = 37 ; pub const IP_BLOCK_SOURCE : u32 = 38 ; pub const IP_ADD_SOURCE_MEMBERSHIP : u32 = 39 ; pub const IP_DROP_SOURCE_MEMBERSHIP : u32 = 40 ; pub const IP_MSFILTER : u32 = 41 ; pub const MCAST_JOIN_GROUP : u32 = 42 ; pub const MCAST_BLOCK_SOURCE : u32 = 43 ; pub const MCAST_UNBLOCK_SOURCE : u32 = 44 ; pub const MCAST_LEAVE_GROUP : u32 = 45 ; pub const MCAST_JOIN_SOURCE_GROUP : u32 = 46 ; pub const MCAST_LEAVE_SOURCE_GROUP : u32 = 47 ; pub const MCAST_MSFILTER : u32 = 48 ; pub const IP_MULTICAST_ALL : u32 = 49 ; pub const IP_UNICAST_IF : u32 = 50 ; pub const MCAST_EXCLUDE : u32 = 0 ; pub const MCAST_INCLUDE : u32 = 1 ; pub const IP_ROUTER_ALERT : u32 = 5 ; pub const IP_PKTINFO : u32 = 8 ; pub const IP_PKTOPTIONS : u32 = 9 ; pub const IP_PMTUDISC : u32 = 10 ; pub const IP_MTU_DISCOVER : u32 = 10 ; pub const IP_RECVERR : u32 = 11 ; pub const IP_RECVTTL : u32 = 12 ; pub const IP_RECVTOS : u32 = 13 ; pub const IP_MTU : u32 = 14 ; pub const IP_FREEBIND : u32 = 15 ; pub const IP_IPSEC_POLICY : u32 = 16 ; pub const IP_XFRM_POLICY : u32 = 17 ; pub const IP_PASSSEC : u32 = 18 ; pub const IP_TRANSPARENT : u32 = 19 ; pub const IP_ORIGDSTADDR : u32 = 20 ; pub const IP_RECVORIGDSTADDR : u32 = 20 ; pub const IP_MINTTL : u32 = 21 ; pub const IP_NODEFRAG : u32 = 22 ; pub const IP_CHECKSUM : u32 = 23 ; pub const IP_BIND_ADDRESS_NO_PORT : u32 = 24 ; pub const IP_RECVFRAGSIZE : u32 = 25 ; pub const IP_RECVERR_RFC4884 : u32 = 26 ; pub const IP_PMTUDISC_DONT : u32 = 0 ; pub const IP_PMTUDISC_WANT : u32 = 1 ; pub const IP_PMTUDISC_DO : u32 = 2 ; pub const IP_PMTUDISC_PROBE : u32 = 3 ; pub const IP_PMTUDISC_INTERFACE : u32 = 4 ; pub const IP_PMTUDISC_OMIT : u32 = 5 ; pub const IP_LOCAL_PORT_RANGE : u32 = 51 ; pub const IP_PROTOCOL : u32 = 52 ; pub const SOL_IP : u32 = 0 ; pub const IP_DEFAULT_MULTICAST_TTL : u32 = 1 ; pub const IP_DEFAULT_MULTICAST_LOOP : u32 = 1 ; pub const IP_MAX_MEMBERSHIPS : u32 = 20 ; pub const IPV6_ADDRFORM : u32 = 1 ; pub const IPV6_2292PKTINFO : u32 = 2 ; pub const IPV6_2292HOPOPTS : u32 = 3 ; pub const IPV6_2292DSTOPTS : u32 = 4 ; pub const IPV6_2292RTHDR : u32 = 5 ; pub const IPV6_2292PKTOPTIONS : u32 = 6 ; pub const IPV6_CHECKSUM : u32 = 7 ; pub const IPV6_2292HOPLIMIT : u32 = 8 ; pub const IPV6_NEXTHOP : u32 = 9 ; pub const IPV6_AUTHHDR : u32 = 10 ; pub const IPV6_UNICAST_HOPS : u32 = 16 ; pub const IPV6_MULTICAST_IF : u32 = 17 ; pub const IPV6_MULTICAST_HOPS : u32 = 18 ; pub const IPV6_MULTICAST_LOOP : u32 = 19 ; pub const IPV6_JOIN_GROUP : u32 = 20 ; pub const IPV6_LEAVE_GROUP : u32 = 21 ; pub const IPV6_ROUTER_ALERT : u32 = 22 ; pub const IPV6_MTU_DISCOVER : u32 = 23 ; pub const IPV6_MTU : u32 = 24 ; pub const IPV6_RECVERR : u32 = 25 ; pub const IPV6_V6ONLY : u32 = 26 ; pub const IPV6_JOIN_ANYCAST : u32 = 27 ; pub const IPV6_LEAVE_ANYCAST : u32 = 28 ; pub const IPV6_MULTICAST_ALL : u32 = 29 ; pub const IPV6_ROUTER_ALERT_ISOLATE : u32 = 30 ; pub const IPV6_RECVERR_RFC4884 : u32 = 31 ; pub const IPV6_IPSEC_POLICY : u32 = 34 ; pub const IPV6_XFRM_POLICY : u32 = 35 ; pub const IPV6_HDRINCL : u32 = 36 ; pub const IPV6_RECVPKTINFO : u32 = 49 ; pub const IPV6_PKTINFO : u32 = 50 ; pub const IPV6_RECVHOPLIMIT : u32 = 51 ; pub const IPV6_HOPLIMIT : u32 = 52 ; pub const IPV6_RECVHOPOPTS : u32 = 53 ; pub const IPV6_HOPOPTS : u32 = 54 ; pub const IPV6_RTHDRDSTOPTS : u32 = 55 ; pub const IPV6_RECVRTHDR : u32 = 56 ; pub const IPV6_RTHDR : u32 = 57 ; pub const IPV6_RECVDSTOPTS : u32 = 58 ; pub const IPV6_DSTOPTS : u32 = 59 ; pub const IPV6_RECVPATHMTU : u32 = 60 ; pub const IPV6_PATHMTU : u32 = 61 ; pub const IPV6_DONTFRAG : u32 = 62 ; pub const IPV6_RECVTCLASS : u32 = 66 ; pub const IPV6_TCLASS : u32 = 67 ; pub const IPV6_AUTOFLOWLABEL : u32 = 70 ; pub const IPV6_ADDR_PREFERENCES : u32 = 72 ; pub const IPV6_MINHOPCOUNT : u32 = 73 ; pub const IPV6_ORIGDSTADDR : u32 = 74 ; pub const IPV6_RECVORIGDSTADDR : u32 = 74 ; pub const IPV6_TRANSPARENT : u32 = 75 ; pub const IPV6_UNICAST_IF : u32 = 76 ; pub const IPV6_RECVFRAGSIZE : u32 = 77 ; pub const IPV6_FREEBIND : u32 = 78 ; pub const IPV6_ADD_MEMBERSHIP : u32 = 20 ; pub const IPV6_DROP_MEMBERSHIP : u32 = 21 ; pub const IPV6_RXHOPOPTS : u32 = 54 ; pub const IPV6_RXDSTOPTS : u32 = 59 ; pub const IPV6_PMTUDISC_DONT : u32 = 0 ; pub const IPV6_PMTUDISC_WANT : u32 = 1 ; pub const IPV6_PMTUDISC_DO : u32 = 2 ; pub const IPV6_PMTUDISC_PROBE : u32 = 3 ; pub const IPV6_PMTUDISC_INTERFACE : u32 = 4 ; pub const IPV6_PMTUDISC_OMIT : u32 = 5 ; pub const SOL_IPV6 : u32 = 41 ; pub const SOL_ICMPV6 : u32 = 58 ; pub const IPV6_RTHDR_LOOSE : u32 = 0 ; pub const IPV6_RTHDR_STRICT : u32 = 1 ; pub const IPV6_RTHDR_TYPE_0 : u32 = 0 ; pub const IN_CLASSA_NET : u32 = 4278190080 ; pub const IN_CLASSA_NSHIFT : u32 = 24 ; pub const IN_CLASSA_HOST : u32 = 16777215 ; pub const IN_CLASSA_MAX : u32 = 128 ; pub const IN_CLASSB_NET : u32 = 4294901760 ; pub const IN_CLASSB_NSHIFT : u32 = 16 ; pub const IN_CLASSB_HOST : u32 = 65535 ; pub const IN_CLASSB_MAX : u32 = 65536 ; pub const IN_CLASSC_NET : u32 = 4294967040 ; pub const IN_CLASSC_NSHIFT : u32 = 8 ; pub const IN_CLASSC_HOST : u32 = 255 ; pub const IN_LOOPBACKNET : u32 = 127 ; pub const INET_ADDRSTRLEN : u32 = 16 ; pub const INET6_ADDRSTRLEN : u32 = 46 ; pub const _NETINET_TCP_H : u32 = 1 ; pub const TCP_NODELAY : u32 = 1 ; pub const TCP_MAXSEG : u32 = 2 ; pub const TCP_CORK : u32 = 3 ; pub const TCP_KEEPIDLE : u32 = 4 ; pub const TCP_KEEPINTVL : u32 = 5 ; pub const TCP_KEEPCNT : u32 = 6 ; pub const TCP_SYNCNT : u32 = 7 ; pub const TCP_LINGER2 : u32 = 8 ; pub const TCP_DEFER_ACCEPT : u32 = 9 ; pub const TCP_WINDOW_CLAMP : u32 = 10 ; pub const TCP_INFO : u32 = 11 ; pub const TCP_QUICKACK : u32 = 12 ; pub const TCP_CONGESTION : u32 = 13 ; pub const TCP_MD5SIG : u32 = 14 ; pub const TCP_COOKIE_TRANSACTIONS : u32 = 15 ; pub const TCP_THIN_LINEAR_TIMEOUTS : u32 = 16 ; pub const TCP_THIN_DUPACK : u32 = 17 ; pub const TCP_USER_TIMEOUT : u32 = 18 ; pub const TCP_REPAIR : u32 = 19 ; pub const TCP_REPAIR_QUEUE : u32 = 20 ; pub const TCP_QUEUE_SEQ : u32 = 21 ; pub const TCP_REPAIR_OPTIONS : u32 = 22 ; pub const TCP_FASTOPEN : u32 = 23 ; pub const TCP_TIMESTAMP : u32 = 24 ; pub const TCP_NOTSENT_LOWAT : u32 = 25 ; pub const TCP_CC_INFO : u32 = 26 ; pub const TCP_SAVE_SYN : u32 = 27 ; pub const TCP_SAVED_SYN : u32 = 28 ; pub const TCP_REPAIR_WINDOW : u32 = 29 ; pub const TCP_FASTOPEN_CONNECT : u32 = 30 ; pub const TCP_ULP : u32 = 31 ; pub const TCP_MD5SIG_EXT : u32 = 32 ; pub const TCP_FASTOPEN_KEY : u32 = 33 ; pub const TCP_FASTOPEN_NO_COOKIE : u32 = 34 ; pub const TCP_ZEROCOPY_RECEIVE : u32 = 35 ; pub const TCP_INQ : u32 = 36 ; pub const TCP_CM_INQ : u32 = 36 ; pub const TCP_TX_DELAY : u32 = 37 ; pub const TCP_REPAIR_ON : u32 = 1 ; pub const TCP_REPAIR_OFF : u32 = 0 ; pub const TCP_REPAIR_OFF_NO_WP : i32 = - 1 ; pub const TH_FIN : u32 = 1 ; pub const TH_SYN : u32 = 2 ; pub const TH_RST : u32 = 4 ; pub const TH_PUSH : u32 = 8 ; pub const TH_ACK : u32 = 16 ; pub const TH_URG : u32 = 32 ; pub const TCPOPT_EOL : u32 = 0 ; pub const TCPOPT_NOP : u32 = 1 ; pub const TCPOPT_MAXSEG : u32 = 2 ; pub const TCPOLEN_MAXSEG : u32 = 4 ; pub const TCPOPT_WINDOW : u32 = 3 ; pub const TCPOLEN_WINDOW : u32 = 3 ; pub const TCPOPT_SACK_PERMITTED : u32 = 4 ; pub const TCPOLEN_SACK_PERMITTED : u32 = 2 ; pub const TCPOPT_SACK : u32 = 5 ; pub const TCPOPT_TIMESTAMP : u32 = 8 ; pub const TCPOLEN_TIMESTAMP : u32 = 10 ; pub const TCPOLEN_TSTAMP_APPA : u32 = 12 ; pub const TCPOPT_TSTAMP_HDR : u32 = 16844810 ; pub const TCP_MSS : u32 = 512 ; pub const TCP_MAXWIN : u32 = 65535 ; pub const TCP_MAX_WINSHIFT : u32 = 14 ; pub const SOL_TCP : u32 = 6 ; pub const TCPI_OPT_TIMESTAMPS : u32 = 1 ; pub const TCPI_OPT_SACK : u32 = 2 ; pub const TCPI_OPT_WSCALE : u32 = 4 ; pub const TCPI_OPT_ECN : u32 = 8 ; pub const TCPI_OPT_ECN_SEEN : u32 = 16 ; pub const TCPI_OPT_SYN_DATA : u32 = 32 ; pub const TCPI_OPT_USEC_TS : u32 = 64 ; pub const TCPI_OPT_TFO_CHILD : u32 = 128 ; pub const TCP_MD5SIG_MAXKEYLEN : u32 = 80 ; pub const TCP_MD5SIG_FLAG_PREFIX : u32 = 1 ; pub const TCP_MD5SIG_FLAG_IFINDEX : u32 = 2 ; pub const TCP_AO_MAXKEYLEN : u32 = 80 ; pub const TCP_AO_KEYF_IFINDEX : u32 = 1 ; pub const TCP_AO_KEYF_EXCLUDE_OPT : u32 = 2 ; pub const TCP_COOKIE_MIN : u32 = 8 ; pub const TCP_COOKIE_MAX : u32 = 16 ; pub const TCP_COOKIE_PAIR_SIZE : u32 = 32 ; pub const TCP_COOKIE_IN_ALWAYS : u32 = 1 ; pub const TCP_COOKIE_OUT_NEVER : u32 = 2 ; pub const TCP_S_DATA_IN : u32 = 4 ; pub const TCP_S_DATA_OUT : u32 = 8 ; pub const TCP_MSS_DEFAULT : u32 = 536 ; pub const TCP_MSS_DESIRED : u32 = 1220 ; pub const _ARPA_INET_H : u32 = 1 ; pub const _NETDB_H : u32 = 1 ; pub const _RPC_NETDB_H : u32 = 1 ; pub const _PATH_HEQUIV : & [u8 ; 17] = b"/etc/hosts.equiv\0" ; pub const _PATH_HOSTS : & [u8 ; 11] = b"/etc/hosts\0" ; pub const _PATH_NETWORKS : & [u8 ; 14] = b"/etc/networks\0" ; pub const _PATH_NSSWITCH_CONF : & [u8 ; 19] = b"/etc/nsswitch.conf\0" ; pub const _PATH_PROTOCOLS : & [u8 ; 15] = b"/etc/protocols\0" ; pub const _PATH_SERVICES : & [u8 ; 14] = b"/etc/services\0" ; pub const HOST_NOT_FOUND : u32 = 1 ; pub const TRY_AGAIN : u32 = 2 ; pub const NO_RECOVERY : u32 = 3 ; pub const NO_DATA : u32 = 4 ; pub const NETDB_INTERNAL : i32 = - 1 ; pub const NETDB_SUCCESS : u32 = 0 ; pub const NO_ADDRESS : u32 = 4 ; pub const IPPORT_RESERVED : u32 = 1024 ; pub const AI_PASSIVE : u32 = 1 ; pub const AI_CANONNAME : u32 = 2 ; pub const AI_NUMERICHOST : u32 = 4 ; pub const AI_V4MAPPED : u32 = 8 ; pub const AI_ALL : u32 = 16 ; pub const AI_ADDRCONFIG : u32 = 32 ; pub const AI_NUMERICSERV : u32 = 1024 ; pub const EAI_BADFLAGS : i32 = - 1 ; pub const EAI_NONAME : i32 = - 2 ; pub const EAI_AGAIN : i32 = - 3 ; pub const EAI_FAIL : i32 = - 4 ; pub const EAI_FAMILY : i32 = - 6 ; pub const EAI_SOCKTYPE : i32 = - 7 ; pub const EAI_SERVICE : i32 = - 8 ; pub const EAI_MEMORY : i32 = - 10 ; pub const EAI_SYSTEM : i32 = - 11 ; pub const EAI_OVERFLOW : i32 = - 12 ; pub const NI_MAXHOST : u32 = 1025 ; pub const NI_MAXSERV : u32 = 32 ; pub const NI_NUMERICHOST : u32 = 1 ; pub const NI_NUMERICSERV : u32 = 2 ; pub const NI_NOFQDN : u32 = 4 ; pub const NI_NAMEREQD : u32 = 8 ; pub const NI_DGRAM : u32 = 16 ; pub const _TERMIOS_H : u32 = 1 ; pub const NCCS : u32 = 32 ; pub const _HAVE_STRUCT_TERMIOS_C_ISPEED : u32 = 1 ; pub const _HAVE_STRUCT_TERMIOS_C_OSPEED : u32 = 1 ; pub const VINTR : u32 = 0 ; pub const VQUIT : u32 = 1 ; pub const VERASE : u32 = 2 ; pub const VKILL : u32 = 3 ; pub const VEOF : u32 = 4 ; pub const VTIME : u32 = 5 ; pub const VMIN : u32 = 6 ; pub const VSWTC : u32 = 7 ; pub const VSTART : u32 = 8 ; pub const VSTOP : u32 = 9 ; pub const VSUSP : u32 = 10 ; pub const VEOL : u32 = 11 ; pub const VREPRINT : u32 = 12 ; pub const VDISCARD : u32 = 13 ; pub const VWERASE : u32 = 14 ; pub const VLNEXT : u32 = 15 ; pub const VEOL2 : u32 = 16 ; pub const IGNBRK : u32 = 1 ; pub const BRKINT : u32 = 2 ; pub const IGNPAR : u32 = 4 ; pub const PARMRK : u32 = 8 ; pub const INPCK : u32 = 16 ; pub const ISTRIP : u32 = 32 ; pub const INLCR : u32 = 64 ; pub const IGNCR : u32 = 128 ; pub const ICRNL : u32 = 256 ; pub const IUCLC : u32 = 512 ; pub const IXON : u32 = 1024 ; pub const IXANY : u32 = 2048 ; pub const IXOFF : u32 = 4096 ; pub const IMAXBEL : u32 = 8192 ; pub const IUTF8 : u32 = 16384 ; pub const OPOST : u32 = 1 ; pub const OLCUC : u32 = 2 ; pub const ONLCR : u32 = 4 ; pub const OCRNL : u32 = 8 ; pub const ONOCR : u32 = 16 ; pub const ONLRET : u32 = 32 ; pub const OFILL : u32 = 64 ; pub const OFDEL : u32 = 128 ; pub const NLDLY : u32 = 256 ; pub const NL0 : u32 = 0 ; pub const NL1 : u32 = 256 ; pub const CRDLY : u32 = 1536 ; pub const CR0 : u32 = 0 ; pub const CR1 : u32 = 512 ; pub const CR2 : u32 = 1024 ; pub const CR3 : u32 = 1536 ; pub const TABDLY : u32 = 6144 ; pub const TAB0 : u32 = 0 ; pub const TAB1 : u32 = 2048 ; pub const TAB2 : u32 = 4096 ; pub const TAB3 : u32 = 6144 ; pub const BSDLY : u32 = 8192 ; pub const BS0 : u32 = 0 ; pub const BS1 : u32 = 8192 ; pub const FFDLY : u32 = 32768 ; pub const FF0 : u32 = 0 ; pub const FF1 : u32 = 32768 ; pub const VTDLY : u32 = 16384 ; pub const VT0 : u32 = 0 ; pub const VT1 : u32 = 16384 ; pub const XTABS : u32 = 6144 ; pub const CSIZE : u32 = 48 ; pub const CS5 : u32 = 0 ; pub const CS6 : u32 = 16 ; pub const CS7 : u32 = 32 ; pub const CS8 : u32 = 48 ; pub const CSTOPB : u32 = 64 ; pub const CREAD : u32 = 128 ; pub const PARENB : u32 = 256 ; pub const PARODD : u32 = 512 ; pub const HUPCL : u32 = 1024 ; pub const CLOCAL : u32 = 2048 ; pub const ADDRB : u32 = 536870912 ; pub const CMSPAR : u32 = 1073741824 ; pub const CRTSCTS : u32 = 2147483648 ; pub const __B0 : u32 = 0 ; pub const __B50 : u32 = 1 ; pub const __B75 : u32 = 2 ; pub const __B110 : u32 = 3 ; pub const __B134 : u32 = 4 ; pub const __B150 : u32 = 5 ; pub const __B200 : u32 = 6 ; pub const __B300 : u32 = 7 ; pub const __B600 : u32 = 8 ; pub const __B1200 : u32 = 9 ; pub const __B1800 : u32 = 10 ; pub const __B2400 : u32 = 11 ; pub const __B4800 : u32 = 12 ; pub const __B9600 : u32 = 13 ; pub const __B19200 : u32 = 14 ; pub const __B38400 : u32 = 15 ; pub const CBAUD : u32 = 4111 ; pub const CBAUDEX : u32 = 4096 ; pub const CIBAUD : u32 = 269418496 ; pub const IBSHIFT : u32 = 16 ; pub const __BOTHER : u32 = 4096 ; pub const __B57600 : u32 = 4097 ; pub const __B115200 : u32 = 4098 ; pub const __B230400 : u32 = 4099 ; pub const __B460800 : u32 = 4100 ; pub const __B500000 : u32 = 4101 ; pub const __B576000 : u32 = 4102 ; pub const __B921600 : u32 = 4103 ; pub const __B1000000 : u32 = 4104 ; pub const __B1152000 : u32 = 4105 ; pub const __B1500000 : u32 = 4106 ; pub const __B2000000 : u32 = 4107 ; pub const __B2500000 : u32 = 4108 ; pub const __B3000000 : u32 = 4109 ; pub const __B3500000 : u32 = 4110 ; pub const __B4000000 : u32 = 4111 ; pub const __EXTA : u32 = 14 ; pub const __EXTB : u32 = 15 ; pub const BOTHER : u32 = 4096 ; pub const ISIG : u32 = 1 ; pub const ICANON : u32 = 2 ; pub const XCASE : u32 = 4 ; pub const ECHO : u32 = 8 ; pub const ECHOE : u32 = 16 ; pub const ECHOK : u32 = 32 ; pub const ECHONL : u32 = 64 ; pub const NOFLSH : u32 = 128 ; pub const TOSTOP : u32 = 256 ; pub const ECHOCTL : u32 = 512 ; pub const ECHOPRT : u32 = 1024 ; pub const ECHOKE : u32 = 2048 ; pub const FLUSHO : u32 = 4096 ; pub const PENDIN : u32 = 16384 ; pub const IEXTEN : u32 = 32768 ; pub const EXTPROC : u32 = 65536 ; pub const TIOCSER_TEMT : u32 = 1 ; pub const TCOOFF : u32 = 0 ; pub const TCOON : u32 = 1 ; pub const TCIOFF : u32 = 2 ; pub const TCION : u32 = 3 ; pub const TCIFLUSH : u32 = 0 ; pub const TCOFLUSH : u32 = 1 ; pub const TCIOFLUSH : u32 = 2 ; pub const TCSANOW : u32 = 0 ; pub const TCSADRAIN : u32 = 1 ; pub const TCSAFLUSH : u32 = 2 ; pub const B0 : u32 = 0 ; pub const B50 : u32 = 50 ; pub const B75 : u32 = 75 ; pub const B110 : u32 = 110 ; pub const B134 : u32 = 134 ; pub const B150 : u32 = 150 ; pub const B200 : u32 = 200 ; pub const B300 : u32 = 300 ; pub const B600 : u32 = 600 ; pub const B1200 : u32 = 1200 ; pub const B1800 : u32 = 1800 ; pub const B2400 : u32 = 2400 ; pub const B4800 : u32 = 4800 ; pub const B9600 : u32 = 9600 ; pub const B19200 : u32 = 19200 ; pub const B38400 : u32 = 38400 ; pub const EXTA : u32 = 19200 ; pub const EXTB : u32 = 38400 ; pub const B7200 : u32 = 7200 ; pub const B14400 : u32 = 14400 ; pub const B28800 : u32 = 28800 ; pub const B33600 : u32 = 33600 ; pub const B57600 : u32 = 57600 ; pub const B76800 : u32 = 76800 ; pub const B115200 : u32 = 115200 ; pub const B153600 : u32 = 153600 ; pub const B230400 : u32 = 230400 ; pub const B307200 : u32 = 307200 ; pub const B460800 : u32 = 460800 ; pub const B500000 : u32 = 500000 ; pub const B576000 : u32 = 576000 ; pub const B614400 : u32 = 614400 ; pub const B921600 : u32 = 921600 ; pub const B1000000 : u32 = 1000000 ; pub const B1152000 : u32 = 1152000 ; pub const B1500000 : u32 = 1500000 ; pub const B2000000 : u32 = 2000000 ; pub const B2500000 : u32 = 2500000 ; pub const B3000000 : u32 = 3000000 ; pub const B3500000 : u32 = 3500000 ; pub const B4000000 : u32 = 4000000 ; pub const B5000000 : u32 = 5000000 ; pub const B10000000 : u32 = 10000000 ; pub const __MAX_BAUD : u32 = 4294967295 ; pub const TTYDEF_IFLAG : u32 = 11554 ; pub const TTYDEF_OFLAG : u32 = 6149 ; pub const TTYDEF_LFLAG : u32 = 35355 ; pub const TTYDEF_CFLAG : u32 = 1440 ; pub const TTYDEF_SPEED : u32 = 9600 ; pub const CEOL : u8 = 0u8 ; pub const CERASE : u32 = 127 ; pub const CSTATUS : u8 = 0u8 ; pub const CMIN : u32 = 1 ; pub const CQUIT : u32 = 28 ; pub const CTIME : u32 = 0 ; pub const CBRK : u8 = 0u8 ; pub const _PWD_H : u32 = 1 ; pub const NSS_BUFLEN_PASSWD : u32 = 1024 ; pub const _SEMAPHORE_H : u32 = 1 ; pub const __SIZEOF_SEM_T : u32 = 32 ; pub const _SYS_PARAM_H : u32 = 1 ; pub const _LIBC_LIMITS_H_ : u32 = 1 ; pub const MB_LEN_MAX : u32 = 16 ; pub const _BITS_POSIX2_LIM_H : u32 = 1 ; pub const _POSIX2_BC_BASE_MAX : u32 = 99 ; pub const _POSIX2_BC_DIM_MAX : u32 = 2048 ; pub const _POSIX2_BC_SCALE_MAX : u32 = 99 ; pub const _POSIX2_BC_STRING_MAX : u32 = 1000 ; pub const _POSIX2_COLL_WEIGHTS_MAX : u32 = 2 ; pub const _POSIX2_EXPR_NEST_MAX : u32 = 32 ; pub const _POSIX2_LINE_MAX : u32 = 2048 ; pub const _POSIX2_RE_DUP_MAX : u32 = 255 ; pub const _POSIX2_CHARCLASS_NAME_MAX : u32 = 14 ; pub const BC_BASE_MAX : u32 = 99 ; pub const BC_DIM_MAX : u32 = 2048 ; pub const BC_SCALE_MAX : u32 = 99 ; pub const BC_STRING_MAX : u32 = 1000 ; pub const COLL_WEIGHTS_MAX : u32 = 255 ; pub const EXPR_NEST_MAX : u32 = 32 ; pub const LINE_MAX : u32 = 2048 ; pub const CHARCLASS_NAME_MAX : u32 = 2048 ; pub const RE_DUP_MAX : u32 = 32767 ; pub const _BITS_SIGNUM_GENERIC_H : u32 = 1 ; pub const SIGINT : u32 = 2 ; pub const SIGILL : u32 = 4 ; pub const SIGABRT : u32 = 6 ; pub const SIGFPE : u32 = 8 ; pub const SIGSEGV : u32 = 11 ; pub const SIGTERM : u32 = 15 ; pub const SIGHUP : u32 = 1 ; pub const SIGQUIT : u32 = 3 ; pub const SIGTRAP : u32 = 5 ; pub const SIGKILL : u32 = 9 ; pub const SIGPIPE : u32 = 13 ; pub const SIGALRM : u32 = 14 ; pub const SIGIOT : u32 = 6 ; pub const _BITS_SIGNUM_ARCH_H : u32 = 1 ; pub const SIGSTKFLT : u32 = 16 ; pub const SIGPWR : u32 = 30 ; pub const SIGBUS : u32 = 7 ; pub const SIGSYS : u32 = 31 ; pub const SIGURG : u32 = 23 ; pub const SIGSTOP : u32 = 19 ; pub const SIGTSTP : u32 = 20 ; pub const SIGCONT : u32 = 18 ; pub const SIGCHLD : u32 = 17 ; pub const SIGTTIN : u32 = 21 ; pub const SIGTTOU : u32 = 22 ; pub const SIGPOLL : u32 = 29 ; pub const SIGXFSZ : u32 = 25 ; pub const SIGXCPU : u32 = 24 ; pub const SIGVTALRM : u32 = 26 ; pub const SIGPROF : u32 = 27 ; pub const SIGUSR1 : u32 = 10 ; pub const SIGUSR2 : u32 = 12 ; pub const SIGWINCH : u32 = 28 ; pub const SIGIO : u32 = 29 ; pub const SIGCLD : u32 = 17 ; pub const __SIGRTMIN : u32 = 32 ; pub const __SIGRTMAX : u32 = 64 ; pub const _NSIG : u32 = 65 ; pub const __sig_atomic_t_defined : u32 = 1 ; pub const __siginfo_t_defined : u32 = 1 ; pub const __SI_MAX_SIZE : u32 = 128 ; pub const _BITS_SIGINFO_ARCH_H : u32 = 1 ; pub const __SI_ERRNO_THEN_CODE : u32 = 1 ; pub const __SI_HAVE_SIGSYS : u32 = 1 ; pub const _BITS_SIGINFO_CONSTS_H : u32 = 1 ; pub const __SI_ASYNCIO_AFTER_SIGIO : u32 = 1 ; pub const __sigevent_t_defined : u32 = 1 ; pub const __SIGEV_MAX_SIZE : u32 = 64 ; pub const _BITS_SIGEVENT_CONSTS_H : u32 = 1 ; pub const NSIG : u32 = 65 ; pub const _BITS_SIGACTION_H : u32 = 1 ; pub const SA_NOCLDSTOP : u32 = 1 ; pub const SA_NOCLDWAIT : u32 = 2 ; pub const SA_SIGINFO : u32 = 4 ; pub const SA_ONSTACK : u32 = 134217728 ; pub const SA_RESTART : u32 = 268435456 ; pub const SA_NODEFER : u32 = 1073741824 ; pub const SA_RESETHAND : u32 = 2147483648 ; pub const SA_INTERRUPT : u32 = 536870912 ; pub const SA_NOMASK : u32 = 1073741824 ; pub const SA_ONESHOT : u32 = 2147483648 ; pub const SA_STACK : u32 = 134217728 ; pub const SIG_BLOCK : u32 = 0 ; pub const SIG_UNBLOCK : u32 = 1 ; pub const SIG_SETMASK : u32 = 2 ; pub const _BITS_SIGCONTEXT_H : u32 = 1 ; pub const FP_XSTATE_MAGIC1 : u32 = 1179670611 ; pub const FP_XSTATE_MAGIC2 : u32 = 1179670597 ; pub const __stack_t_defined : u32 = 1 ; pub const _SYS_UCONTEXT_H : u32 = 1 ; pub const __NGREG : u32 = 23 ; pub const NGREG : u32 = 23 ; pub const _BITS_SIGSTACK_H : u32 = 1 ; pub const MINSIGSTKSZ : u32 = 2048 ; pub const SIGSTKSZ : u32 = 8192 ; pub const _BITS_SS_FLAGS_H : u32 = 1 ; pub const __sigstack_defined : u32 = 1 ; pub const _BITS_SIGTHREAD_H : u32 = 1 ; pub const __USER_HZ : u32 = 100 ; pub const HZ : u32 = 100 ; pub const EXEC_PAGESIZE : u32 = 4096 ; pub const NOGROUP : i32 = - 1 ; pub const MAXHOSTNAMELEN : u32 = 64 ; pub const MAXSYMLINKS : u32 = 20 ; pub const NOFILE : u32 = 256 ; pub const NCARGS : u32 = 131072 ; pub const NGROUPS : u32 = 65536 ; pub const CANBSIZ : u32 = 255 ; pub const MAXPATHLEN : u32 = 4096 ; pub const DEV_BSIZE : u32 = 512 ; pub const _PTHREAD_H : u32 = 1 ; pub const _SCHED_H : u32 = 1 ; pub const _BITS_SCHED_H : u32 = 1 ; pub const SCHED_OTHER : u32 = 0 ; pub const SCHED_FIFO : u32 = 1 ; pub const SCHED_RR : u32 = 2 ; pub const _BITS_TYPES_STRUCT_SCHED_PARAM : u32 = 1 ; pub const _BITS_CPU_SET_H : u32 = 1 ; pub const __CPU_SETSIZE : u32 = 1024 ; pub const _TIME_H : u32 = 1 ; pub const _BITS_TIME_H : u32 = 1 ; pub const CLOCK_REALTIME : u32 = 0 ; pub const CLOCK_MONOTONIC : u32 = 1 ; pub const CLOCK_PROCESS_CPUTIME_ID : u32 = 2 ; pub const CLOCK_THREAD_CPUTIME_ID : u32 = 3 ; pub const CLOCK_MONOTONIC_RAW : u32 = 4 ; pub const CLOCK_REALTIME_COARSE : u32 = 5 ; pub const CLOCK_MONOTONIC_COARSE : u32 = 6 ; pub const CLOCK_BOOTTIME : u32 = 7 ; pub const CLOCK_REALTIME_ALARM : u32 = 8 ; pub const CLOCK_BOOTTIME_ALARM : u32 = 9 ; pub const CLOCK_TAI : u32 = 11 ; pub const TIMER_ABSTIME : u32 = 1 ; pub const __struct_tm_defined : u32 = 1 ; pub const __itimerspec_defined : u32 = 1 ; pub const _BITS_TYPES_LOCALE_T_H : u32 = 1 ; pub const _BITS_TYPES___LOCALE_T_H : u32 = 1 ; pub const TIME_UTC : u32 = 1 ; pub const _BITS_SETJMP_H : u32 = 1 ; pub const __jmp_buf_tag_defined : u32 = 1 ; pub const PTHREAD_ONCE_INIT : u32 = 0 ; pub const PTHREAD_BARRIER_SERIAL_THREAD : i32 = - 1 ; pub const UV_ONCE_INIT : u32 = 0 ; pub const UV_FS_O_APPEND : u32 = 1024 ; pub const UV_FS_O_CREAT : u32 = 64 ; pub const UV_FS_O_DIRECT : u32 = 16384 ; pub const UV_FS_O_DIRECTORY : u32 = 65536 ; pub const UV_FS_O_DSYNC : u32 = 4096 ; pub const UV_FS_O_EXCL : u32 = 128 ; pub const UV_FS_O_EXLOCK : u32 = 0 ; pub const UV_FS_O_NOATIME : u32 = 0 ; pub const UV_FS_O_NOCTTY : u32 = 256 ; pub const UV_FS_O_NOFOLLOW : u32 = 131072 ; pub const UV_FS_O_NONBLOCK : u32 = 2048 ; pub const UV_FS_O_RDONLY : u32 = 0 ; pub const UV_FS_O_RDWR : u32 = 2 ; pub const UV_FS_O_SYMLINK : u32 = 0 ; pub const UV_FS_O_SYNC : u32 = 1052672 ; pub const UV_FS_O_TRUNC : u32 = 512 ; pub const UV_FS_O_WRONLY : u32 = 1 ; pub const UV_FS_O_FILEMAP : u32 = 0 ; pub const UV_FS_O_RANDOM : u32 = 0 ; pub const UV_FS_O_SHORT_LIVED : u32 = 0 ; pub const UV_FS_O_SEQUENTIAL : u32 = 0 ; pub const UV_FS_O_TEMPORARY : u32 = 0 ; pub const UV_PRIORITY_LOW : u32 = 19 ; pub const UV_PRIORITY_BELOW_NORMAL : u32 = 10 ; pub const UV_PRIORITY_NORMAL : u32 = 0 ; pub const UV_PRIORITY_ABOVE_NORMAL : i32 = - 7 ; pub const UV_PRIORITY_HIGH : i32 = - 14 ; pub const UV_PRIORITY_HIGHEST : i32 = - 20 ; pub const UV_MAXHOSTNAMESIZE : u32 = 65 ; pub const UV_FS_COPYFILE_EXCL : u32 = 1 ; pub const UV_FS_COPYFILE_FICLONE : u32 = 2 ; pub const UV_FS_COPYFILE_FICLONE_FORCE : u32 = 4 ; pub const UV_FS_SYMLINK_DIR : u32 = 1 ; pub const UV_FS_SYMLINK_JUNCTION : u32 = 2 ; pub const UV_IF_NAMESIZE : u32 = 17 ; unsafe extern "C" { pub fn __errno_location () -> * mut :: std :: os :: raw :: c_int ; } pub type wchar_t = :: std :: os :: raw :: c_int ; # [repr (C)] # [repr (align (16))] # [derive (Debug , Copy , Clone)] pub struct max_align_t { pub __clang_max_align_nonce1 : :: std :: os :: raw :: c_longlong , pub __bindgen_padding_0 : u64 , pub __clang_max_align_nonce2 : u128 , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of max_align_t"] [:: std :: mem :: size_of :: < max_align_t > () - 32usize] ; ["Alignment of max_align_t"] [:: std :: mem :: align_of :: < max_align_t > () - 16usize] ; ["Offset of field: max_align_t::__clang_max_align_nonce1"] [:: std :: mem :: offset_of ! (max_align_t , __clang_max_align_nonce1) - 0usize] ; ["Offset of field: max_align_t::__clang_max_align_nonce2"] [:: std :: mem :: offset_of ! (max_align_t , __clang_max_align_nonce2) - 16usize] ; } ; pub type __gnuc_va_list = __builtin_va_list ; pub type __u_char = :: std :: os :: raw :: c_uchar ; pub type __u_short = :: std :: os :: raw :: c_ushort ; pub type __u_int = :: std :: os :: raw :: c_uint ; pub type __u_long = :: std :: os :: raw :: c_ulong ; pub type __int8_t = :: std :: os :: raw :: c_schar ; pub type __uint8_t = :: std :: os :: raw :: c_uchar ; pub type __int16_t = :: std :: os :: raw :: c_short ; pub type __uint16_t = :: std :: os :: raw :: c_ushort ; pub type __int32_t = :: std :: os :: raw :: c_int ; pub type __uint32_t = :: std :: os :: raw :: c_uint ; pub type __int64_t = :: std :: os :: raw :: c_long ; pub type __uint64_t = :: std :: os :: raw :: c_ulong ; pub type __int_least8_t = __int8_t ; pub type __uint_least8_t = __uint8_t ; pub type __int_least16_t = __int16_t ; pub type __uint_least16_t = __uint16_t ; pub type __int_least32_t = __int32_t ; pub type __uint_least32_t = __uint32_t ; pub type __int_least64_t = __int64_t ; pub type __uint_least64_t = __uint64_t ; pub type __quad_t = :: std :: os :: raw :: c_long ; pub type __u_quad_t = :: std :: os :: raw :: c_ulong ; pub type __intmax_t = :: std :: os :: raw :: c_long ; pub type __uintmax_t = :: std :: os :: raw :: c_ulong ; pub type __dev_t = :: std :: os :: raw :: c_ulong ; pub type __uid_t = :: std :: os :: raw :: c_uint ; pub type __gid_t = :: std :: os :: raw :: c_uint ; pub type __ino_t = :: std :: os :: raw :: c_ulong ; pub type __ino64_t = :: std :: os :: raw :: c_ulong ; pub type __mode_t = :: std :: os :: raw :: c_uint ; pub type __nlink_t = :: std :: os :: raw :: c_ulong ; pub type __off_t = :: std :: os :: raw :: c_long ; pub type __off64_t = :: std :: os :: raw :: c_long ; pub type __pid_t = :: std :: os :: raw :: c_int ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct __fsid_t { pub __val : [:: std :: os :: raw :: c_int ; 2usize] , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of __fsid_t"] [:: std :: mem :: size_of :: < __fsid_t > () - 8usize] ; ["Alignment of __fsid_t"] [:: std :: mem :: align_of :: < __fsid_t > () - 4usize] ; ["Offset of field: __fsid_t::__val"] [:: std :: mem :: offset_of ! (__fsid_t , __val) - 0usize] ; } ; pub type __clock_t = :: std :: os :: raw :: c_long ; pub type __rlim_t = :: std :: os :: raw :: c_ulong ; pub type __rlim64_t = :: std :: os :: raw :: c_ulong ; pub type __id_t = :: std :: os :: raw :: c_uint ; pub type __time_t = :: std :: os :: raw :: c_long ; pub type __useconds_t = :: std :: os :: raw :: c_uint ; pub type __suseconds_t = :: std :: os :: raw :: c_long ; pub type __suseconds64_t = :: std :: os :: raw :: c_long ; pub type __daddr_t = :: std :: os :: raw :: c_int ; pub type __key_t = :: std :: os :: raw :: c_int ; pub type __clockid_t = :: std :: os :: raw :: c_int ; pub type __timer_t = * mut :: std :: os :: raw :: c_void ; pub type __blksize_t = :: std :: os :: raw :: c_long ; pub type __blkcnt_t = :: std :: os :: raw :: c_long ; pub type __blkcnt64_t = :: std :: os :: raw :: c_long ; pub type __fsblkcnt_t = :: std :: os :: raw :: c_ulong ; pub type __fsblkcnt64_t = :: std :: os :: raw :: c_ulong ; pub type __fsfilcnt_t = :: std :: os :: raw :: c_ulong ; pub type __fsfilcnt64_t = :: std :: os :: raw :: c_ulong ; pub type __fsword_t = :: std :: os :: raw :: c_long ; pub type __ssize_t = :: std :: os :: raw :: c_long ; pub type __syscall_slong_t = :: std :: os :: raw :: c_long ; pub type __syscall_ulong_t = :: std :: os :: raw :: c_ulong ; pub type __loff_t = __off64_t ; pub type __caddr_t = * mut :: std :: os :: raw :: c_char ; pub type __intptr_t = :: std :: os :: raw :: c_long ; pub type __socklen_t = :: std :: os :: raw :: c_uint ; pub type __sig_atomic_t = :: std :: os :: raw :: c_int ; # [repr (C)] # [derive (Copy , Clone)] pub struct __mbstate_t { pub __count : :: std :: os :: raw :: c_int , pub __value : __mbstate_t__bindgen_ty_1 , } # [repr (C)] # [derive (Copy , Clone)] pub union __mbstate_t__bindgen_ty_1 { pub __wch : :: std :: os :: raw :: c_uint , pub __wchb : [:: std :: os :: raw :: c_char ; 4usize] , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of __mbstate_t__bindgen_ty_1"] [:: std :: mem :: size_of :: < __mbstate_t__bindgen_ty_1 > () - 4usize] ; ["Alignment of __mbstate_t__bindgen_ty_1"] [:: std :: mem :: align_of :: < __mbstate_t__bindgen_ty_1 > () - 4usize] ; ["Offset of field: __mbstate_t__bindgen_ty_1::__wch"] [:: std :: mem :: offset_of ! (__mbstate_t__bindgen_ty_1 , __wch) - 0usize] ; ["Offset of field: __mbstate_t__bindgen_ty_1::__wchb"] [:: std :: mem :: offset_of ! (__mbstate_t__bindgen_ty_1 , __wchb) - 0usize] ; } ; # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of __mbstate_t"] [:: std :: mem :: size_of :: < __mbstate_t > () - 8usize] ; ["Alignment of __mbstate_t"] [:: std :: mem :: align_of :: < __mbstate_t > () - 4usize] ; ["Offset of field: __mbstate_t::__count"] [:: std :: mem :: offset_of ! (__mbstate_t , __count) - 0usize] ; ["Offset of field: __mbstate_t::__value"] [:: std :: mem :: offset_of ! (__mbstate_t , __value) - 4usize] ; } ; # [repr (C)] # [derive (Copy , Clone)] pub struct _G_fpos_t { pub __pos : __off_t , pub __state : __mbstate_t , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of _G_fpos_t"] [:: std :: mem :: size_of :: < _G_fpos_t > () - 16usize] ; ["Alignment of _G_fpos_t"] [:: std :: mem :: align_of :: < _G_fpos_t > () - 8usize] ; ["Offset of field: _G_fpos_t::__pos"] [:: std :: mem :: offset_of ! (_G_fpos_t , __pos) - 0usize] ; ["Offset of field: _G_fpos_t::__state"] [:: std :: mem :: offset_of ! (_G_fpos_t , __state) - 8usize] ; } ; pub type __fpos_t = _G_fpos_t ; # [repr (C)] # [derive (Copy , Clone)] pub struct _G_fpos64_t { pub __pos : __off64_t , pub __state : __mbstate_t , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of _G_fpos64_t"] [:: std :: mem :: size_of :: < _G_fpos64_t > () - 16usize] ; ["Alignment of _G_fpos64_t"] [:: std :: mem :: align_of :: < _G_fpos64_t > () - 8usize] ; ["Offset of field: _G_fpos64_t::__pos"] [:: std :: mem :: offset_of ! (_G_fpos64_t , __pos) - 0usize] ; ["Offset of field: _G_fpos64_t::__state"] [:: std :: mem :: offset_of ! (_G_fpos64_t , __state) - 8usize] ; } ; pub type __fpos64_t = _G_fpos64_t ; pub type __FILE = _IO_FILE ; pub type FILE = _IO_FILE ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct _IO_marker { _unused : [u8 ; 0] , } # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct _IO_codecvt { _unused : [u8 ; 0] , } # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct _IO_wide_data { _unused : [u8 ; 0] , } pub type _IO_lock_t = :: std :: os :: raw :: c_void ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct _IO_FILE { pub _flags : :: std :: os :: raw :: c_int , pub _IO_read_ptr : * mut :: std :: os :: raw :: c_char , pub _IO_read_end : * mut :: std :: os :: raw :: c_char , pub _IO_read_base : * mut :: std :: os :: raw :: c_char , pub _IO_write_base : * mut :: std :: os :: raw :: c_char , pub _IO_write_ptr : * mut :: std :: os :: raw :: c_char , pub _IO_write_end : * mut :: std :: os :: raw :: c_char , pub _IO_buf_base : * mut :: std :: os :: raw :: c_char , pub _IO_buf_end : * mut :: std :: os :: raw :: c_char , pub _IO_save_base : * mut :: std :: os :: raw :: c_char , pub _IO_backup_base : * mut :: std :: os :: raw :: c_char , pub _IO_save_end : * mut :: std :: os :: raw :: c_char , pub _markers : * mut _IO_marker , pub _chain : * mut _IO_FILE , pub _fileno : :: std :: os :: raw :: c_int , pub _bitfield_align_1 : [u32 ; 0] , pub _bitfield_1 : __BindgenBitfieldUnit < [u8 ; 3usize] > , pub _short_backupbuf : [:: std :: os :: raw :: c_char ; 1usize] , pub _old_offset : __off_t , pub _cur_column : :: std :: os :: raw :: c_ushort , pub _vtable_offset : :: std :: os :: raw :: c_schar , pub _shortbuf : [:: std :: os :: raw :: c_char ; 1usize] , pub _lock : * mut _IO_lock_t , pub _offset : __off64_t , pub _codecvt : * mut _IO_codecvt , pub _wide_data : * mut _IO_wide_data , pub _freeres_list : * mut _IO_FILE , pub _freeres_buf : * mut :: std :: os :: raw :: c_void , pub _prevchain : * mut * mut _IO_FILE , pub _mode : :: std :: os :: raw :: c_int , pub _unused3 : :: std :: os :: raw :: c_int , pub _total_written : __uint64_t , pub _unused2 : [:: std :: os :: raw :: c_char ; 8usize] , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of _IO_FILE"] [:: std :: mem :: size_of :: < _IO_FILE > () - 216usize] ; ["Alignment of _IO_FILE"] [:: std :: mem :: align_of :: < _IO_FILE > () - 8usize] ; ["Offset of field: _IO_FILE::_flags"] [:: std :: mem :: offset_of ! (_IO_FILE , _flags) - 0usize] ; ["Offset of field: _IO_FILE::_IO_read_ptr"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_read_ptr) - 8usize] ; ["Offset of field: _IO_FILE::_IO_read_end"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_read_end) - 16usize] ; ["Offset of field: _IO_FILE::_IO_read_base"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_read_base) - 24usize] ; ["Offset of field: _IO_FILE::_IO_write_base"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_write_base) - 32usize] ; ["Offset of field: _IO_FILE::_IO_write_ptr"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_write_ptr) - 40usize] ; ["Offset of field: _IO_FILE::_IO_write_end"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_write_end) - 48usize] ; ["Offset of field: _IO_FILE::_IO_buf_base"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_buf_base) - 56usize] ; ["Offset of field: _IO_FILE::_IO_buf_end"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_buf_end) - 64usize] ; ["Offset of field: _IO_FILE::_IO_save_base"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_save_base) - 72usize] ; ["Offset of field: _IO_FILE::_IO_backup_base"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_backup_base) - 80usize] ; ["Offset of field: _IO_FILE::_IO_save_end"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_save_end) - 88usize] ; ["Offset of field: _IO_FILE::_markers"] [:: std :: mem :: offset_of ! (_IO_FILE , _markers) - 96usize] ; ["Offset of field: _IO_FILE::_chain"] [:: std :: mem :: offset_of ! (_IO_FILE , _chain) - 104usize] ; ["Offset of field: _IO_FILE::_fileno"] [:: std :: mem :: offset_of ! (_IO_FILE , _fileno) - 112usize] ; ["Offset of field: _IO_FILE::_short_backupbuf"] [:: std :: mem :: offset_of ! (_IO_FILE , _short_backupbuf) - 119usize] ; ["Offset of field: _IO_FILE::_old_offset"] [:: std :: mem :: offset_of ! (_IO_FILE , _old_offset) - 120usize] ; ["Offset of field: _IO_FILE::_cur_column"] [:: std :: mem :: offset_of ! (_IO_FILE , _cur_column) - 128usize] ; ["Offset of field: _IO_FILE::_vtable_offset"] [:: std :: mem :: offset_of ! (_IO_FILE , _vtable_offset) - 130usize] ; ["Offset of field: _IO_FILE::_shortbuf"] [:: std :: mem :: offset_of ! (_IO_FILE , _shortbuf) - 131usize] ; ["Offset of field: _IO_FILE::_lock"] [:: std :: mem :: offset_of ! (_IO_FILE , _lock) - 136usize] ; ["Offset of field: _IO_FILE::_offset"] [:: std :: mem :: offset_of ! (_IO_FILE , _offset) - 144usize] ; ["Offset of field: _IO_FILE::_codecvt"] [:: std :: mem :: offset_of ! (_IO_FILE , _codecvt) - 152usize] ; ["Offset of field: _IO_FILE::_wide_data"] [:: std :: mem :: offset_of ! (_IO_FILE , _wide_data) - 160usize] ; ["Offset of field: _IO_FILE::_freeres_list"] [:: std :: mem :: offset_of ! (_IO_FILE , _freeres_list) - 168usize] ; ["Offset of field: _IO_FILE::_freeres_buf"] [:: std :: mem :: offset_of ! (_IO_FILE , _freeres_buf) - 176usize] ; ["Offset of field: _IO_FILE::_prevchain"] [:: std :: mem :: offset_of ! (_IO_FILE , _prevchain) - 184usize] ; ["Offset of field: _IO_FILE::_mode"] [:: std :: mem :: offset_of ! (_IO_FILE , _mode) - 192usize] ; ["Offset of field: _IO_FILE::_unused3"] [:: std :: mem :: offset_of ! (_IO_FILE , _unused3) - 196usize] ; ["Offset of field: _IO_FILE::_total_written"] [:: std :: mem :: offset_of ! (_IO_FILE , _total_written) - 200usize] ; ["Offset of field: _IO_FILE::_unused2"] [:: std :: mem :: offset_of ! (_IO_FILE , _unused2) - 208usize] ; } ; impl _IO_FILE { # [inline] pub fn _flags2 (& self) -> :: std :: os :: raw :: c_int { unsafe { :: std :: mem :: transmute (self . _bitfield_1 . get (0usize , 24u8) as u32) } } # [inline] pub fn set__flags2 (& mut self , val : :: std :: os :: raw :: c_int) { unsafe { let val : u32 = :: std :: mem :: transmute (val) ; self . _bitfield_1 . set (0usize , 24u8 , val as u64) } } # [inline] pub unsafe fn _flags2_raw (this : * const Self) -> :: std :: os :: raw :: c_int { unsafe { :: std :: mem :: transmute (< __BindgenBitfieldUnit < [u8 ; 3usize] > > :: raw_get (:: std :: ptr :: addr_of ! ((* this) . _bitfield_1) , 0usize , 24u8 ,) as u32) } } # [inline] pub unsafe fn set__flags2_raw (this : * mut Self , val : :: std :: os :: raw :: c_int) { unsafe { let val : u32 = :: std :: mem :: transmute (val) ; < __BindgenBitfieldUnit < [u8 ; 3usize] > > :: raw_set (:: std :: ptr :: addr_of_mut ! ((* this) . _bitfield_1) , 0usize , 24u8 , val as u64 ,) } } # [inline] pub fn new_bitfield_1 (_flags2 : :: std :: os :: raw :: c_int) -> __BindgenBitfieldUnit < [u8 ; 3usize] > { let mut __bindgen_bitfield_unit : __BindgenBitfieldUnit < [u8 ; 3usize] > = Default :: default () ; __bindgen_bitfield_unit . set (0usize , 24u8 , { let _flags2 : u32 = unsafe { :: std :: mem :: transmute (_flags2) } ; _flags2 as u64 }) ; __bindgen_bitfield_unit } } pub type cookie_read_function_t = :: std :: option :: Option < unsafe extern "C" fn (__cookie : * mut :: std :: os :: raw :: c_void , __buf : * mut :: std :: os :: raw :: c_char , __nbytes : usize) -> __ssize_t > ; pub type cookie_write_function_t = :: std :: option :: Option < unsafe extern "C" fn (__cookie : * mut :: std :: os :: raw :: c_void , __buf : * const :: std :: os :: raw :: c_char , __nbytes : usize) -> __ssize_t > ; pub type cookie_seek_function_t = :: std :: option :: Option < unsafe extern "C" fn (__cookie : * mut :: std :: os :: raw :: c_void , __pos : * mut __off64_t , __w : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int > ; pub type cookie_close_function_t = :: std :: option :: Option < unsafe extern "C" fn (__cookie : * mut :: std :: os :: raw :: c_void) -> :: std :: os :: raw :: c_int > ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct _IO_cookie_io_functions_t { pub read : cookie_read_function_t , pub write : cookie_write_function_t , pub seek : cookie_seek_function_t , pub close : cookie_close_function_t , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of _IO_cookie_io_functions_t"] [:: std :: mem :: size_of :: < _IO_cookie_io_functions_t > () - 32usize] ; ["Alignment of _IO_cookie_io_functions_t"] [:: std :: mem :: align_of :: < _IO_cookie_io_functions_t > () - 8usize] ; ["Offset of field: _IO_cookie_io_functions_t::read"] [:: std :: mem :: offset_of ! (_IO_cookie_io_functions_t , read) - 0usize] ; ["Offset of field: _IO_cookie_io_functions_t::write"] [:: std :: mem :: offset_of ! (_IO_cookie_io_functions_t , write) - 8usize] ; ["Offset of field: _IO_cookie_io_functions_t::seek"] [:: std :: mem :: offset_of ! (_IO_cookie_io_functions_t , seek) - 16usize] ; ["Offset of field: _IO_cookie_io_functions_t::close"] [:: std :: mem :: offset_of ! (_IO_cookie_io_functions_t , close) - 24usize] ; } ; pub type cookie_io_functions_t = _IO_cookie_io_functions_t ; pub type va_list = __gnuc_va_list ; pub type off_t = __off_t ; pub type fpos_t = __fpos_t ; unsafe extern "C" { pub static mut stdin : * mut FILE ; } unsafe extern "C" { pub static mut stdout : * mut FILE ; } unsafe extern "C" { pub static mut stderr : * mut FILE ; } unsafe extern "C" { pub fn remove (__filename : * const :: std :: os :: raw :: c_char) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn rename (__old : * const :: std :: os :: raw :: c_char , __new : * const :: std :: os :: raw :: c_char) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn renameat (__oldfd : :: std :: os :: raw :: c_int , __old : * const :: std :: os :: raw :: c_char , __newfd : :: std :: os :: raw :: c_int , __new : * const :: std :: os :: raw :: c_char) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fclose (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn tmpfile () -> * mut FILE ; } unsafe extern "C" { pub fn tmpnam (arg1 : * mut :: std :: os :: raw :: c_char) -> * mut :: std :: os :: raw :: c_char ; } unsafe extern "C" { pub fn tmpnam_r (__s : * mut :: std :: os :: raw :: c_char) -> * mut :: std :: os :: raw :: c_char ; } unsafe extern "C" { pub fn tempnam (__dir : * const :: std :: os :: raw :: c_char , __pfx : * const :: std :: os :: raw :: c_char) -> * mut :: std :: os :: raw :: c_char ; } unsafe extern "C" { pub fn fflush (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fflush_unlocked (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fopen (__filename : * const :: std :: os :: raw :: c_char , __modes : * const :: std :: os :: raw :: c_char) -> * mut FILE ; } unsafe extern "C" { pub fn freopen (__filename : * const :: std :: os :: raw :: c_char , __modes : * const :: std :: os :: raw :: c_char , __stream : * mut FILE) -> * mut FILE ; } unsafe extern "C" { pub fn fdopen (__fd : :: std :: os :: raw :: c_int , __modes : * const :: std :: os :: raw :: c_char) -> * mut FILE ; } unsafe extern "C" { pub fn fopencookie (__magic_cookie : * mut :: std :: os :: raw :: c_void , __modes : * const :: std :: os :: raw :: c_char , __io_funcs : cookie_io_functions_t) -> * mut FILE ; } unsafe extern "C" { pub fn fmemopen (__s : * mut :: std :: os :: raw :: c_void , __len : usize , __modes : * const :: std :: os :: raw :: c_char) -> * mut FILE ; } unsafe extern "C" { pub fn open_memstream (__bufloc : * mut * mut :: std :: os :: raw :: c_char , __sizeloc : * mut usize) -> * mut FILE ; } unsafe extern "C" { pub fn setbuf (__stream : * mut FILE , __buf : * mut :: std :: os :: raw :: c_char) ; } unsafe extern "C" { pub fn setvbuf (__stream : * mut FILE , __buf : * mut :: std :: os :: raw :: c_char , __modes : :: std :: os :: raw :: c_int , __n : usize) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn setbuffer (__stream : * mut FILE , __buf : * mut :: std :: os :: raw :: c_char , __size : usize) ; } unsafe extern "C" { pub fn setlinebuf (__stream : * mut FILE) ; } unsafe extern "C" { pub fn fprintf (__stream : * mut FILE , __format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn printf (__format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn sprintf (__s : * mut :: std :: os :: raw :: c_char , __format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vfprintf (__s : * mut FILE , __format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vprintf (__format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vsprintf (__s : * mut :: std :: os :: raw :: c_char , __format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn snprintf (__s : * mut :: std :: os :: raw :: c_char , __maxlen : :: std :: os :: raw :: c_ulong , __format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vsnprintf (__s : * mut :: std :: os :: raw :: c_char , __maxlen : :: std :: os :: raw :: c_ulong , __format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vasprintf (__ptr : * mut * mut :: std :: os :: raw :: c_char , __f : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __asprintf (__ptr : * mut * mut :: std :: os :: raw :: c_char , __fmt : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn asprintf (__ptr : * mut * mut :: std :: os :: raw :: c_char , __fmt : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vdprintf (__fd : :: std :: os :: raw :: c_int , __fmt : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn dprintf (__fd : :: std :: os :: raw :: c_int , __fmt : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fscanf (__stream : * mut FILE , __format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn scanf (__format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn sscanf (__s : * const :: std :: os :: raw :: c_char , __format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } pub type __cfloat128 = __BindgenComplex < u128 > ; pub type _Float128 = u128 ; pub type _Float32 = f32 ; pub type _Float64 = f64 ; pub type _Float32x = f64 ; pub type _Float64x = u128 ; unsafe extern "C" { # [link_name = "\u{1}__isoc99_fscanf"] pub fn fscanf1 (__stream : * mut FILE , __format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { # [link_name = "\u{1}__isoc99_scanf"] pub fn scanf1 (__format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { # [link_name = "\u{1}__isoc99_sscanf"] pub fn sscanf1 (__s : * const :: std :: os :: raw :: c_char , __format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vfscanf (__s : * mut FILE , __format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vscanf (__format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vsscanf (__s : * const :: std :: os :: raw :: c_char , __format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { # [link_name = "\u{1}__isoc99_vfscanf"] pub fn vfscanf1 (__s : * mut FILE , __format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { # [link_name = "\u{1}__isoc99_vscanf"] pub fn vscanf1 (__format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { # [link_name = "\u{1}__isoc99_vsscanf"] pub fn vsscanf1 (__s : * const :: std :: os :: raw :: c_char , __format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fgetc (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn getc (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn getchar () -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn getc_unlocked (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn getchar_unlocked () -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fgetc_unlocked (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fputc (__c : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn putc (__c : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn putchar (__c : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fputc_unlocked (__c : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn putc_unlocked (__c : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn putchar_unlocked (__c : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn getw (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn putw (__w : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fgets (__s : * mut :: std :: os :: raw :: c_char , __n : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> * mut :: std :: os :: raw :: c_char ; } unsafe extern "C" { pub fn __getdelim (__lineptr : * mut * mut :: std :: os :: raw :: c_char , __n : * mut usize , __delimiter : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> __ssize_t ; } unsafe extern "C" { pub fn getdelim (__lineptr : * mut * mut :: std :: os :: raw :: c_char , __n : * mut usize , __delimiter : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> __ssize_t ; } unsafe extern "C" { pub fn getline (__lineptr : * mut * mut :: std :: os :: raw :: c_char , __n : * mut usize , __stream : * mut FILE) -> __ssize_t ; } unsafe extern "C" { pub fn fputs (__s : * const :: std :: os :: raw :: c_char , __stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn puts (__s : * const :: std :: os :: raw :: c_char) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn ungetc (__c : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fread (__ptr : * mut :: std :: os :: raw :: c_void , __size : :: std :: os :: raw :: c_ulong , __n : :: std :: os :: raw :: c_ulong , __stream : * mut FILE) -> :: std :: os :: raw :: c_ulong ; } unsafe extern "C" { pub fn fwrite (__ptr : * const :: std :: os :: raw :: c_void , __size : :: std :: os :: raw :: c_ulong , __n : :: std :: os :: raw :: c_ulong , __s : * mut FILE) -> :: std :: os :: raw :: c_ulong ; } unsafe extern "C" { pub fn fread_unlocked (__ptr : * mut :: std :: os :: raw :: c_void , __size : usize , __n : usize , __stream : * mut FILE) -> usize ; } unsafe extern "C" { pub fn fwrite_unlocked (__ptr : * const :: std :: os :: raw :: c_void , __size : usize , __n : usize , __stream : * mut FILE) -> usize ; } unsafe extern "C" { pub fn fseek (__stream : * mut FILE , __off : :: std :: os :: raw :: c_long , __whence : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn ftell (__stream : * mut FILE) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn rewind (__stream : * mut FILE) ; } unsafe extern "C" { pub fn fseeko (__stream : * mut FILE , __off : __off_t , __whence : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn ftello (__stream : * mut FILE) -> __off_t ; } unsafe extern "C" { pub fn fgetpos (__stream : * mut FILE , __pos : * mut fpos_t) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fsetpos (__stream : * mut FILE , __pos : * const fpos_t) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn clearerr (__stream : * mut FILE) ; } unsafe extern "C" { pub fn feof (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn ferror (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn clearerr_unlocked (__stream : * mut FILE) ; } unsafe extern "C" { pub fn feof_unlocked (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn ferror_unlocked (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn perror (__s : * const :: std :: os :: raw :: c_char) ; } unsafe extern "C" { pub fn fileno (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fileno_unlocked (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn pclose (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn popen (__command : * const :: std :: os :: raw :: c_char , __modes : * const :: std :: os :: raw :: c_char) -> * mut FILE ; } unsafe extern "C" { pub fn ctermid (__s : * mut :: std :: os :: raw :: c_char) -> * mut :: std :: os :: raw :: c_char ; } unsafe extern "C" { pub fn flockfile (__stream : * mut FILE) ; } unsafe extern "C" { pub fn ftrylockfile (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn funlockfile (__stream : * mut FILE) ; } unsafe extern "C" { pub fn __uflow (arg1 : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __overflow (arg1 : * mut FILE , arg2 : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int ; } pub type int_least8_t = __int_least8_t ; pub type int_least16_t = __int_least16_t ; pub type int_least32_t = __int_least32_t ; pub type int_least64_t = __int_least64_t ; pub type uint_least8_t = __uint_least8_t ; pub type uint_least16_t = __uint_least16_t ; pub type uint_least32_t = __uint_least32_t ; pub type uint_least64_t = __uint_least64_t ; pub type int_fast8_t = :: std :: os :: raw :: c_schar ; pub type int_fast16_t = :: std :: os :: raw :: c_long ; pub type int_fast32_t = :: std :: os :: raw :: c_long ; pub type int_fast64_t = :: std :: os :: raw :: c_long ; pub type uint_fast8_t = :: std :: os :: raw :: c_uchar ; pub type uint_fast16_t = :: std :: os :: raw :: c_ulong ; pub type uint_fast32_t = :: std :: os :: raw :: c_ulong ; pub type uint_fast64_t = :: std :: os :: raw :: c_ulong ; pub type intmax_t = __intmax_t ; pub type uintmax_t = __uintmax_t ; pub type float_t = f32 ; pub type double_t = f64 ; unsafe extern "C" { pub fn __fpclassify (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __signbit (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isinf (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __finite (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isnan (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __iseqsig (__x : f64 , __y : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __issignaling (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn acos (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __acos (__x : f64) -> f64 ; } unsafe extern "C" { pub fn asin (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __asin (__x : f64) -> f64 ; } unsafe extern "C" { pub fn atan (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __atan (__x : f64) -> f64 ; } unsafe extern "C" { pub fn atan2 (__y : f64 , __x : f64) -> f64 ; } unsafe extern "C" { pub fn __atan2 (__y : f64 , __x : f64) -> f64 ; } unsafe extern "C" { pub fn cos (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __cos (__x : f64) -> f64 ; } unsafe extern "C" { pub fn sin (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __sin (__x : f64) -> f64 ; } unsafe extern "C" { pub fn tan (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __tan (__x : f64) -> f64 ; } unsafe extern "C" { pub fn cosh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __cosh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn sinh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __sinh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn tanh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __tanh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn acosh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __acosh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn asinh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __asinh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn atanh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __atanh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn exp (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __exp (__x : f64) -> f64 ; } unsafe extern "C" { pub fn frexp (__x : f64 , __exponent : * mut :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn __frexp (__x : f64 , __exponent : * mut :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn ldexp (__x : f64 , __exponent : :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn __ldexp (__x : f64 , __exponent : :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn log (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __log (__x : f64) -> f64 ; } unsafe extern "C" { pub fn log10 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __log10 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn modf (__x : f64 , __iptr : * mut f64) -> f64 ; } unsafe extern "C" { pub fn __modf (__x : f64 , __iptr : * mut f64) -> f64 ; } unsafe extern "C" { pub fn expm1 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __expm1 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn log1p (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __log1p (__x : f64) -> f64 ; } unsafe extern "C" { pub fn logb (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __logb (__x : f64) -> f64 ; } unsafe extern "C" { pub fn exp2 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __exp2 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn log2 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __log2 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn pow (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn __pow (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn sqrt (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __sqrt (__x : f64) -> f64 ; } unsafe extern "C" { pub fn hypot (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn __hypot (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn cbrt (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __cbrt (__x : f64) -> f64 ; } unsafe extern "C" { pub fn ceil (__x : f64) -> f64 ; } unsafe extern "C" { pub fn fabs (__x : f64) -> f64 ; } unsafe extern "C" { pub fn floor (__x : f64) -> f64 ; } unsafe extern "C" { pub fn fmod (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn __fmod (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn isinf (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn finite (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn drem (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn __drem (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn significand (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __significand (__x : f64) -> f64 ; } unsafe extern "C" { pub fn copysign (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn nan (__tagb : * const :: std :: os :: raw :: c_char) -> f64 ; } unsafe extern "C" { pub fn __nan (__tagb : * const :: std :: os :: raw :: c_char) -> f64 ; } unsafe extern "C" { pub fn isnan (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn j0 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __j0 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn j1 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __j1 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn jn (arg1 : :: std :: os :: raw :: c_int , arg2 : f64) -> f64 ; } unsafe extern "C" { pub fn __jn (arg1 : :: std :: os :: raw :: c_int , arg2 : f64) -> f64 ; } unsafe extern "C" { pub fn y0 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __y0 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn y1 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __y1 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn yn (arg1 : :: std :: os :: raw :: c_int , arg2 : f64) -> f64 ; } unsafe extern "C" { pub fn __yn (arg1 : :: std :: os :: raw :: c_int , arg2 : f64) -> f64 ; } unsafe extern "C" { pub fn erf (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __erf (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn erfc (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __erfc (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn lgamma (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __lgamma (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn tgamma (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __tgamma (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn gamma (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __gamma (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn lgamma_r (arg1 : f64 , __signgamp : * mut :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn __lgamma_r (arg1 : f64 , __signgamp : * mut :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn rint (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __rint (__x : f64) -> f64 ; } unsafe extern "C" { pub fn nextafter (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn __nextafter (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn nexttoward (__x : f64 , __y : u128) -> f64 ; } unsafe extern "C" { pub fn __nexttoward (__x : f64 , __y : u128) -> f64 ; } unsafe extern "C" { pub fn remainder (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn __remainder (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn scalbn (__x : f64 , __n : :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn __scalbn (__x : f64 , __n : :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn ilogb (__x : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __ilogb (__x : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn scalbln (__x : f64 , __n : :: std :: os :: raw :: c_long) -> f64 ; } unsafe extern "C" { pub fn __scalbln (__x : f64 , __n : :: std :: os :: raw :: c_long) -> f64 ; } unsafe extern "C" { pub fn nearbyint (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __nearbyint (__x : f64) -> f64 ; } unsafe extern "C" { pub fn round (__x : f64) -> f64 ; } unsafe extern "C" { pub fn trunc (__x : f64) -> f64 ; } unsafe extern "C" { pub fn remquo (__x : f64 , __y : f64 , __quo : * mut :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn __remquo (__x : f64 , __y : f64 , __quo : * mut :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn lrint (__x : f64) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn __lrint (__x : f64) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn llrint (__x : f64) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn __llrint (__x : f64) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn lround (__x : f64) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn __lround (__x : f64) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn llround (__x : f64) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn __llround (__x : f64) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn fdim (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn __fdim (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn fmax (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn fmin (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn fma (__x : f64 , __y : f64 , __z : f64) -> f64 ; } unsafe extern "C" { pub fn __fma (__x : f64 , __y : f64 , __z : f64) -> f64 ; } unsafe extern "C" { pub fn scalb (__x : f64 , __n : f64) -> f64 ; } unsafe extern "C" { pub fn __scalb (__x : f64 , __n : f64) -> f64 ; } unsafe extern "C" { pub fn __fpclassifyf (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __signbitf (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isinff (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __finitef (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isnanf (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __iseqsigf (__x : f32 , __y : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __issignalingf (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn acosf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __acosf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn asinf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __asinf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn atanf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __atanf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn atan2f (__y : f32 , __x : f32) -> f32 ; } unsafe extern "C" { pub fn __atan2f (__y : f32 , __x : f32) -> f32 ; } unsafe extern "C" { pub fn cosf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __cosf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn sinf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __sinf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn tanf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __tanf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn coshf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __coshf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn sinhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __sinhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn tanhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __tanhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn acoshf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __acoshf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn asinhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __asinhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn atanhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __atanhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn expf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __expf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn frexpf (__x : f32 , __exponent : * mut :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn __frexpf (__x : f32 , __exponent : * mut :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn ldexpf (__x : f32 , __exponent : :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn __ldexpf (__x : f32 , __exponent : :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn logf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __logf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn log10f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __log10f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn modff (__x : f32 , __iptr : * mut f32) -> f32 ; } unsafe extern "C" { pub fn __modff (__x : f32 , __iptr : * mut f32) -> f32 ; } unsafe extern "C" { pub fn expm1f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __expm1f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn log1pf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __log1pf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn logbf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __logbf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn exp2f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __exp2f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn log2f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __log2f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn powf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn __powf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn sqrtf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __sqrtf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn hypotf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn __hypotf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn cbrtf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __cbrtf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn ceilf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn fabsf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn floorf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn fmodf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn __fmodf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn isinff (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn finitef (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn dremf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn __dremf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn significandf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __significandf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn copysignf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn nanf (__tagb : * const :: std :: os :: raw :: c_char) -> f32 ; } unsafe extern "C" { pub fn __nanf (__tagb : * const :: std :: os :: raw :: c_char) -> f32 ; } unsafe extern "C" { pub fn isnanf (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn j0f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __j0f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn j1f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __j1f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn jnf (arg1 : :: std :: os :: raw :: c_int , arg2 : f32) -> f32 ; } unsafe extern "C" { pub fn __jnf (arg1 : :: std :: os :: raw :: c_int , arg2 : f32) -> f32 ; } unsafe extern "C" { pub fn y0f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __y0f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn y1f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __y1f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn ynf (arg1 : :: std :: os :: raw :: c_int , arg2 : f32) -> f32 ; } unsafe extern "C" { pub fn __ynf (arg1 : :: std :: os :: raw :: c_int , arg2 : f32) -> f32 ; } unsafe extern "C" { pub fn erff (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __erff (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn erfcf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __erfcf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn lgammaf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __lgammaf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn tgammaf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __tgammaf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn gammaf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __gammaf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn lgammaf_r (arg1 : f32 , __signgamp : * mut :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn __lgammaf_r (arg1 : f32 , __signgamp : * mut :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn rintf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __rintf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn nextafterf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn __nextafterf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn nexttowardf (__x : f32 , __y : u128) -> f32 ; } unsafe extern "C" { pub fn __nexttowardf (__x : f32 , __y : u128) -> f32 ; } unsafe extern "C" { pub fn remainderf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn __remainderf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn scalbnf (__x : f32 , __n : :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn __scalbnf (__x : f32 , __n : :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn ilogbf (__x : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __ilogbf (__x : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn scalblnf (__x : f32 , __n : :: std :: os :: raw :: c_long) -> f32 ; } unsafe extern "C" { pub fn __scalblnf (__x : f32 , __n : :: std :: os :: raw :: c_long) -> f32 ; } unsafe extern "C" { pub fn nearbyintf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __nearbyintf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn roundf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn truncf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn remquof (__x : f32 , __y : f32 , __quo : * mut :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn __remquof (__x : f32 , __y : f32 , __quo : * mut :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn lrintf (__x : f32) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn __lrintf (__x : f32) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn llrintf (__x : f32) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn __llrintf (__x : f32) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn lroundf (__x : f32) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn __lroundf (__x : f32) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn llroundf (__x : f32) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn __llroundf (__x : f32) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn fdimf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn __fdimf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn fmaxf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn fminf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn fmaf (__x : f32 , __y : f32 , __z : f32) -> f32 ; } unsafe extern "C" { pub fn __fmaf (__x : f32 , __y : f32 , __z : f32) -> f32 ; } unsafe extern "C" { pub fn scalbf (__x : f32 , __n : f32) -> f32 ; } unsafe extern "C" { pub fn __scalbf (__x : f32 , __n : f32) -> f32 ; } unsafe extern "C" { pub fn __fpclassifyl (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __signbitl (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isinfl (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __finitel (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isnanl (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __iseqsigl (__x : u128 , __y : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __issignalingl (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn acosl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __acosl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn asinl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __asinl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn atanl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __atanl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn atan2l (__y : u128 , __x : u128) -> u128 ; } unsafe extern "C" { pub fn __atan2l (__y : u128 , __x : u128) -> u128 ; } unsafe extern "C" { pub fn cosl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __cosl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn sinl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __sinl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn tanl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __tanl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn coshl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __coshl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn sinhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __sinhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn tanhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __tanhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn acoshl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __acoshl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn asinhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __asinhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn atanhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __atanhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn expl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __expl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn frexpl (__x : u128 , __exponent : * mut :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn __frexpl (__x : u128 , __exponent : * mut :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn ldexpl (__x : u128 , __exponent : :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn __ldexpl (__x : u128 , __exponent : :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn logl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __logl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn log10l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __log10l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn modfl (__x : u128 , __iptr : * mut u128) -> u128 ; } unsafe extern "C" { pub fn __modfl (__x : u128 , __iptr : * mut u128) -> u128 ; } unsafe extern "C" { pub fn expm1l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __expm1l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn log1pl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __log1pl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn logbl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __logbl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn exp2l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __exp2l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn log2l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __log2l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn powl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __powl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn sqrtl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __sqrtl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn hypotl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __hypotl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn cbrtl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __cbrtl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn ceill (__x : u128) -> u128 ; } unsafe extern "C" { pub fn fabsl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn floorl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn fmodl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __fmodl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn isinfl (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn finitel (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn dreml (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __dreml (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn significandl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __significandl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn copysignl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn nanl (__tagb : * const :: std :: os :: raw :: c_char) -> u128 ; } unsafe extern "C" { pub fn __nanl (__tagb : * const :: std :: os :: raw :: c_char) -> u128 ; } unsafe extern "C" { pub fn isnanl (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn j0l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __j0l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn j1l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __j1l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn jnl (arg1 : :: std :: os :: raw :: c_int , arg2 : u128) -> u128 ; } unsafe extern "C" { pub fn __jnl (arg1 : :: std :: os :: raw :: c_int , arg2 : u128) -> u128 ; } unsafe extern "C" { pub fn y0l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __y0l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn y1l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __y1l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn ynl (arg1 : :: std :: os :: raw :: c_int , arg2 : u128) -> u128 ; } unsafe extern "C" { pub fn __ynl (arg1 : :: std :: os :: raw :: c_int , arg2 : u128) -> u128 ; } unsafe extern "C" { pub fn erfl (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __erfl (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn erfcl (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __erfcl (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn lgammal (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __lgammal (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn tgammal (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __tgammal (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn gammal (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __gammal (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn lgammal_r (arg1 : u128 , __signgamp : * mut :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn __lgammal_r (arg1 : u128 , __signgamp : * mut :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn rintl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __rintl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn nextafterl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __nextafterl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn nexttowardl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __nexttowardl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn remainderl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __remainderl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn scalbnl (__x : u128 , __n : :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn __scalbnl (__x : u128 , __n : :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn ilogbl (__x : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __ilogbl (__x : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn scalblnl (__x : u128 , __n : :: std :: os :: raw :: c_long) -> u128 ; } unsafe extern "C" { pub fn __scalblnl (__x : u128 , __n : :: std :: os :: raw :: c_long) -> u128 ; } unsafe extern "C" { pub fn nearbyintl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __nearbyintl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn roundl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn truncl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn remquol (__x : u128 , __y : u128 , __quo : * mut :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn __remquol (__x : u128 , __y : u128 , __quo : * mut :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn lrintl (__x : u128) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn __lrintl (__x : u128) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn llrintl (__x : u128) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn __llrintl (__x : u128) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn lroundl (__x : u128) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn __lroundl (__x : u128) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn llroundl (__x : u128) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn __llroundl (__x : u128) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn fdiml (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __fdiml (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn fmaxl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn fminl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn fmal (__x : u128 , __y : u128 , __z : u128) -> u128 ; } unsafe extern "C" { pub fn __fmal (__x : u128 , __y : u128 , __z : u128) -> u128 ; } unsafe extern "C" { pub fn scalbl (__x : u128 , __n : u128) -> u128 ; } unsafe extern "C" { pub fn __scalbl (__x : u128 , __n : u128) -> u128 ; } unsafe extern "C" { pub fn __fpclassifyf128 (__value : _Float128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __signbitf128 (__value : _Float128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isinff128 (__value : _Float128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __finitef128 (__value : _Float128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isnanf128 (__value : _Float128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __iseqsigf128 (__x : _Float128 , __y : _Float128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __issignalingf128 (__value : _Float128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub static mut signgam : :: std :: os :: raw :: c_int ; } pub const FP_NAN : _bindgen_ty_1 = 0 ; pu...
[INFO] [stdout]   |       ---------------------------- previous definition of the value `FP_NAN` here                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `FP_NAN` redefined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `FP_NAN` must be defined only once in the value namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `FP_INFINITE` is defined multiple times
[INFO] [stdout]  --> /opt/rustwide/target/release/build/archetypes-c7b3e0040a624258/out/bindings.rs:3:120057
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... ; pub const FP_INFINITE : u32 = 1 ; pub const FP_ZERO : u32 = 2 ; pub const FP_SUBNORMAL : u32 = 3 ; pub const FP_NORMAL : u32 = 4 ; pub const MATH_ERRNO : u32 = 1 ; pub const MATH_ERREXCEPT : u32 = 2 ; pub const math_errhandling : u32 = 3 ; pub const M_E : f64 = 2.718281828459045 ; pub const M_LOG2E : f64 = 1.4426950408889634 ; pub const M_LOG10E : f64 = 0.4342944819032518 ; pub const M_LN2 : f64 = 0.6931471805599453 ; pub const M_LN10 : f64 = 2.302585092994046 ; pub const M_PI : f64 = 3.141592653589793 ; pub const M_PI_2 : f64 = 1.5707963267948966 ; pub const M_PI_4 : f64 = 0.7853981633974483 ; pub const M_1_PI : f64 = 0.3183098861837907 ; pub const M_2_PI : f64 = 0.6366197723675814 ; pub const M_2_SQRTPI : f64 = 1.1283791670955126 ; pub const M_SQRT2 : f64 = 1.4142135623730951 ; pub const M_SQRT1_2 : f64 = 0.7071067811865476 ; pub const _SYS_TYPES_H : u32 = 1 ; pub const __clock_t_defined : u32 = 1 ; pub const __clockid_t_defined : u32 = 1 ; pub const __time_t_defined : u32 = 1 ; pub const __timer_t_defined : u32 = 1 ; pub const __BIT_TYPES_DEFINED__ : u32 = 1 ; pub const _ENDIAN_H : u32 = 1 ; pub const _BITS_ENDIAN_H : u32 = 1 ; pub const __LITTLE_ENDIAN : u32 = 1234 ; pub const __BIG_ENDIAN : u32 = 4321 ; pub const __PDP_ENDIAN : u32 = 3412 ; pub const _BITS_ENDIANNESS_H : u32 = 1 ; pub const __BYTE_ORDER : u32 = 1234 ; pub const __FLOAT_WORD_ORDER : u32 = 1234 ; pub const LITTLE_ENDIAN : u32 = 1234 ; pub const BIG_ENDIAN : u32 = 4321 ; pub const PDP_ENDIAN : u32 = 3412 ; pub const BYTE_ORDER : u32 = 1234 ; pub const _BITS_BYTESWAP_H : u32 = 1 ; pub const _BITS_UINTN_IDENTITY_H : u32 = 1 ; pub const _SYS_SELECT_H : u32 = 1 ; pub const __sigset_t_defined : u32 = 1 ; pub const __timeval_defined : u32 = 1 ; pub const _STRUCT_TIMESPEC : u32 = 1 ; pub const FD_SETSIZE : u32 = 1024 ; pub const _BITS_PTHREADTYPES_COMMON_H : u32 = 1 ; pub const _THREAD_SHARED_TYPES_H : u32 = 1 ; pub const _BITS_PTHREADTYPES_ARCH_H : u32 = 1 ; pub const __SIZEOF_PTHREAD_MUTEX_T : u32 = 40 ; pub const __SIZEOF_PTHREAD_ATTR_T : u32 = 56 ; pub const __SIZEOF_PTHREAD_RWLOCK_T : u32 = 56 ; pub const __SIZEOF_PTHREAD_BARRIER_T : u32 = 32 ; pub const __SIZEOF_PTHREAD_MUTEXATTR_T : u32 = 4 ; pub const __SIZEOF_PTHREAD_COND_T : u32 = 48 ; pub const __SIZEOF_PTHREAD_CONDATTR_T : u32 = 4 ; pub const __SIZEOF_PTHREAD_RWLOCKATTR_T : u32 = 8 ; pub const __SIZEOF_PTHREAD_BARRIERATTR_T : u32 = 4 ; pub const _THREAD_MUTEX_INTERNAL_H : u32 = 1 ; pub const __PTHREAD_MUTEX_HAVE_PREV : u32 = 1 ; pub const __have_pthread_attr_t : u32 = 1 ; pub const _SYS_STAT_H : u32 = 1 ; pub const _BITS_STAT_H : u32 = 1 ; pub const _BITS_STRUCT_STAT_H : u32 = 1 ; pub const __S_IFMT : u32 = 61440 ; pub const __S_IFDIR : u32 = 16384 ; pub const __S_IFCHR : u32 = 8192 ; pub const __S_IFBLK : u32 = 24576 ; pub const __S_IFREG : u32 = 32768 ; pub const __S_IFIFO : u32 = 4096 ; pub const __S_IFLNK : u32 = 40960 ; pub const __S_IFSOCK : u32 = 49152 ; pub const __S_ISUID : u32 = 2048 ; pub const __S_ISGID : u32 = 1024 ; pub const __S_ISVTX : u32 = 512 ; pub const __S_IREAD : u32 = 256 ; pub const __S_IWRITE : u32 = 128 ; pub const __S_IEXEC : u32 = 64 ; pub const UTIME_NOW : u32 = 1073741823 ; pub const UTIME_OMIT : u32 = 1073741822 ; pub const S_IFMT : u32 = 61440 ; pub const S_IFDIR : u32 = 16384 ; pub const S_IFCHR : u32 = 8192 ; pub const S_IFBLK : u32 = 24576 ; pub const S_IFREG : u32 = 32768 ; pub const S_IFIFO : u32 = 4096 ; pub const S_IFLNK : u32 = 40960 ; pub const S_IFSOCK : u32 = 49152 ; pub const S_ISUID : u32 = 2048 ; pub const S_ISGID : u32 = 1024 ; pub const S_ISVTX : u32 = 512 ; pub const S_IRUSR : u32 = 256 ; pub const S_IWUSR : u32 = 128 ; pub const S_IXUSR : u32 = 64 ; pub const S_IRWXU : u32 = 448 ; pub const S_IREAD : u32 = 256 ; pub const S_IWRITE : u32 = 128 ; pub const S_IEXEC : u32 = 64 ; pub const S_IRGRP : u32 = 32 ; pub const S_IWGRP : u32 = 16 ; pub const S_IXGRP : u32 = 8 ; pub const S_IRWXG : u32 = 56 ; pub const S_IROTH : u32 = 4 ; pub const S_IWOTH : u32 = 2 ; pub const S_IXOTH : u32 = 1 ; pub const S_IRWXO : u32 = 7 ; pub const ACCESSPERMS : u32 = 511 ; pub const ALLPERMS : u32 = 4095 ; pub const DEFFILEMODE : u32 = 438 ; pub const S_BLKSIZE : u32 = 512 ; pub const _FCNTL_H : u32 = 1 ; pub const __O_LARGEFILE : u32 = 0 ; pub const F_GETLK64 : u32 = 5 ; pub const F_SETLK64 : u32 = 6 ; pub const F_SETLKW64 : u32 = 7 ; pub const O_ACCMODE : u32 = 3 ; pub const O_RDONLY : u32 = 0 ; pub const O_WRONLY : u32 = 1 ; pub const O_RDWR : u32 = 2 ; pub const O_CREAT : u32 = 64 ; pub const O_EXCL : u32 = 128 ; pub const O_NOCTTY : u32 = 256 ; pub const O_TRUNC : u32 = 512 ; pub const O_APPEND : u32 = 1024 ; pub const O_NONBLOCK : u32 = 2048 ; pub const O_NDELAY : u32 = 2048 ; pub const O_SYNC : u32 = 1052672 ; pub const O_FSYNC : u32 = 1052672 ; pub const O_ASYNC : u32 = 8192 ; pub const __O_DIRECTORY : u32 = 65536 ; pub const __O_NOFOLLOW : u32 = 131072 ; pub const __O_CLOEXEC : u32 = 524288 ; pub const __O_DIRECT : u32 = 16384 ; pub const __O_NOATIME : u32 = 262144 ; pub const __O_PATH : u32 = 2097152 ; pub const __O_DSYNC : u32 = 4096 ; pub const __O_TMPFILE : u32 = 4259840 ; pub const F_GETLK : u32 = 5 ; pub const F_SETLK : u32 = 6 ; pub const F_SETLKW : u32 = 7 ; pub const O_DIRECTORY : u32 = 65536 ; pub const O_NOFOLLOW : u32 = 131072 ; pub const O_CLOEXEC : u32 = 524288 ; pub const O_DSYNC : u32 = 4096 ; pub const O_RSYNC : u32 = 1052672 ; pub const F_DUPFD : u32 = 0 ; pub const F_GETFD : u32 = 1 ; pub const F_SETFD : u32 = 2 ; pub const F_GETFL : u32 = 3 ; pub const F_SETFL : u32 = 4 ; pub const __F_SETOWN : u32 = 8 ; pub const __F_GETOWN : u32 = 9 ; pub const F_SETOWN : u32 = 8 ; pub const F_GETOWN : u32 = 9 ; pub const __F_SETSIG : u32 = 10 ; pub const __F_GETSIG : u32 = 11 ; pub const __F_SETOWN_EX : u32 = 15 ; pub const __F_GETOWN_EX : u32 = 16 ; pub const F_DUPFD_CLOEXEC : u32 = 1030 ; pub const FD_CLOEXEC : u32 = 1 ; pub const F_RDLCK : u32 = 0 ; pub const F_WRLCK : u32 = 1 ; pub const F_UNLCK : u32 = 2 ; pub const F_EXLCK : u32 = 4 ; pub const F_SHLCK : u32 = 8 ; pub const LOCK_SH : u32 = 1 ; pub const LOCK_EX : u32 = 2 ; pub const LOCK_NB : u32 = 4 ; pub const LOCK_UN : u32 = 8 ; pub const FAPPEND : u32 = 1024 ; pub const FFSYNC : u32 = 1052672 ; pub const FASYNC : u32 = 8192 ; pub const FNONBLOCK : u32 = 2048 ; pub const FNDELAY : u32 = 2048 ; pub const __POSIX_FADV_DONTNEED : u32 = 4 ; pub const __POSIX_FADV_NOREUSE : u32 = 5 ; pub const POSIX_FADV_NORMAL : u32 = 0 ; pub const POSIX_FADV_RANDOM : u32 = 1 ; pub const POSIX_FADV_SEQUENTIAL : u32 = 2 ; pub const POSIX_FADV_WILLNEED : u32 = 3 ; pub const POSIX_FADV_DONTNEED : u32 = 4 ; pub const POSIX_FADV_NOREUSE : u32 = 5 ; pub const R_OK : u32 = 4 ; pub const W_OK : u32 = 2 ; pub const X_OK : u32 = 1 ; pub const F_OK : u32 = 0 ; pub const AT_FDCWD : i32 = - 100 ; pub const AT_SYMLINK_NOFOLLOW : u32 = 256 ; pub const AT_REMOVEDIR : u32 = 512 ; pub const AT_SYMLINK_FOLLOW : u32 = 1024 ; pub const AT_EACCESS : u32 = 512 ; pub const F_ULOCK : u32 = 0 ; pub const F_LOCK : u32 = 1 ; pub const F_TLOCK : u32 = 2 ; pub const F_TEST : u32 = 3 ; pub const _DIRENT_H : u32 = 1 ; pub const _DIRENT_MATCHES_DIRENT64 : u32 = 1 ; pub const _BITS_POSIX1_LIM_H : u32 = 1 ; pub const _POSIX_AIO_LISTIO_MAX : u32 = 2 ; pub const _POSIX_AIO_MAX : u32 = 1 ; pub const _POSIX_ARG_MAX : u32 = 4096 ; pub const _POSIX_CHILD_MAX : u32 = 25 ; pub const _POSIX_DELAYTIMER_MAX : u32 = 32 ; pub const _POSIX_HOST_NAME_MAX : u32 = 255 ; pub const _POSIX_LINK_MAX : u32 = 8 ; pub const _POSIX_LOGIN_NAME_MAX : u32 = 9 ; pub const _POSIX_MAX_CANON : u32 = 255 ; pub const _POSIX_MAX_INPUT : u32 = 255 ; pub const _POSIX_MQ_OPEN_MAX : u32 = 8 ; pub const _POSIX_MQ_PRIO_MAX : u32 = 32 ; pub const _POSIX_NAME_MAX : u32 = 14 ; pub const _POSIX_NGROUPS_MAX : u32 = 8 ; pub const _POSIX_OPEN_MAX : u32 = 20 ; pub const _POSIX_PATH_MAX : u32 = 256 ; pub const _POSIX_PIPE_BUF : u32 = 512 ; pub const _POSIX_RE_DUP_MAX : u32 = 255 ; pub const _POSIX_RTSIG_MAX : u32 = 8 ; pub const _POSIX_SEM_NSEMS_MAX : u32 = 256 ; pub const _POSIX_SEM_VALUE_MAX : u32 = 32767 ; pub const _POSIX_SIGQUEUE_MAX : u32 = 32 ; pub const _POSIX_SSIZE_MAX : u32 = 32767 ; pub const _POSIX_STREAM_MAX : u32 = 8 ; pub const _POSIX_SYMLINK_MAX : u32 = 255 ; pub const _POSIX_SYMLOOP_MAX : u32 = 8 ; pub const _POSIX_TIMER_MAX : u32 = 32 ; pub const _POSIX_TTY_NAME_MAX : u32 = 9 ; pub const _POSIX_TZNAME_MAX : u32 = 6 ; pub const _POSIX_CLOCKRES_MIN : u32 = 20000000 ; pub const NR_OPEN : u32 = 1024 ; pub const NGROUPS_MAX : u32 = 65536 ; pub const ARG_MAX : u32 = 131072 ; pub const LINK_MAX : u32 = 127 ; pub const MAX_CANON : u32 = 255 ; pub const MAX_INPUT : u32 = 255 ; pub const NAME_MAX : u32 = 255 ; pub const PATH_MAX : u32 = 4096 ; pub const PIPE_BUF : u32 = 4096 ; pub const XATTR_NAME_MAX : u32 = 255 ; pub const XATTR_SIZE_MAX : u32 = 65536 ; pub const XATTR_LIST_MAX : u32 = 65536 ; pub const RTSIG_MAX : u32 = 32 ; pub const _POSIX_THREAD_KEYS_MAX : u32 = 128 ; pub const PTHREAD_KEYS_MAX : u32 = 1024 ; pub const _POSIX_THREAD_DESTRUCTOR_ITERATIONS : u32 = 4 ; pub const PTHREAD_DESTRUCTOR_ITERATIONS : u32 = 4 ; pub const _POSIX_THREAD_THREADS_MAX : u32 = 64 ; pub const AIO_PRIO_DELTA_MAX : u32 = 20 ; pub const PTHREAD_STACK_MIN : u32 = 16384 ; pub const DELAYTIMER_MAX : u32 = 2147483647 ; pub const TTY_NAME_MAX : u32 = 32 ; pub const LOGIN_NAME_MAX : u32 = 256 ; pub const HOST_NAME_MAX : u32 = 64 ; pub const MQ_PRIO_MAX : u32 = 32768 ; pub const SEM_VALUE_MAX : u32 = 2147483647 ; pub const MAXNAMLEN : u32 = 255 ; pub const _SYS_SOCKET_H : u32 = 1 ; pub const __iovec_defined : u32 = 1 ; pub const PF_UNSPEC : u32 = 0 ; pub const PF_LOCAL : u32 = 1 ; pub const PF_UNIX : u32 = 1 ; pub const PF_FILE : u32 = 1 ; pub const PF_INET : u32 = 2 ; pub const PF_AX25 : u32 = 3 ; pub const PF_IPX : u32 = 4 ; pub const PF_APPLETALK : u32 = 5 ; pub const PF_NETROM : u32 = 6 ; pub const PF_BRIDGE : u32 = 7 ; pub const PF_ATMPVC : u32 = 8 ; pub const PF_X25 : u32 = 9 ; pub const PF_INET6 : u32 = 10 ; pub const PF_ROSE : u32 = 11 ; pub const PF_DECnet : u32 = 12 ; pub const PF_NETBEUI : u32 = 13 ; pub const PF_SECURITY : u32 = 14 ; pub const PF_KEY : u32 = 15 ; pub const PF_NETLINK : u32 = 16 ; pub const PF_ROUTE : u32 = 16 ; pub const PF_PACKET : u32 = 17 ; pub const PF_ASH : u32 = 18 ; pub const PF_ECONET : u32 = 19 ; pub const PF_ATMSVC : u32 = 20 ; pub const PF_RDS : u32 = 21 ; pub const PF_SNA : u32 = 22 ; pub const PF_IRDA : u32 = 23 ; pub const PF_PPPOX : u32 = 24 ; pub const PF_WANPIPE : u32 = 25 ; pub const PF_LLC : u32 = 26 ; pub const PF_IB : u32 = 27 ; pub const PF_MPLS : u32 = 28 ; pub const PF_CAN : u32 = 29 ; pub const PF_TIPC : u32 = 30 ; pub const PF_BLUETOOTH : u32 = 31 ; pub const PF_IUCV : u32 = 32 ; pub const PF_RXRPC : u32 = 33 ; pub const PF_ISDN : u32 = 34 ; pub const PF_PHONET : u32 = 35 ; pub const PF_IEEE802154 : u32 = 36 ; pub const PF_CAIF : u32 = 37 ; pub const PF_ALG : u32 = 38 ; pub const PF_NFC : u32 = 39 ; pub const PF_VSOCK : u32 = 40 ; pub const PF_KCM : u32 = 41 ; pub const PF_QIPCRTR : u32 = 42 ; pub const PF_SMC : u32 = 43 ; pub const PF_XDP : u32 = 44 ; pub const PF_MCTP : u32 = 45 ; pub const PF_MAX : u32 = 46 ; pub const AF_UNSPEC : u32 = 0 ; pub const AF_LOCAL : u32 = 1 ; pub const AF_UNIX : u32 = 1 ; pub const AF_FILE : u32 = 1 ; pub const AF_INET : u32 = 2 ; pub const AF_AX25 : u32 = 3 ; pub const AF_IPX : u32 = 4 ; pub const AF_APPLETALK : u32 = 5 ; pub const AF_NETROM : u32 = 6 ; pub const AF_BRIDGE : u32 = 7 ; pub const AF_ATMPVC : u32 = 8 ; pub const AF_X25 : u32 = 9 ; pub const AF_INET6 : u32 = 10 ; pub const AF_ROSE : u32 = 11 ; pub const AF_DECnet : u32 = 12 ; pub const AF_NETBEUI : u32 = 13 ; pub const AF_SECURITY : u32 = 14 ; pub const AF_KEY : u32 = 15 ; pub const AF_NETLINK : u32 = 16 ; pub const AF_ROUTE : u32 = 16 ; pub const AF_PACKET : u32 = 17 ; pub const AF_ASH : u32 = 18 ; pub const AF_ECONET : u32 = 19 ; pub const AF_ATMSVC : u32 = 20 ; pub const AF_RDS : u32 = 21 ; pub const AF_SNA : u32 = 22 ; pub const AF_IRDA : u32 = 23 ; pub const AF_PPPOX : u32 = 24 ; pub const AF_WANPIPE : u32 = 25 ; pub const AF_LLC : u32 = 26 ; pub const AF_IB : u32 = 27 ; pub const AF_MPLS : u32 = 28 ; pub const AF_CAN : u32 = 29 ; pub const AF_TIPC : u32 = 30 ; pub const AF_BLUETOOTH : u32 = 31 ; pub const AF_IUCV : u32 = 32 ; pub const AF_RXRPC : u32 = 33 ; pub const AF_ISDN : u32 = 34 ; pub const AF_PHONET : u32 = 35 ; pub const AF_IEEE802154 : u32 = 36 ; pub const AF_CAIF : u32 = 37 ; pub const AF_ALG : u32 = 38 ; pub const AF_NFC : u32 = 39 ; pub const AF_VSOCK : u32 = 40 ; pub const AF_KCM : u32 = 41 ; pub const AF_QIPCRTR : u32 = 42 ; pub const AF_SMC : u32 = 43 ; pub const AF_XDP : u32 = 44 ; pub const AF_MCTP : u32 = 45 ; pub const AF_MAX : u32 = 46 ; pub const SOL_RAW : u32 = 255 ; pub const SOL_DECNET : u32 = 261 ; pub const SOL_X25 : u32 = 262 ; pub const SOL_PACKET : u32 = 263 ; pub const SOL_ATM : u32 = 264 ; pub const SOL_AAL : u32 = 265 ; pub const SOL_IRDA : u32 = 266 ; pub const SOL_NETBEUI : u32 = 267 ; pub const SOL_LLC : u32 = 268 ; pub const SOL_DCCP : u32 = 269 ; pub const SOL_NETLINK : u32 = 270 ; pub const SOL_TIPC : u32 = 271 ; pub const SOL_RXRPC : u32 = 272 ; pub const SOL_PPPOL2TP : u32 = 273 ; pub const SOL_BLUETOOTH : u32 = 274 ; pub const SOL_PNPIPE : u32 = 275 ; pub const SOL_RDS : u32 = 276 ; pub const SOL_IUCV : u32 = 277 ; pub const SOL_CAIF : u32 = 278 ; pub const SOL_ALG : u32 = 279 ; pub const SOL_NFC : u32 = 280 ; pub const SOL_KCM : u32 = 281 ; pub const SOL_TLS : u32 = 282 ; pub const SOL_XDP : u32 = 283 ; pub const SOL_MPTCP : u32 = 284 ; pub const SOL_MCTP : u32 = 285 ; pub const SOL_SMC : u32 = 286 ; pub const SOL_VSOCK : u32 = 287 ; pub const SOMAXCONN : u32 = 4096 ; pub const _BITS_SOCKADDR_H : u32 = 1 ; pub const _SS_SIZE : u32 = 128 ; pub const __BITS_PER_LONG : u32 = 64 ; pub const __BITS_PER_LONG_LONG : u32 = 64 ; pub const FIOSETOWN : u32 = 35073 ; pub const SIOCSPGRP : u32 = 35074 ; pub const FIOGETOWN : u32 = 35075 ; pub const SIOCGPGRP : u32 = 35076 ; pub const SIOCATMARK : u32 = 35077 ; pub const SIOCGSTAMP_OLD : u32 = 35078 ; pub const SIOCGSTAMPNS_OLD : u32 = 35079 ; pub const SOL_SOCKET : u32 = 1 ; pub const SO_DEBUG : u32 = 1 ; pub const SO_REUSEADDR : u32 = 2 ; pub const SO_TYPE : u32 = 3 ; pub const SO_ERROR : u32 = 4 ; pub const SO_DONTROUTE : u32 = 5 ; pub const SO_BROADCAST : u32 = 6 ; pub const SO_SNDBUF : u32 = 7 ; pub const SO_RCVBUF : u32 = 8 ; pub const SO_SNDBUFFORCE : u32 = 32 ; pub const SO_RCVBUFFORCE : u32 = 33 ; pub const SO_KEEPALIVE : u32 = 9 ; pub const SO_OOBINLINE : u32 = 10 ; pub const SO_NO_CHECK : u32 = 11 ; pub const SO_PRIORITY : u32 = 12 ; pub const SO_LINGER : u32 = 13 ; pub const SO_BSDCOMPAT : u32 = 14 ; pub const SO_REUSEPORT : u32 = 15 ; pub const SO_PASSCRED : u32 = 16 ; pub const SO_PEERCRED : u32 = 17 ; pub const SO_RCVLOWAT : u32 = 18 ; pub const SO_SNDLOWAT : u32 = 19 ; pub const SO_RCVTIMEO_OLD : u32 = 20 ; pub const SO_SNDTIMEO_OLD : u32 = 21 ; pub const SO_SECURITY_AUTHENTICATION : u32 = 22 ; pub const SO_SECURITY_ENCRYPTION_TRANSPORT : u32 = 23 ; pub const SO_SECURITY_ENCRYPTION_NETWORK : u32 = 24 ; pub const SO_BINDTODEVICE : u32 = 25 ; pub const SO_ATTACH_FILTER : u32 = 26 ; pub const SO_DETACH_FILTER : u32 = 27 ; pub const SO_GET_FILTER : u32 = 26 ; pub const SO_PEERNAME : u32 = 28 ; pub const SO_ACCEPTCONN : u32 = 30 ; pub const SO_PEERSEC : u32 = 31 ; pub const SO_PASSSEC : u32 = 34 ; pub const SO_MARK : u32 = 36 ; pub const SO_PROTOCOL : u32 = 38 ; pub const SO_DOMAIN : u32 = 39 ; pub const SO_RXQ_OVFL : u32 = 40 ; pub const SO_WIFI_STATUS : u32 = 41 ; pub const SCM_WIFI_STATUS : u32 = 41 ; pub const SO_PEEK_OFF : u32 = 42 ; pub const SO_NOFCS : u32 = 43 ; pub const SO_LOCK_FILTER : u32 = 44 ; pub const SO_SELECT_ERR_QUEUE : u32 = 45 ; pub const SO_BUSY_POLL : u32 = 46 ; pub const SO_MAX_PACING_RATE : u32 = 47 ; pub const SO_BPF_EXTENSIONS : u32 = 48 ; pub const SO_INCOMING_CPU : u32 = 49 ; pub const SO_ATTACH_BPF : u32 = 50 ; pub const SO_DETACH_BPF : u32 = 27 ; pub const SO_ATTACH_REUSEPORT_CBPF : u32 = 51 ; pub const SO_ATTACH_REUSEPORT_EBPF : u32 = 52 ; pub const SO_CNX_ADVICE : u32 = 53 ; pub const SCM_TIMESTAMPING_OPT_STATS : u32 = 54 ; pub const SO_MEMINFO : u32 = 55 ; pub const SO_INCOMING_NAPI_ID : u32 = 56 ; pub const SO_COOKIE : u32 = 57 ; pub const SCM_TIMESTAMPING_PKTINFO : u32 = 58 ; pub const SO_PEERGROUPS : u32 = 59 ; pub const SO_ZEROCOPY : u32 = 60 ; pub const SO_TXTIME : u32 = 61 ; pub const SCM_TXTIME : u32 = 61 ; pub const SO_BINDTOIFINDEX : u32 = 62 ; pub const SO_TIMESTAMP_OLD : u32 = 29 ; pub const SO_TIMESTAMPNS_OLD : u32 = 35 ; pub const SO_TIMESTAMPING_OLD : u32 = 37 ; pub const SO_TIMESTAMP_NEW : u32 = 63 ; pub const SO_TIMESTAMPNS_NEW : u32 = 64 ; pub const SO_TIMESTAMPING_NEW : u32 = 65 ; pub const SO_RCVTIMEO_NEW : u32 = 66 ; pub const SO_SNDTIMEO_NEW : u32 = 67 ; pub const SO_DETACH_REUSEPORT_BPF : u32 = 68 ; pub const SO_PREFER_BUSY_POLL : u32 = 69 ; pub const SO_BUSY_POLL_BUDGET : u32 = 70 ; pub const SO_NETNS_COOKIE : u32 = 71 ; pub const SO_BUF_LOCK : u32 = 72 ; pub const SO_RESERVE_MEM : u32 = 73 ; pub const SO_TXREHASH : u32 = 74 ; pub const SO_RCVMARK : u32 = 75 ; pub const SO_PASSPIDFD : u32 = 76 ; pub const SO_PEERPIDFD : u32 = 77 ; pub const SO_DEVMEM_LINEAR : u32 = 78 ; pub const SCM_DEVMEM_LINEAR : u32 = 78 ; pub const SO_DEVMEM_DMABUF : u32 = 79 ; pub const SCM_DEVMEM_DMABUF : u32 = 79 ; pub const SO_DEVMEM_DONTNEED : u32 = 80 ; pub const SCM_TS_OPT_ID : u32 = 81 ; pub const SO_RCVPRIORITY : u32 = 82 ; pub const SO_PASSRIGHTS : u32 = 83 ; pub const SO_INQ : u32 = 84 ; pub const SCM_INQ : u32 = 84 ; pub const SO_TIMESTAMP : u32 = 29 ; pub const SO_TIMESTAMPNS : u32 = 35 ; pub const SO_TIMESTAMPING : u32 = 37 ; pub const SO_RCVTIMEO : u32 = 20 ; pub const SO_SNDTIMEO : u32 = 21 ; pub const SCM_TIMESTAMP : u32 = 29 ; pub const SCM_TIMESTAMPNS : u32 = 35 ; pub const SCM_TIMESTAMPING : u32 = 37 ; pub const __osockaddr_defined : u32 = 1 ; pub const _NETINET_IN_H : u32 = 1 ; pub const __USE_KERNEL_IPV6_DEFS : u32 = 0 ; pub const IP_OPTIONS : u32 = 4 ; pub const IP_HDRINCL : u32 = 3 ; pub const IP_TOS : u32 = 1 ; pub const IP_TTL : u32 = 2 ; pub const IP_RECVOPTS : u32 = 6 ; pub const IP_RETOPTS : u32 = 7 ; pub const IP_MULTICAST_IF : u32 = 32 ; pub const IP_MULTICAST_TTL : u32 = 33 ; pub const IP_MULTICAST_LOOP : u32 = 34 ; pub const IP_ADD_MEMBERSHIP : u32 = 35 ; pub const IP_DROP_MEMBERSHIP : u32 = 36 ; pub const IP_UNBLOCK_SOURCE : u32 = 37 ; pub const IP_BLOCK_SOURCE : u32 = 38 ; pub const IP_ADD_SOURCE_MEMBERSHIP : u32 = 39 ; pub const IP_DROP_SOURCE_MEMBERSHIP : u32 = 40 ; pub const IP_MSFILTER : u32 = 41 ; pub const MCAST_JOIN_GROUP : u32 = 42 ; pub const MCAST_BLOCK_SOURCE : u32 = 43 ; pub const MCAST_UNBLOCK_SOURCE : u32 = 44 ; pub const MCAST_LEAVE_GROUP : u32 = 45 ; pub const MCAST_JOIN_SOURCE_GROUP : u32 = 46 ; pub const MCAST_LEAVE_SOURCE_GROUP : u32 = 47 ; pub const MCAST_MSFILTER : u32 = 48 ; pub const IP_MULTICAST_ALL : u32 = 49 ; pub const IP_UNICAST_IF : u32 = 50 ; pub const MCAST_EXCLUDE : u32 = 0 ; pub const MCAST_INCLUDE : u32 = 1 ; pub const IP_ROUTER_ALERT : u32 = 5 ; pub const IP_PKTINFO : u32 = 8 ; pub const IP_PKTOPTIONS : u32 = 9 ; pub const IP_PMTUDISC : u32 = 10 ; pub const IP_MTU_DISCOVER : u32 = 10 ; pub const IP_RECVERR : u32 = 11 ; pub const IP_RECVTTL : u32 = 12 ; pub const IP_RECVTOS : u32 = 13 ; pub const IP_MTU : u32 = 14 ; pub const IP_FREEBIND : u32 = 15 ; pub const IP_IPSEC_POLICY : u32 = 16 ; pub const IP_XFRM_POLICY : u32 = 17 ; pub const IP_PASSSEC : u32 = 18 ; pub const IP_TRANSPARENT : u32 = 19 ; pub const IP_ORIGDSTADDR : u32 = 20 ; pub const IP_RECVORIGDSTADDR : u32 = 20 ; pub const IP_MINTTL : u32 = 21 ; pub const IP_NODEFRAG : u32 = 22 ; pub const IP_CHECKSUM : u32 = 23 ; pub const IP_BIND_ADDRESS_NO_PORT : u32 = 24 ; pub const IP_RECVFRAGSIZE : u32 = 25 ; pub const IP_RECVERR_RFC4884 : u32 = 26 ; pub const IP_PMTUDISC_DONT : u32 = 0 ; pub const IP_PMTUDISC_WANT : u32 = 1 ; pub const IP_PMTUDISC_DO : u32 = 2 ; pub const IP_PMTUDISC_PROBE : u32 = 3 ; pub const IP_PMTUDISC_INTERFACE : u32 = 4 ; pub const IP_PMTUDISC_OMIT : u32 = 5 ; pub const IP_LOCAL_PORT_RANGE : u32 = 51 ; pub const IP_PROTOCOL : u32 = 52 ; pub const SOL_IP : u32 = 0 ; pub const IP_DEFAULT_MULTICAST_TTL : u32 = 1 ; pub const IP_DEFAULT_MULTICAST_LOOP : u32 = 1 ; pub const IP_MAX_MEMBERSHIPS : u32 = 20 ; pub const IPV6_ADDRFORM : u32 = 1 ; pub const IPV6_2292PKTINFO : u32 = 2 ; pub const IPV6_2292HOPOPTS : u32 = 3 ; pub const IPV6_2292DSTOPTS : u32 = 4 ; pub const IPV6_2292RTHDR : u32 = 5 ; pub const IPV6_2292PKTOPTIONS : u32 = 6 ; pub const IPV6_CHECKSUM : u32 = 7 ; pub const IPV6_2292HOPLIMIT : u32 = 8 ; pub const IPV6_NEXTHOP : u32 = 9 ; pub const IPV6_AUTHHDR : u32 = 10 ; pub const IPV6_UNICAST_HOPS : u32 = 16 ; pub const IPV6_MULTICAST_IF : u32 = 17 ; pub const IPV6_MULTICAST_HOPS : u32 = 18 ; pub const IPV6_MULTICAST_LOOP : u32 = 19 ; pub const IPV6_JOIN_GROUP : u32 = 20 ; pub const IPV6_LEAVE_GROUP : u32 = 21 ; pub const IPV6_ROUTER_ALERT : u32 = 22 ; pub const IPV6_MTU_DISCOVER : u32 = 23 ; pub const IPV6_MTU : u32 = 24 ; pub const IPV6_RECVERR : u32 = 25 ; pub const IPV6_V6ONLY : u32 = 26 ; pub const IPV6_JOIN_ANYCAST : u32 = 27 ; pub const IPV6_LEAVE_ANYCAST : u32 = 28 ; pub const IPV6_MULTICAST_ALL : u32 = 29 ; pub const IPV6_ROUTER_ALERT_ISOLATE : u32 = 30 ; pub const IPV6_RECVERR_RFC4884 : u32 = 31 ; pub const IPV6_IPSEC_POLICY : u32 = 34 ; pub const IPV6_XFRM_POLICY : u32 = 35 ; pub const IPV6_HDRINCL : u32 = 36 ; pub const IPV6_RECVPKTINFO : u32 = 49 ; pub const IPV6_PKTINFO : u32 = 50 ; pub const IPV6_RECVHOPLIMIT : u32 = 51 ; pub const IPV6_HOPLIMIT : u32 = 52 ; pub const IPV6_RECVHOPOPTS : u32 = 53 ; pub const IPV6_HOPOPTS : u32 = 54 ; pub const IPV6_RTHDRDSTOPTS : u32 = 55 ; pub const IPV6_RECVRTHDR : u32 = 56 ; pub const IPV6_RTHDR : u32 = 57 ; pub const IPV6_RECVDSTOPTS : u32 = 58 ; pub const IPV6_DSTOPTS : u32 = 59 ; pub const IPV6_RECVPATHMTU : u32 = 60 ; pub const IPV6_PATHMTU : u32 = 61 ; pub const IPV6_DONTFRAG : u32 = 62 ; pub const IPV6_RECVTCLASS : u32 = 66 ; pub const IPV6_TCLASS : u32 = 67 ; pub const IPV6_AUTOFLOWLABEL : u32 = 70 ; pub const IPV6_ADDR_PREFERENCES : u32 = 72 ; pub const IPV6_MINHOPCOUNT : u32 = 73 ; pub const IPV6_ORIGDSTADDR : u32 = 74 ; pub const IPV6_RECVORIGDSTADDR : u32 = 74 ; pub const IPV6_TRANSPARENT : u32 = 75 ; pub const IPV6_UNICAST_IF : u32 = 76 ; pub const IPV6_RECVFRAGSIZE : u32 = 77 ; pub const IPV6_FREEBIND : u32 = 78 ; pub const IPV6_ADD_MEMBERSHIP : u32 = 20 ; pub const IPV6_DROP_MEMBERSHIP : u32 = 21 ; pub const IPV6_RXHOPOPTS : u32 = 54 ; pub const IPV6_RXDSTOPTS : u32 = 59 ; pub const IPV6_PMTUDISC_DONT : u32 = 0 ; pub const IPV6_PMTUDISC_WANT : u32 = 1 ; pub const IPV6_PMTUDISC_DO : u32 = 2 ; pub const IPV6_PMTUDISC_PROBE : u32 = 3 ; pub const IPV6_PMTUDISC_INTERFACE : u32 = 4 ; pub const IPV6_PMTUDISC_OMIT : u32 = 5 ; pub const SOL_IPV6 : u32 = 41 ; pub const SOL_ICMPV6 : u32 = 58 ; pub const IPV6_RTHDR_LOOSE : u32 = 0 ; pub const IPV6_RTHDR_STRICT : u32 = 1 ; pub const IPV6_RTHDR_TYPE_0 : u32 = 0 ; pub const IN_CLASSA_NET : u32 = 4278190080 ; pub const IN_CLASSA_NSHIFT : u32 = 24 ; pub const IN_CLASSA_HOST : u32 = 16777215 ; pub const IN_CLASSA_MAX : u32 = 128 ; pub const IN_CLASSB_NET : u32 = 4294901760 ; pub const IN_CLASSB_NSHIFT : u32 = 16 ; pub const IN_CLASSB_HOST : u32 = 65535 ; pub const IN_CLASSB_MAX : u32 = 65536 ; pub const IN_CLASSC_NET : u32 = 4294967040 ; pub const IN_CLASSC_NSHIFT : u32 = 8 ; pub const IN_CLASSC_HOST : u32 = 255 ; pub const IN_LOOPBACKNET : u32 = 127 ; pub const INET_ADDRSTRLEN : u32 = 16 ; pub const INET6_ADDRSTRLEN : u32 = 46 ; pub const _NETINET_TCP_H : u32 = 1 ; pub const TCP_NODELAY : u32 = 1 ; pub const TCP_MAXSEG : u32 = 2 ; pub const TCP_CORK : u32 = 3 ; pub const TCP_KEEPIDLE : u32 = 4 ; pub const TCP_KEEPINTVL : u32 = 5 ; pub const TCP_KEEPCNT : u32 = 6 ; pub const TCP_SYNCNT : u32 = 7 ; pub const TCP_LINGER2 : u32 = 8 ; pub const TCP_DEFER_ACCEPT : u32 = 9 ; pub const TCP_WINDOW_CLAMP : u32 = 10 ; pub const TCP_INFO : u32 = 11 ; pub const TCP_QUICKACK : u32 = 12 ; pub const TCP_CONGESTION : u32 = 13 ; pub const TCP_MD5SIG : u32 = 14 ; pub const TCP_COOKIE_TRANSACTIONS : u32 = 15 ; pub const TCP_THIN_LINEAR_TIMEOUTS : u32 = 16 ; pub const TCP_THIN_DUPACK : u32 = 17 ; pub const TCP_USER_TIMEOUT : u32 = 18 ; pub const TCP_REPAIR : u32 = 19 ; pub const TCP_REPAIR_QUEUE : u32 = 20 ; pub const TCP_QUEUE_SEQ : u32 = 21 ; pub const TCP_REPAIR_OPTIONS : u32 = 22 ; pub const TCP_FASTOPEN : u32 = 23 ; pub const TCP_TIMESTAMP : u32 = 24 ; pub const TCP_NOTSENT_LOWAT : u32 = 25 ; pub const TCP_CC_INFO : u32 = 26 ; pub const TCP_SAVE_SYN : u32 = 27 ; pub const TCP_SAVED_SYN : u32 = 28 ; pub const TCP_REPAIR_WINDOW : u32 = 29 ; pub const TCP_FASTOPEN_CONNECT : u32 = 30 ; pub const TCP_ULP : u32 = 31 ; pub const TCP_MD5SIG_EXT : u32 = 32 ; pub const TCP_FASTOPEN_KEY : u32 = 33 ; pub const TCP_FASTOPEN_NO_COOKIE : u32 = 34 ; pub const TCP_ZEROCOPY_RECEIVE : u32 = 35 ; pub const TCP_INQ : u32 = 36 ; pub const TCP_CM_INQ : u32 = 36 ; pub const TCP_TX_DELAY : u32 = 37 ; pub const TCP_REPAIR_ON : u32 = 1 ; pub const TCP_REPAIR_OFF : u32 = 0 ; pub const TCP_REPAIR_OFF_NO_WP : i32 = - 1 ; pub const TH_FIN : u32 = 1 ; pub const TH_SYN : u32 = 2 ; pub const TH_RST : u32 = 4 ; pub const TH_PUSH : u32 = 8 ; pub const TH_ACK : u32 = 16 ; pub const TH_URG : u32 = 32 ; pub const TCPOPT_EOL : u32 = 0 ; pub const TCPOPT_NOP : u32 = 1 ; pub const TCPOPT_MAXSEG : u32 = 2 ; pub const TCPOLEN_MAXSEG : u32 = 4 ; pub const TCPOPT_WINDOW : u32 = 3 ; pub const TCPOLEN_WINDOW : u32 = 3 ; pub const TCPOPT_SACK_PERMITTED : u32 = 4 ; pub const TCPOLEN_SACK_PERMITTED : u32 = 2 ; pub const TCPOPT_SACK : u32 = 5 ; pub const TCPOPT_TIMESTAMP : u32 = 8 ; pub const TCPOLEN_TIMESTAMP : u32 = 10 ; pub const TCPOLEN_TSTAMP_APPA : u32 = 12 ; pub const TCPOPT_TSTAMP_HDR : u32 = 16844810 ; pub const TCP_MSS : u32 = 512 ; pub const TCP_MAXWIN : u32 = 65535 ; pub const TCP_MAX_WINSHIFT : u32 = 14 ; pub const SOL_TCP : u32 = 6 ; pub const TCPI_OPT_TIMESTAMPS : u32 = 1 ; pub const TCPI_OPT_SACK : u32 = 2 ; pub const TCPI_OPT_WSCALE : u32 = 4 ; pub const TCPI_OPT_ECN : u32 = 8 ; pub const TCPI_OPT_ECN_SEEN : u32 = 16 ; pub const TCPI_OPT_SYN_DATA : u32 = 32 ; pub const TCPI_OPT_USEC_TS : u32 = 64 ; pub const TCPI_OPT_TFO_CHILD : u32 = 128 ; pub const TCP_MD5SIG_MAXKEYLEN : u32 = 80 ; pub const TCP_MD5SIG_FLAG_PREFIX : u32 = 1 ; pub const TCP_MD5SIG_FLAG_IFINDEX : u32 = 2 ; pub const TCP_AO_MAXKEYLEN : u32 = 80 ; pub const TCP_AO_KEYF_IFINDEX : u32 = 1 ; pub const TCP_AO_KEYF_EXCLUDE_OPT : u32 = 2 ; pub const TCP_COOKIE_MIN : u32 = 8 ; pub const TCP_COOKIE_MAX : u32 = 16 ; pub const TCP_COOKIE_PAIR_SIZE : u32 = 32 ; pub const TCP_COOKIE_IN_ALWAYS : u32 = 1 ; pub const TCP_COOKIE_OUT_NEVER : u32 = 2 ; pub const TCP_S_DATA_IN : u32 = 4 ; pub const TCP_S_DATA_OUT : u32 = 8 ; pub const TCP_MSS_DEFAULT : u32 = 536 ; pub const TCP_MSS_DESIRED : u32 = 1220 ; pub const _ARPA_INET_H : u32 = 1 ; pub const _NETDB_H : u32 = 1 ; pub const _RPC_NETDB_H : u32 = 1 ; pub const _PATH_HEQUIV : & [u8 ; 17] = b"/etc/hosts.equiv\0" ; pub const _PATH_HOSTS : & [u8 ; 11] = b"/etc/hosts\0" ; pub const _PATH_NETWORKS : & [u8 ; 14] = b"/etc/networks\0" ; pub const _PATH_NSSWITCH_CONF : & [u8 ; 19] = b"/etc/nsswitch.conf\0" ; pub const _PATH_PROTOCOLS : & [u8 ; 15] = b"/etc/protocols\0" ; pub const _PATH_SERVICES : & [u8 ; 14] = b"/etc/services\0" ; pub const HOST_NOT_FOUND : u32 = 1 ; pub const TRY_AGAIN : u32 = 2 ; pub const NO_RECOVERY : u32 = 3 ; pub const NO_DATA : u32 = 4 ; pub const NETDB_INTERNAL : i32 = - 1 ; pub const NETDB_SUCCESS : u32 = 0 ; pub const NO_ADDRESS : u32 = 4 ; pub const IPPORT_RESERVED : u32 = 1024 ; pub const AI_PASSIVE : u32 = 1 ; pub const AI_CANONNAME : u32 = 2 ; pub const AI_NUMERICHOST : u32 = 4 ; pub const AI_V4MAPPED : u32 = 8 ; pub const AI_ALL : u32 = 16 ; pub const AI_ADDRCONFIG : u32 = 32 ; pub const AI_NUMERICSERV : u32 = 1024 ; pub const EAI_BADFLAGS : i32 = - 1 ; pub const EAI_NONAME : i32 = - 2 ; pub const EAI_AGAIN : i32 = - 3 ; pub const EAI_FAIL : i32 = - 4 ; pub const EAI_FAMILY : i32 = - 6 ; pub const EAI_SOCKTYPE : i32 = - 7 ; pub const EAI_SERVICE : i32 = - 8 ; pub const EAI_MEMORY : i32 = - 10 ; pub const EAI_SYSTEM : i32 = - 11 ; pub const EAI_OVERFLOW : i32 = - 12 ; pub const NI_MAXHOST : u32 = 1025 ; pub const NI_MAXSERV : u32 = 32 ; pub const NI_NUMERICHOST : u32 = 1 ; pub const NI_NUMERICSERV : u32 = 2 ; pub const NI_NOFQDN : u32 = 4 ; pub const NI_NAMEREQD : u32 = 8 ; pub const NI_DGRAM : u32 = 16 ; pub const _TERMIOS_H : u32 = 1 ; pub const NCCS : u32 = 32 ; pub const _HAVE_STRUCT_TERMIOS_C_ISPEED : u32 = 1 ; pub const _HAVE_STRUCT_TERMIOS_C_OSPEED : u32 = 1 ; pub const VINTR : u32 = 0 ; pub const VQUIT : u32 = 1 ; pub const VERASE : u32 = 2 ; pub const VKILL : u32 = 3 ; pub const VEOF : u32 = 4 ; pub const VTIME : u32 = 5 ; pub const VMIN : u32 = 6 ; pub const VSWTC : u32 = 7 ; pub const VSTART : u32 = 8 ; pub const VSTOP : u32 = 9 ; pub const VSUSP : u32 = 10 ; pub const VEOL : u32 = 11 ; pub const VREPRINT : u32 = 12 ; pub const VDISCARD : u32 = 13 ; pub const VWERASE : u32 = 14 ; pub const VLNEXT : u32 = 15 ; pub const VEOL2 : u32 = 16 ; pub const IGNBRK : u32 = 1 ; pub const BRKINT : u32 = 2 ; pub const IGNPAR : u32 = 4 ; pub const PARMRK : u32 = 8 ; pub const INPCK : u32 = 16 ; pub const ISTRIP : u32 = 32 ; pub const INLCR : u32 = 64 ; pub const IGNCR : u32 = 128 ; pub const ICRNL : u32 = 256 ; pub const IUCLC : u32 = 512 ; pub const IXON : u32 = 1024 ; pub const IXANY : u32 = 2048 ; pub const IXOFF : u32 = 4096 ; pub const IMAXBEL : u32 = 8192 ; pub const IUTF8 : u32 = 16384 ; pub const OPOST : u32 = 1 ; pub const OLCUC : u32 = 2 ; pub const ONLCR : u32 = 4 ; pub const OCRNL : u32 = 8 ; pub const ONOCR : u32 = 16 ; pub const ONLRET : u32 = 32 ; pub const OFILL : u32 = 64 ; pub const OFDEL : u32 = 128 ; pub const NLDLY : u32 = 256 ; pub const NL0 : u32 = 0 ; pub const NL1 : u32 = 256 ; pub const CRDLY : u32 = 1536 ; pub const CR0 : u32 = 0 ; pub const CR1 : u32 = 512 ; pub const CR2 : u32 = 1024 ; pub const CR3 : u32 = 1536 ; pub const TABDLY : u32 = 6144 ; pub const TAB0 : u32 = 0 ; pub const TAB1 : u32 = 2048 ; pub const TAB2 : u32 = 4096 ; pub const TAB3 : u32 = 6144 ; pub const BSDLY : u32 = 8192 ; pub const BS0 : u32 = 0 ; pub const BS1 : u32 = 8192 ; pub const FFDLY : u32 = 32768 ; pub const FF0 : u32 = 0 ; pub const FF1 : u32 = 32768 ; pub const VTDLY : u32 = 16384 ; pub const VT0 : u32 = 0 ; pub const VT1 : u32 = 16384 ; pub const XTABS : u32 = 6144 ; pub const CSIZE : u32 = 48 ; pub const CS5 : u32 = 0 ; pub const CS6 : u32 = 16 ; pub const CS7 : u32 = 32 ; pub const CS8 : u32 = 48 ; pub const CSTOPB : u32 = 64 ; pub const CREAD : u32 = 128 ; pub const PARENB : u32 = 256 ; pub const PARODD : u32 = 512 ; pub const HUPCL : u32 = 1024 ; pub const CLOCAL : u32 = 2048 ; pub const ADDRB : u32 = 536870912 ; pub const CMSPAR : u32 = 1073741824 ; pub const CRTSCTS : u32 = 2147483648 ; pub const __B0 : u32 = 0 ; pub const __B50 : u32 = 1 ; pub const __B75 : u32 = 2 ; pub const __B110 : u32 = 3 ; pub const __B134 : u32 = 4 ; pub const __B150 : u32 = 5 ; pub const __B200 : u32 = 6 ; pub const __B300 : u32 = 7 ; pub const __B600 : u32 = 8 ; pub const __B1200 : u32 = 9 ; pub const __B1800 : u32 = 10 ; pub const __B2400 : u32 = 11 ; pub const __B4800 : u32 = 12 ; pub const __B9600 : u32 = 13 ; pub const __B19200 : u32 = 14 ; pub const __B38400 : u32 = 15 ; pub const CBAUD : u32 = 4111 ; pub const CBAUDEX : u32 = 4096 ; pub const CIBAUD : u32 = 269418496 ; pub const IBSHIFT : u32 = 16 ; pub const __BOTHER : u32 = 4096 ; pub const __B57600 : u32 = 4097 ; pub const __B115200 : u32 = 4098 ; pub const __B230400 : u32 = 4099 ; pub const __B460800 : u32 = 4100 ; pub const __B500000 : u32 = 4101 ; pub const __B576000 : u32 = 4102 ; pub const __B921600 : u32 = 4103 ; pub const __B1000000 : u32 = 4104 ; pub const __B1152000 : u32 = 4105 ; pub const __B1500000 : u32 = 4106 ; pub const __B2000000 : u32 = 4107 ; pub const __B2500000 : u32 = 4108 ; pub const __B3000000 : u32 = 4109 ; pub const __B3500000 : u32 = 4110 ; pub const __B4000000 : u32 = 4111 ; pub const __EXTA : u32 = 14 ; pub const __EXTB : u32 = 15 ; pub const BOTHER : u32 = 4096 ; pub const ISIG : u32 = 1 ; pub const ICANON : u32 = 2 ; pub const XCASE : u32 = 4 ; pub const ECHO : u32 = 8 ; pub const ECHOE : u32 = 16 ; pub const ECHOK : u32 = 32 ; pub const ECHONL : u32 = 64 ; pub const NOFLSH : u32 = 128 ; pub const TOSTOP : u32 = 256 ; pub const ECHOCTL : u32 = 512 ; pub const ECHOPRT : u32 = 1024 ; pub const ECHOKE : u32 = 2048 ; pub const FLUSHO : u32 = 4096 ; pub const PENDIN : u32 = 16384 ; pub const IEXTEN : u32 = 32768 ; pub const EXTPROC : u32 = 65536 ; pub const TIOCSER_TEMT : u32 = 1 ; pub const TCOOFF : u32 = 0 ; pub const TCOON : u32 = 1 ; pub const TCIOFF : u32 = 2 ; pub const TCION : u32 = 3 ; pub const TCIFLUSH : u32 = 0 ; pub const TCOFLUSH : u32 = 1 ; pub const TCIOFLUSH : u32 = 2 ; pub const TCSANOW : u32 = 0 ; pub const TCSADRAIN : u32 = 1 ; pub const TCSAFLUSH : u32 = 2 ; pub const B0 : u32 = 0 ; pub const B50 : u32 = 50 ; pub const B75 : u32 = 75 ; pub const B110 : u32 = 110 ; pub const B134 : u32 = 134 ; pub const B150 : u32 = 150 ; pub const B200 : u32 = 200 ; pub const B300 : u32 = 300 ; pub const B600 : u32 = 600 ; pub const B1200 : u32 = 1200 ; pub const B1800 : u32 = 1800 ; pub const B2400 : u32 = 2400 ; pub const B4800 : u32 = 4800 ; pub const B9600 : u32 = 9600 ; pub const B19200 : u32 = 19200 ; pub const B38400 : u32 = 38400 ; pub const EXTA : u32 = 19200 ; pub const EXTB : u32 = 38400 ; pub const B7200 : u32 = 7200 ; pub const B14400 : u32 = 14400 ; pub const B28800 : u32 = 28800 ; pub const B33600 : u32 = 33600 ; pub const B57600 : u32 = 57600 ; pub const B76800 : u32 = 76800 ; pub const B115200 : u32 = 115200 ; pub const B153600 : u32 = 153600 ; pub const B230400 : u32 = 230400 ; pub const B307200 : u32 = 307200 ; pub const B460800 : u32 = 460800 ; pub const B500000 : u32 = 500000 ; pub const B576000 : u32 = 576000 ; pub const B614400 : u32 = 614400 ; pub const B921600 : u32 = 921600 ; pub const B1000000 : u32 = 1000000 ; pub const B1152000 : u32 = 1152000 ; pub const B1500000 : u32 = 1500000 ; pub const B2000000 : u32 = 2000000 ; pub const B2500000 : u32 = 2500000 ; pub const B3000000 : u32 = 3000000 ; pub const B3500000 : u32 = 3500000 ; pub const B4000000 : u32 = 4000000 ; pub const B5000000 : u32 = 5000000 ; pub const B10000000 : u32 = 10000000 ; pub const __MAX_BAUD : u32 = 4294967295 ; pub const TTYDEF_IFLAG : u32 = 11554 ; pub const TTYDEF_OFLAG : u32 = 6149 ; pub const TTYDEF_LFLAG : u32 = 35355 ; pub const TTYDEF_CFLAG : u32 = 1440 ; pub const TTYDEF_SPEED : u32 = 9600 ; pub const CEOL : u8 = 0u8 ; pub const CERASE : u32 = 127 ; pub const CSTATUS : u8 = 0u8 ; pub const CMIN : u32 = 1 ; pub const CQUIT : u32 = 28 ; pub const CTIME : u32 = 0 ; pub const CBRK : u8 = 0u8 ; pub const _PWD_H : u32 = 1 ; pub const NSS_BUFLEN_PASSWD : u32 = 1024 ; pub const _SEMAPHORE_H : u32 = 1 ; pub const __SIZEOF_SEM_T : u32 = 32 ; pub const _SYS_PARAM_H : u32 = 1 ; pub const _LIBC_LIMITS_H_ : u32 = 1 ; pub const MB_LEN_MAX : u32 = 16 ; pub const _BITS_POSIX2_LIM_H : u32 = 1 ; pub const _POSIX2_BC_BASE_MAX : u32 = 99 ; pub const _POSIX2_BC_DIM_MAX : u32 = 2048 ; pub const _POSIX2_BC_SCALE_MAX : u32 = 99 ; pub const _POSIX2_BC_STRING_MAX : u32 = 1000 ; pub const _POSIX2_COLL_WEIGHTS_MAX : u32 = 2 ; pub const _POSIX2_EXPR_NEST_MAX : u32 = 32 ; pub const _POSIX2_LINE_MAX : u32 = 2048 ; pub const _POSIX2_RE_DUP_MAX : u32 = 255 ; pub const _POSIX2_CHARCLASS_NAME_MAX : u32 = 14 ; pub const BC_BASE_MAX : u32 = 99 ; pub const BC_DIM_MAX : u32 = 2048 ; pub const BC_SCALE_MAX : u32 = 99 ; pub const BC_STRING_MAX : u32 = 1000 ; pub const COLL_WEIGHTS_MAX : u32 = 255 ; pub const EXPR_NEST_MAX : u32 = 32 ; pub const LINE_MAX : u32 = 2048 ; pub const CHARCLASS_NAME_MAX : u32 = 2048 ; pub const RE_DUP_MAX : u32 = 32767 ; pub const _BITS_SIGNUM_GENERIC_H : u32 = 1 ; pub const SIGINT : u32 = 2 ; pub const SIGILL : u32 = 4 ; pub const SIGABRT : u32 = 6 ; pub const SIGFPE : u32 = 8 ; pub const SIGSEGV : u32 = 11 ; pub const SIGTERM : u32 = 15 ; pub const SIGHUP : u32 = 1 ; pub const SIGQUIT : u32 = 3 ; pub const SIGTRAP : u32 = 5 ; pub const SIGKILL : u32 = 9 ; pub const SIGPIPE : u32 = 13 ; pub const SIGALRM : u32 = 14 ; pub const SIGIOT : u32 = 6 ; pub const _BITS_SIGNUM_ARCH_H : u32 = 1 ; pub const SIGSTKFLT : u32 = 16 ; pub const SIGPWR : u32 = 30 ; pub const SIGBUS : u32 = 7 ; pub const SIGSYS : u32 = 31 ; pub const SIGURG : u32 = 23 ; pub const SIGSTOP : u32 = 19 ; pub const SIGTSTP : u32 = 20 ; pub const SIGCONT : u32 = 18 ; pub const SIGCHLD : u32 = 17 ; pub const SIGTTIN : u32 = 21 ; pub const SIGTTOU : u32 = 22 ; pub const SIGPOLL : u32 = 29 ; pub const SIGXFSZ : u32 = 25 ; pub const SIGXCPU : u32 = 24 ; pub const SIGVTALRM : u32 = 26 ; pub const SIGPROF : u32 = 27 ; pub const SIGUSR1 : u32 = 10 ; pub const SIGUSR2 : u32 = 12 ; pub const SIGWINCH : u32 = 28 ; pub const SIGIO : u32 = 29 ; pub const SIGCLD : u32 = 17 ; pub const __SIGRTMIN : u32 = 32 ; pub const __SIGRTMAX : u32 = 64 ; pub const _NSIG : u32 = 65 ; pub const __sig_atomic_t_defined : u32 = 1 ; pub const __siginfo_t_defined : u32 = 1 ; pub const __SI_MAX_SIZE : u32 = 128 ; pub const _BITS_SIGINFO_ARCH_H : u32 = 1 ; pub const __SI_ERRNO_THEN_CODE : u32 = 1 ; pub const __SI_HAVE_SIGSYS : u32 = 1 ; pub const _BITS_SIGINFO_CONSTS_H : u32 = 1 ; pub const __SI_ASYNCIO_AFTER_SIGIO : u32 = 1 ; pub const __sigevent_t_defined : u32 = 1 ; pub const __SIGEV_MAX_SIZE : u32 = 64 ; pub const _BITS_SIGEVENT_CONSTS_H : u32 = 1 ; pub const NSIG : u32 = 65 ; pub const _BITS_SIGACTION_H : u32 = 1 ; pub const SA_NOCLDSTOP : u32 = 1 ; pub const SA_NOCLDWAIT : u32 = 2 ; pub const SA_SIGINFO : u32 = 4 ; pub const SA_ONSTACK : u32 = 134217728 ; pub const SA_RESTART : u32 = 268435456 ; pub const SA_NODEFER : u32 = 1073741824 ; pub const SA_RESETHAND : u32 = 2147483648 ; pub const SA_INTERRUPT : u32 = 536870912 ; pub const SA_NOMASK : u32 = 1073741824 ; pub const SA_ONESHOT : u32 = 2147483648 ; pub const SA_STACK : u32 = 134217728 ; pub const SIG_BLOCK : u32 = 0 ; pub const SIG_UNBLOCK : u32 = 1 ; pub const SIG_SETMASK : u32 = 2 ; pub const _BITS_SIGCONTEXT_H : u32 = 1 ; pub const FP_XSTATE_MAGIC1 : u32 = 1179670611 ; pub const FP_XSTATE_MAGIC2 : u32 = 1179670597 ; pub const __stack_t_defined : u32 = 1 ; pub const _SYS_UCONTEXT_H : u32 = 1 ; pub const __NGREG : u32 = 23 ; pub const NGREG : u32 = 23 ; pub const _BITS_SIGSTACK_H : u32 = 1 ; pub const MINSIGSTKSZ : u32 = 2048 ; pub const SIGSTKSZ : u32 = 8192 ; pub const _BITS_SS_FLAGS_H : u32 = 1 ; pub const __sigstack_defined : u32 = 1 ; pub const _BITS_SIGTHREAD_H : u32 = 1 ; pub const __USER_HZ : u32 = 100 ; pub const HZ : u32 = 100 ; pub const EXEC_PAGESIZE : u32 = 4096 ; pub const NOGROUP : i32 = - 1 ; pub const MAXHOSTNAMELEN : u32 = 64 ; pub const MAXSYMLINKS : u32 = 20 ; pub const NOFILE : u32 = 256 ; pub const NCARGS : u32 = 131072 ; pub const NGROUPS : u32 = 65536 ; pub const CANBSIZ : u32 = 255 ; pub const MAXPATHLEN : u32 = 4096 ; pub const DEV_BSIZE : u32 = 512 ; pub const _PTHREAD_H : u32 = 1 ; pub const _SCHED_H : u32 = 1 ; pub const _BITS_SCHED_H : u32 = 1 ; pub const SCHED_OTHER : u32 = 0 ; pub const SCHED_FIFO : u32 = 1 ; pub const SCHED_RR : u32 = 2 ; pub const _BITS_TYPES_STRUCT_SCHED_PARAM : u32 = 1 ; pub const _BITS_CPU_SET_H : u32 = 1 ; pub const __CPU_SETSIZE : u32 = 1024 ; pub const _TIME_H : u32 = 1 ; pub const _BITS_TIME_H : u32 = 1 ; pub const CLOCK_REALTIME : u32 = 0 ; pub const CLOCK_MONOTONIC : u32 = 1 ; pub const CLOCK_PROCESS_CPUTIME_ID : u32 = 2 ; pub const CLOCK_THREAD_CPUTIME_ID : u32 = 3 ; pub const CLOCK_MONOTONIC_RAW : u32 = 4 ; pub const CLOCK_REALTIME_COARSE : u32 = 5 ; pub const CLOCK_MONOTONIC_COARSE : u32 = 6 ; pub const CLOCK_BOOTTIME : u32 = 7 ; pub const CLOCK_REALTIME_ALARM : u32 = 8 ; pub const CLOCK_BOOTTIME_ALARM : u32 = 9 ; pub const CLOCK_TAI : u32 = 11 ; pub const TIMER_ABSTIME : u32 = 1 ; pub const __struct_tm_defined : u32 = 1 ; pub const __itimerspec_defined : u32 = 1 ; pub const _BITS_TYPES_LOCALE_T_H : u32 = 1 ; pub const _BITS_TYPES___LOCALE_T_H : u32 = 1 ; pub const TIME_UTC : u32 = 1 ; pub const _BITS_SETJMP_H : u32 = 1 ; pub const __jmp_buf_tag_defined : u32 = 1 ; pub const PTHREAD_ONCE_INIT : u32 = 0 ; pub const PTHREAD_BARRIER_SERIAL_THREAD : i32 = - 1 ; pub const UV_ONCE_INIT : u32 = 0 ; pub const UV_FS_O_APPEND : u32 = 1024 ; pub const UV_FS_O_CREAT : u32 = 64 ; pub const UV_FS_O_DIRECT : u32 = 16384 ; pub const UV_FS_O_DIRECTORY : u32 = 65536 ; pub const UV_FS_O_DSYNC : u32 = 4096 ; pub const UV_FS_O_EXCL : u32 = 128 ; pub const UV_FS_O_EXLOCK : u32 = 0 ; pub const UV_FS_O_NOATIME : u32 = 0 ; pub const UV_FS_O_NOCTTY : u32 = 256 ; pub const UV_FS_O_NOFOLLOW : u32 = 131072 ; pub const UV_FS_O_NONBLOCK : u32 = 2048 ; pub const UV_FS_O_RDONLY : u32 = 0 ; pub const UV_FS_O_RDWR : u32 = 2 ; pub const UV_FS_O_SYMLINK : u32 = 0 ; pub const UV_FS_O_SYNC : u32 = 1052672 ; pub const UV_FS_O_TRUNC : u32 = 512 ; pub const UV_FS_O_WRONLY : u32 = 1 ; pub const UV_FS_O_FILEMAP : u32 = 0 ; pub const UV_FS_O_RANDOM : u32 = 0 ; pub const UV_FS_O_SHORT_LIVED : u32 = 0 ; pub const UV_FS_O_SEQUENTIAL : u32 = 0 ; pub const UV_FS_O_TEMPORARY : u32 = 0 ; pub const UV_PRIORITY_LOW : u32 = 19 ; pub const UV_PRIORITY_BELOW_NORMAL : u32 = 10 ; pub const UV_PRIORITY_NORMAL : u32 = 0 ; pub const UV_PRIORITY_ABOVE_NORMAL : i32 = - 7 ; pub const UV_PRIORITY_HIGH : i32 = - 14 ; pub const UV_PRIORITY_HIGHEST : i32 = - 20 ; pub const UV_MAXHOSTNAMESIZE : u32 = 65 ; pub const UV_FS_COPYFILE_EXCL : u32 = 1 ; pub const UV_FS_COPYFILE_FICLONE : u32 = 2 ; pub const UV_FS_COPYFILE_FICLONE_FORCE : u32 = 4 ; pub const UV_FS_SYMLINK_DIR : u32 = 1 ; pub const UV_FS_SYMLINK_JUNCTION : u32 = 2 ; pub const UV_IF_NAMESIZE : u32 = 17 ; unsafe extern "C" { pub fn __errno_location () -> * mut :: std :: os :: raw :: c_int ; } pub type wchar_t = :: std :: os :: raw :: c_int ; # [repr (C)] # [repr (align (16))] # [derive (Debug , Copy , Clone)] pub struct max_align_t { pub __clang_max_align_nonce1 : :: std :: os :: raw :: c_longlong , pub __bindgen_padding_0 : u64 , pub __clang_max_align_nonce2 : u128 , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of max_align_t"] [:: std :: mem :: size_of :: < max_align_t > () - 32usize] ; ["Alignment of max_align_t"] [:: std :: mem :: align_of :: < max_align_t > () - 16usize] ; ["Offset of field: max_align_t::__clang_max_align_nonce1"] [:: std :: mem :: offset_of ! (max_align_t , __clang_max_align_nonce1) - 0usize] ; ["Offset of field: max_align_t::__clang_max_align_nonce2"] [:: std :: mem :: offset_of ! (max_align_t , __clang_max_align_nonce2) - 16usize] ; } ; pub type __gnuc_va_list = __builtin_va_list ; pub type __u_char = :: std :: os :: raw :: c_uchar ; pub type __u_short = :: std :: os :: raw :: c_ushort ; pub type __u_int = :: std :: os :: raw :: c_uint ; pub type __u_long = :: std :: os :: raw :: c_ulong ; pub type __int8_t = :: std :: os :: raw :: c_schar ; pub type __uint8_t = :: std :: os :: raw :: c_uchar ; pub type __int16_t = :: std :: os :: raw :: c_short ; pub type __uint16_t = :: std :: os :: raw :: c_ushort ; pub type __int32_t = :: std :: os :: raw :: c_int ; pub type __uint32_t = :: std :: os :: raw :: c_uint ; pub type __int64_t = :: std :: os :: raw :: c_long ; pub type __uint64_t = :: std :: os :: raw :: c_ulong ; pub type __int_least8_t = __int8_t ; pub type __uint_least8_t = __uint8_t ; pub type __int_least16_t = __int16_t ; pub type __uint_least16_t = __uint16_t ; pub type __int_least32_t = __int32_t ; pub type __uint_least32_t = __uint32_t ; pub type __int_least64_t = __int64_t ; pub type __uint_least64_t = __uint64_t ; pub type __quad_t = :: std :: os :: raw :: c_long ; pub type __u_quad_t = :: std :: os :: raw :: c_ulong ; pub type __intmax_t = :: std :: os :: raw :: c_long ; pub type __uintmax_t = :: std :: os :: raw :: c_ulong ; pub type __dev_t = :: std :: os :: raw :: c_ulong ; pub type __uid_t = :: std :: os :: raw :: c_uint ; pub type __gid_t = :: std :: os :: raw :: c_uint ; pub type __ino_t = :: std :: os :: raw :: c_ulong ; pub type __ino64_t = :: std :: os :: raw :: c_ulong ; pub type __mode_t = :: std :: os :: raw :: c_uint ; pub type __nlink_t = :: std :: os :: raw :: c_ulong ; pub type __off_t = :: std :: os :: raw :: c_long ; pub type __off64_t = :: std :: os :: raw :: c_long ; pub type __pid_t = :: std :: os :: raw :: c_int ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct __fsid_t { pub __val : [:: std :: os :: raw :: c_int ; 2usize] , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of __fsid_t"] [:: std :: mem :: size_of :: < __fsid_t > () - 8usize] ; ["Alignment of __fsid_t"] [:: std :: mem :: align_of :: < __fsid_t > () - 4usize] ; ["Offset of field: __fsid_t::__val"] [:: std :: mem :: offset_of ! (__fsid_t , __val) - 0usize] ; } ; pub type __clock_t = :: std :: os :: raw :: c_long ; pub type __rlim_t = :: std :: os :: raw :: c_ulong ; pub type __rlim64_t = :: std :: os :: raw :: c_ulong ; pub type __id_t = :: std :: os :: raw :: c_uint ; pub type __time_t = :: std :: os :: raw :: c_long ; pub type __useconds_t = :: std :: os :: raw :: c_uint ; pub type __suseconds_t = :: std :: os :: raw :: c_long ; pub type __suseconds64_t = :: std :: os :: raw :: c_long ; pub type __daddr_t = :: std :: os :: raw :: c_int ; pub type __key_t = :: std :: os :: raw :: c_int ; pub type __clockid_t = :: std :: os :: raw :: c_int ; pub type __timer_t = * mut :: std :: os :: raw :: c_void ; pub type __blksize_t = :: std :: os :: raw :: c_long ; pub type __blkcnt_t = :: std :: os :: raw :: c_long ; pub type __blkcnt64_t = :: std :: os :: raw :: c_long ; pub type __fsblkcnt_t = :: std :: os :: raw :: c_ulong ; pub type __fsblkcnt64_t = :: std :: os :: raw :: c_ulong ; pub type __fsfilcnt_t = :: std :: os :: raw :: c_ulong ; pub type __fsfilcnt64_t = :: std :: os :: raw :: c_ulong ; pub type __fsword_t = :: std :: os :: raw :: c_long ; pub type __ssize_t = :: std :: os :: raw :: c_long ; pub type __syscall_slong_t = :: std :: os :: raw :: c_long ; pub type __syscall_ulong_t = :: std :: os :: raw :: c_ulong ; pub type __loff_t = __off64_t ; pub type __caddr_t = * mut :: std :: os :: raw :: c_char ; pub type __intptr_t = :: std :: os :: raw :: c_long ; pub type __socklen_t = :: std :: os :: raw :: c_uint ; pub type __sig_atomic_t = :: std :: os :: raw :: c_int ; # [repr (C)] # [derive (Copy , Clone)] pub struct __mbstate_t { pub __count : :: std :: os :: raw :: c_int , pub __value : __mbstate_t__bindgen_ty_1 , } # [repr (C)] # [derive (Copy , Clone)] pub union __mbstate_t__bindgen_ty_1 { pub __wch : :: std :: os :: raw :: c_uint , pub __wchb : [:: std :: os :: raw :: c_char ; 4usize] , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of __mbstate_t__bindgen_ty_1"] [:: std :: mem :: size_of :: < __mbstate_t__bindgen_ty_1 > () - 4usize] ; ["Alignment of __mbstate_t__bindgen_ty_1"] [:: std :: mem :: align_of :: < __mbstate_t__bindgen_ty_1 > () - 4usize] ; ["Offset of field: __mbstate_t__bindgen_ty_1::__wch"] [:: std :: mem :: offset_of ! (__mbstate_t__bindgen_ty_1 , __wch) - 0usize] ; ["Offset of field: __mbstate_t__bindgen_ty_1::__wchb"] [:: std :: mem :: offset_of ! (__mbstate_t__bindgen_ty_1 , __wchb) - 0usize] ; } ; # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of __mbstate_t"] [:: std :: mem :: size_of :: < __mbstate_t > () - 8usize] ; ["Alignment of __mbstate_t"] [:: std :: mem :: align_of :: < __mbstate_t > () - 4usize] ; ["Offset of field: __mbstate_t::__count"] [:: std :: mem :: offset_of ! (__mbstate_t , __count) - 0usize] ; ["Offset of field: __mbstate_t::__value"] [:: std :: mem :: offset_of ! (__mbstate_t , __value) - 4usize] ; } ; # [repr (C)] # [derive (Copy , Clone)] pub struct _G_fpos_t { pub __pos : __off_t , pub __state : __mbstate_t , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of _G_fpos_t"] [:: std :: mem :: size_of :: < _G_fpos_t > () - 16usize] ; ["Alignment of _G_fpos_t"] [:: std :: mem :: align_of :: < _G_fpos_t > () - 8usize] ; ["Offset of field: _G_fpos_t::__pos"] [:: std :: mem :: offset_of ! (_G_fpos_t , __pos) - 0usize] ; ["Offset of field: _G_fpos_t::__state"] [:: std :: mem :: offset_of ! (_G_fpos_t , __state) - 8usize] ; } ; pub type __fpos_t = _G_fpos_t ; # [repr (C)] # [derive (Copy , Clone)] pub struct _G_fpos64_t { pub __pos : __off64_t , pub __state : __mbstate_t , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of _G_fpos64_t"] [:: std :: mem :: size_of :: < _G_fpos64_t > () - 16usize] ; ["Alignment of _G_fpos64_t"] [:: std :: mem :: align_of :: < _G_fpos64_t > () - 8usize] ; ["Offset of field: _G_fpos64_t::__pos"] [:: std :: mem :: offset_of ! (_G_fpos64_t , __pos) - 0usize] ; ["Offset of field: _G_fpos64_t::__state"] [:: std :: mem :: offset_of ! (_G_fpos64_t , __state) - 8usize] ; } ; pub type __fpos64_t = _G_fpos64_t ; pub type __FILE = _IO_FILE ; pub type FILE = _IO_FILE ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct _IO_marker { _unused : [u8 ; 0] , } # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct _IO_codecvt { _unused : [u8 ; 0] , } # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct _IO_wide_data { _unused : [u8 ; 0] , } pub type _IO_lock_t = :: std :: os :: raw :: c_void ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct _IO_FILE { pub _flags : :: std :: os :: raw :: c_int , pub _IO_read_ptr : * mut :: std :: os :: raw :: c_char , pub _IO_read_end : * mut :: std :: os :: raw :: c_char , pub _IO_read_base : * mut :: std :: os :: raw :: c_char , pub _IO_write_base : * mut :: std :: os :: raw :: c_char , pub _IO_write_ptr : * mut :: std :: os :: raw :: c_char , pub _IO_write_end : * mut :: std :: os :: raw :: c_char , pub _IO_buf_base : * mut :: std :: os :: raw :: c_char , pub _IO_buf_end : * mut :: std :: os :: raw :: c_char , pub _IO_save_base : * mut :: std :: os :: raw :: c_char , pub _IO_backup_base : * mut :: std :: os :: raw :: c_char , pub _IO_save_end : * mut :: std :: os :: raw :: c_char , pub _markers : * mut _IO_marker , pub _chain : * mut _IO_FILE , pub _fileno : :: std :: os :: raw :: c_int , pub _bitfield_align_1 : [u32 ; 0] , pub _bitfield_1 : __BindgenBitfieldUnit < [u8 ; 3usize] > , pub _short_backupbuf : [:: std :: os :: raw :: c_char ; 1usize] , pub _old_offset : __off_t , pub _cur_column : :: std :: os :: raw :: c_ushort , pub _vtable_offset : :: std :: os :: raw :: c_schar , pub _shortbuf : [:: std :: os :: raw :: c_char ; 1usize] , pub _lock : * mut _IO_lock_t , pub _offset : __off64_t , pub _codecvt : * mut _IO_codecvt , pub _wide_data : * mut _IO_wide_data , pub _freeres_list : * mut _IO_FILE , pub _freeres_buf : * mut :: std :: os :: raw :: c_void , pub _prevchain : * mut * mut _IO_FILE , pub _mode : :: std :: os :: raw :: c_int , pub _unused3 : :: std :: os :: raw :: c_int , pub _total_written : __uint64_t , pub _unused2 : [:: std :: os :: raw :: c_char ; 8usize] , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of _IO_FILE"] [:: std :: mem :: size_of :: < _IO_FILE > () - 216usize] ; ["Alignment of _IO_FILE"] [:: std :: mem :: align_of :: < _IO_FILE > () - 8usize] ; ["Offset of field: _IO_FILE::_flags"] [:: std :: mem :: offset_of ! (_IO_FILE , _flags) - 0usize] ; ["Offset of field: _IO_FILE::_IO_read_ptr"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_read_ptr) - 8usize] ; ["Offset of field: _IO_FILE::_IO_read_end"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_read_end) - 16usize] ; ["Offset of field: _IO_FILE::_IO_read_base"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_read_base) - 24usize] ; ["Offset of field: _IO_FILE::_IO_write_base"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_write_base) - 32usize] ; ["Offset of field: _IO_FILE::_IO_write_ptr"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_write_ptr) - 40usize] ; ["Offset of field: _IO_FILE::_IO_write_end"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_write_end) - 48usize] ; ["Offset of field: _IO_FILE::_IO_buf_base"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_buf_base) - 56usize] ; ["Offset of field: _IO_FILE::_IO_buf_end"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_buf_end) - 64usize] ; ["Offset of field: _IO_FILE::_IO_save_base"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_save_base) - 72usize] ; ["Offset of field: _IO_FILE::_IO_backup_base"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_backup_base) - 80usize] ; ["Offset of field: _IO_FILE::_IO_save_end"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_save_end) - 88usize] ; ["Offset of field: _IO_FILE::_markers"] [:: std :: mem :: offset_of ! (_IO_FILE , _markers) - 96usize] ; ["Offset of field: _IO_FILE::_chain"] [:: std :: mem :: offset_of ! (_IO_FILE , _chain) - 104usize] ; ["Offset of field: _IO_FILE::_fileno"] [:: std :: mem :: offset_of ! (_IO_FILE , _fileno) - 112usize] ; ["Offset of field: _IO_FILE::_short_backupbuf"] [:: std :: mem :: offset_of ! (_IO_FILE , _short_backupbuf) - 119usize] ; ["Offset of field: _IO_FILE::_old_offset"] [:: std :: mem :: offset_of ! (_IO_FILE , _old_offset) - 120usize] ; ["Offset of field: _IO_FILE::_cur_column"] [:: std :: mem :: offset_of ! (_IO_FILE , _cur_column) - 128usize] ; ["Offset of field: _IO_FILE::_vtable_offset"] [:: std :: mem :: offset_of ! (_IO_FILE , _vtable_offset) - 130usize] ; ["Offset of field: _IO_FILE::_shortbuf"] [:: std :: mem :: offset_of ! (_IO_FILE , _shortbuf) - 131usize] ; ["Offset of field: _IO_FILE::_lock"] [:: std :: mem :: offset_of ! (_IO_FILE , _lock) - 136usize] ; ["Offset of field: _IO_FILE::_offset"] [:: std :: mem :: offset_of ! (_IO_FILE , _offset) - 144usize] ; ["Offset of field: _IO_FILE::_codecvt"] [:: std :: mem :: offset_of ! (_IO_FILE , _codecvt) - 152usize] ; ["Offset of field: _IO_FILE::_wide_data"] [:: std :: mem :: offset_of ! (_IO_FILE , _wide_data) - 160usize] ; ["Offset of field: _IO_FILE::_freeres_list"] [:: std :: mem :: offset_of ! (_IO_FILE , _freeres_list) - 168usize] ; ["Offset of field: _IO_FILE::_freeres_buf"] [:: std :: mem :: offset_of ! (_IO_FILE , _freeres_buf) - 176usize] ; ["Offset of field: _IO_FILE::_prevchain"] [:: std :: mem :: offset_of ! (_IO_FILE , _prevchain) - 184usize] ; ["Offset of field: _IO_FILE::_mode"] [:: std :: mem :: offset_of ! (_IO_FILE , _mode) - 192usize] ; ["Offset of field: _IO_FILE::_unused3"] [:: std :: mem :: offset_of ! (_IO_FILE , _unused3) - 196usize] ; ["Offset of field: _IO_FILE::_total_written"] [:: std :: mem :: offset_of ! (_IO_FILE , _total_written) - 200usize] ; ["Offset of field: _IO_FILE::_unused2"] [:: std :: mem :: offset_of ! (_IO_FILE , _unused2) - 208usize] ; } ; impl _IO_FILE { # [inline] pub fn _flags2 (& self) -> :: std :: os :: raw :: c_int { unsafe { :: std :: mem :: transmute (self . _bitfield_1 . get (0usize , 24u8) as u32) } } # [inline] pub fn set__flags2 (& mut self , val : :: std :: os :: raw :: c_int) { unsafe { let val : u32 = :: std :: mem :: transmute (val) ; self . _bitfield_1 . set (0usize , 24u8 , val as u64) } } # [inline] pub unsafe fn _flags2_raw (this : * const Self) -> :: std :: os :: raw :: c_int { unsafe { :: std :: mem :: transmute (< __BindgenBitfieldUnit < [u8 ; 3usize] > > :: raw_get (:: std :: ptr :: addr_of ! ((* this) . _bitfield_1) , 0usize , 24u8 ,) as u32) } } # [inline] pub unsafe fn set__flags2_raw (this : * mut Self , val : :: std :: os :: raw :: c_int) { unsafe { let val : u32 = :: std :: mem :: transmute (val) ; < __BindgenBitfieldUnit < [u8 ; 3usize] > > :: raw_set (:: std :: ptr :: addr_of_mut ! ((* this) . _bitfield_1) , 0usize , 24u8 , val as u64 ,) } } # [inline] pub fn new_bitfield_1 (_flags2 : :: std :: os :: raw :: c_int) -> __BindgenBitfieldUnit < [u8 ; 3usize] > { let mut __bindgen_bitfield_unit : __BindgenBitfieldUnit < [u8 ; 3usize] > = Default :: default () ; __bindgen_bitfield_unit . set (0usize , 24u8 , { let _flags2 : u32 = unsafe { :: std :: mem :: transmute (_flags2) } ; _flags2 as u64 }) ; __bindgen_bitfield_unit } } pub type cookie_read_function_t = :: std :: option :: Option < unsafe extern "C" fn (__cookie : * mut :: std :: os :: raw :: c_void , __buf : * mut :: std :: os :: raw :: c_char , __nbytes : usize) -> __ssize_t > ; pub type cookie_write_function_t = :: std :: option :: Option < unsafe extern "C" fn (__cookie : * mut :: std :: os :: raw :: c_void , __buf : * const :: std :: os :: raw :: c_char , __nbytes : usize) -> __ssize_t > ; pub type cookie_seek_function_t = :: std :: option :: Option < unsafe extern "C" fn (__cookie : * mut :: std :: os :: raw :: c_void , __pos : * mut __off64_t , __w : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int > ; pub type cookie_close_function_t = :: std :: option :: Option < unsafe extern "C" fn (__cookie : * mut :: std :: os :: raw :: c_void) -> :: std :: os :: raw :: c_int > ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct _IO_cookie_io_functions_t { pub read : cookie_read_function_t , pub write : cookie_write_function_t , pub seek : cookie_seek_function_t , pub close : cookie_close_function_t , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of _IO_cookie_io_functions_t"] [:: std :: mem :: size_of :: < _IO_cookie_io_functions_t > () - 32usize] ; ["Alignment of _IO_cookie_io_functions_t"] [:: std :: mem :: align_of :: < _IO_cookie_io_functions_t > () - 8usize] ; ["Offset of field: _IO_cookie_io_functions_t::read"] [:: std :: mem :: offset_of ! (_IO_cookie_io_functions_t , read) - 0usize] ; ["Offset of field: _IO_cookie_io_functions_t::write"] [:: std :: mem :: offset_of ! (_IO_cookie_io_functions_t , write) - 8usize] ; ["Offset of field: _IO_cookie_io_functions_t::seek"] [:: std :: mem :: offset_of ! (_IO_cookie_io_functions_t , seek) - 16usize] ; ["Offset of field: _IO_cookie_io_functions_t::close"] [:: std :: mem :: offset_of ! (_IO_cookie_io_functions_t , close) - 24usize] ; } ; pub type cookie_io_functions_t = _IO_cookie_io_functions_t ; pub type va_list = __gnuc_va_list ; pub type off_t = __off_t ; pub type fpos_t = __fpos_t ; unsafe extern "C" { pub static mut stdin : * mut FILE ; } unsafe extern "C" { pub static mut stdout : * mut FILE ; } unsafe extern "C" { pub static mut stderr : * mut FILE ; } unsafe extern "C" { pub fn remove (__filename : * const :: std :: os :: raw :: c_char) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn rename (__old : * const :: std :: os :: raw :: c_char , __new : * const :: std :: os :: raw :: c_char) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn renameat (__oldfd : :: std :: os :: raw :: c_int , __old : * const :: std :: os :: raw :: c_char , __newfd : :: std :: os :: raw :: c_int , __new : * const :: std :: os :: raw :: c_char) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fclose (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn tmpfile () -> * mut FILE ; } unsafe extern "C" { pub fn tmpnam (arg1 : * mut :: std :: os :: raw :: c_char) -> * mut :: std :: os :: raw :: c_char ; } unsafe extern "C" { pub fn tmpnam_r (__s : * mut :: std :: os :: raw :: c_char) -> * mut :: std :: os :: raw :: c_char ; } unsafe extern "C" { pub fn tempnam (__dir : * const :: std :: os :: raw :: c_char , __pfx : * const :: std :: os :: raw :: c_char) -> * mut :: std :: os :: raw :: c_char ; } unsafe extern "C" { pub fn fflush (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fflush_unlocked (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fopen (__filename : * const :: std :: os :: raw :: c_char , __modes : * const :: std :: os :: raw :: c_char) -> * mut FILE ; } unsafe extern "C" { pub fn freopen (__filename : * const :: std :: os :: raw :: c_char , __modes : * const :: std :: os :: raw :: c_char , __stream : * mut FILE) -> * mut FILE ; } unsafe extern "C" { pub fn fdopen (__fd : :: std :: os :: raw :: c_int , __modes : * const :: std :: os :: raw :: c_char) -> * mut FILE ; } unsafe extern "C" { pub fn fopencookie (__magic_cookie : * mut :: std :: os :: raw :: c_void , __modes : * const :: std :: os :: raw :: c_char , __io_funcs : cookie_io_functions_t) -> * mut FILE ; } unsafe extern "C" { pub fn fmemopen (__s : * mut :: std :: os :: raw :: c_void , __len : usize , __modes : * const :: std :: os :: raw :: c_char) -> * mut FILE ; } unsafe extern "C" { pub fn open_memstream (__bufloc : * mut * mut :: std :: os :: raw :: c_char , __sizeloc : * mut usize) -> * mut FILE ; } unsafe extern "C" { pub fn setbuf (__stream : * mut FILE , __buf : * mut :: std :: os :: raw :: c_char) ; } unsafe extern "C" { pub fn setvbuf (__stream : * mut FILE , __buf : * mut :: std :: os :: raw :: c_char , __modes : :: std :: os :: raw :: c_int , __n : usize) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn setbuffer (__stream : * mut FILE , __buf : * mut :: std :: os :: raw :: c_char , __size : usize) ; } unsafe extern "C" { pub fn setlinebuf (__stream : * mut FILE) ; } unsafe extern "C" { pub fn fprintf (__stream : * mut FILE , __format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn printf (__format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn sprintf (__s : * mut :: std :: os :: raw :: c_char , __format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vfprintf (__s : * mut FILE , __format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vprintf (__format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vsprintf (__s : * mut :: std :: os :: raw :: c_char , __format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn snprintf (__s : * mut :: std :: os :: raw :: c_char , __maxlen : :: std :: os :: raw :: c_ulong , __format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vsnprintf (__s : * mut :: std :: os :: raw :: c_char , __maxlen : :: std :: os :: raw :: c_ulong , __format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vasprintf (__ptr : * mut * mut :: std :: os :: raw :: c_char , __f : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __asprintf (__ptr : * mut * mut :: std :: os :: raw :: c_char , __fmt : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn asprintf (__ptr : * mut * mut :: std :: os :: raw :: c_char , __fmt : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vdprintf (__fd : :: std :: os :: raw :: c_int , __fmt : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn dprintf (__fd : :: std :: os :: raw :: c_int , __fmt : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fscanf (__stream : * mut FILE , __format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn scanf (__format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn sscanf (__s : * const :: std :: os :: raw :: c_char , __format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } pub type __cfloat128 = __BindgenComplex < u128 > ; pub type _Float128 = u128 ; pub type _Float32 = f32 ; pub type _Float64 = f64 ; pub type _Float32x = f64 ; pub type _Float64x = u128 ; unsafe extern "C" { # [link_name = "\u{1}__isoc99_fscanf"] pub fn fscanf1 (__stream : * mut FILE , __format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { # [link_name = "\u{1}__isoc99_scanf"] pub fn scanf1 (__format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { # [link_name = "\u{1}__isoc99_sscanf"] pub fn sscanf1 (__s : * const :: std :: os :: raw :: c_char , __format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vfscanf (__s : * mut FILE , __format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vscanf (__format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vsscanf (__s : * const :: std :: os :: raw :: c_char , __format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { # [link_name = "\u{1}__isoc99_vfscanf"] pub fn vfscanf1 (__s : * mut FILE , __format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { # [link_name = "\u{1}__isoc99_vscanf"] pub fn vscanf1 (__format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { # [link_name = "\u{1}__isoc99_vsscanf"] pub fn vsscanf1 (__s : * const :: std :: os :: raw :: c_char , __format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fgetc (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn getc (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn getchar () -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn getc_unlocked (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn getchar_unlocked () -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fgetc_unlocked (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fputc (__c : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn putc (__c : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn putchar (__c : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fputc_unlocked (__c : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn putc_unlocked (__c : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn putchar_unlocked (__c : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn getw (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn putw (__w : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fgets (__s : * mut :: std :: os :: raw :: c_char , __n : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> * mut :: std :: os :: raw :: c_char ; } unsafe extern "C" { pub fn __getdelim (__lineptr : * mut * mut :: std :: os :: raw :: c_char , __n : * mut usize , __delimiter : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> __ssize_t ; } unsafe extern "C" { pub fn getdelim (__lineptr : * mut * mut :: std :: os :: raw :: c_char , __n : * mut usize , __delimiter : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> __ssize_t ; } unsafe extern "C" { pub fn getline (__lineptr : * mut * mut :: std :: os :: raw :: c_char , __n : * mut usize , __stream : * mut FILE) -> __ssize_t ; } unsafe extern "C" { pub fn fputs (__s : * const :: std :: os :: raw :: c_char , __stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn puts (__s : * const :: std :: os :: raw :: c_char) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn ungetc (__c : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fread (__ptr : * mut :: std :: os :: raw :: c_void , __size : :: std :: os :: raw :: c_ulong , __n : :: std :: os :: raw :: c_ulong , __stream : * mut FILE) -> :: std :: os :: raw :: c_ulong ; } unsafe extern "C" { pub fn fwrite (__ptr : * const :: std :: os :: raw :: c_void , __size : :: std :: os :: raw :: c_ulong , __n : :: std :: os :: raw :: c_ulong , __s : * mut FILE) -> :: std :: os :: raw :: c_ulong ; } unsafe extern "C" { pub fn fread_unlocked (__ptr : * mut :: std :: os :: raw :: c_void , __size : usize , __n : usize , __stream : * mut FILE) -> usize ; } unsafe extern "C" { pub fn fwrite_unlocked (__ptr : * const :: std :: os :: raw :: c_void , __size : usize , __n : usize , __stream : * mut FILE) -> usize ; } unsafe extern "C" { pub fn fseek (__stream : * mut FILE , __off : :: std :: os :: raw :: c_long , __whence : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn ftell (__stream : * mut FILE) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn rewind (__stream : * mut FILE) ; } unsafe extern "C" { pub fn fseeko (__stream : * mut FILE , __off : __off_t , __whence : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn ftello (__stream : * mut FILE) -> __off_t ; } unsafe extern "C" { pub fn fgetpos (__stream : * mut FILE , __pos : * mut fpos_t) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fsetpos (__stream : * mut FILE , __pos : * const fpos_t) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn clearerr (__stream : * mut FILE) ; } unsafe extern "C" { pub fn feof (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn ferror (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn clearerr_unlocked (__stream : * mut FILE) ; } unsafe extern "C" { pub fn feof_unlocked (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn ferror_unlocked (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn perror (__s : * const :: std :: os :: raw :: c_char) ; } unsafe extern "C" { pub fn fileno (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fileno_unlocked (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn pclose (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn popen (__command : * const :: std :: os :: raw :: c_char , __modes : * const :: std :: os :: raw :: c_char) -> * mut FILE ; } unsafe extern "C" { pub fn ctermid (__s : * mut :: std :: os :: raw :: c_char) -> * mut :: std :: os :: raw :: c_char ; } unsafe extern "C" { pub fn flockfile (__stream : * mut FILE) ; } unsafe extern "C" { pub fn ftrylockfile (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn funlockfile (__stream : * mut FILE) ; } unsafe extern "C" { pub fn __uflow (arg1 : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __overflow (arg1 : * mut FILE , arg2 : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int ; } pub type int_least8_t = __int_least8_t ; pub type int_least16_t = __int_least16_t ; pub type int_least32_t = __int_least32_t ; pub type int_least64_t = __int_least64_t ; pub type uint_least8_t = __uint_least8_t ; pub type uint_least16_t = __uint_least16_t ; pub type uint_least32_t = __uint_least32_t ; pub type uint_least64_t = __uint_least64_t ; pub type int_fast8_t = :: std :: os :: raw :: c_schar ; pub type int_fast16_t = :: std :: os :: raw :: c_long ; pub type int_fast32_t = :: std :: os :: raw :: c_long ; pub type int_fast64_t = :: std :: os :: raw :: c_long ; pub type uint_fast8_t = :: std :: os :: raw :: c_uchar ; pub type uint_fast16_t = :: std :: os :: raw :: c_ulong ; pub type uint_fast32_t = :: std :: os :: raw :: c_ulong ; pub type uint_fast64_t = :: std :: os :: raw :: c_ulong ; pub type intmax_t = __intmax_t ; pub type uintmax_t = __uintmax_t ; pub type float_t = f32 ; pub type double_t = f64 ; unsafe extern "C" { pub fn __fpclassify (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __signbit (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isinf (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __finite (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isnan (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __iseqsig (__x : f64 , __y : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __issignaling (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn acos (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __acos (__x : f64) -> f64 ; } unsafe extern "C" { pub fn asin (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __asin (__x : f64) -> f64 ; } unsafe extern "C" { pub fn atan (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __atan (__x : f64) -> f64 ; } unsafe extern "C" { pub fn atan2 (__y : f64 , __x : f64) -> f64 ; } unsafe extern "C" { pub fn __atan2 (__y : f64 , __x : f64) -> f64 ; } unsafe extern "C" { pub fn cos (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __cos (__x : f64) -> f64 ; } unsafe extern "C" { pub fn sin (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __sin (__x : f64) -> f64 ; } unsafe extern "C" { pub fn tan (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __tan (__x : f64) -> f64 ; } unsafe extern "C" { pub fn cosh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __cosh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn sinh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __sinh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn tanh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __tanh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn acosh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __acosh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn asinh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __asinh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn atanh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __atanh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn exp (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __exp (__x : f64) -> f64 ; } unsafe extern "C" { pub fn frexp (__x : f64 , __exponent : * mut :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn __frexp (__x : f64 , __exponent : * mut :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn ldexp (__x : f64 , __exponent : :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn __ldexp (__x : f64 , __exponent : :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn log (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __log (__x : f64) -> f64 ; } unsafe extern "C" { pub fn log10 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __log10 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn modf (__x : f64 , __iptr : * mut f64) -> f64 ; } unsafe extern "C" { pub fn __modf (__x : f64 , __iptr : * mut f64) -> f64 ; } unsafe extern "C" { pub fn expm1 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __expm1 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn log1p (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __log1p (__x : f64) -> f64 ; } unsafe extern "C" { pub fn logb (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __logb (__x : f64) -> f64 ; } unsafe extern "C" { pub fn exp2 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __exp2 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn log2 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __log2 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn pow (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn __pow (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn sqrt (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __sqrt (__x : f64) -> f64 ; } unsafe extern "C" { pub fn hypot (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn __hypot (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn cbrt (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __cbrt (__x : f64) -> f64 ; } unsafe extern "C" { pub fn ceil (__x : f64) -> f64 ; } unsafe extern "C" { pub fn fabs (__x : f64) -> f64 ; } unsafe extern "C" { pub fn floor (__x : f64) -> f64 ; } unsafe extern "C" { pub fn fmod (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn __fmod (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn isinf (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn finite (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn drem (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn __drem (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn significand (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __significand (__x : f64) -> f64 ; } unsafe extern "C" { pub fn copysign (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn nan (__tagb : * const :: std :: os :: raw :: c_char) -> f64 ; } unsafe extern "C" { pub fn __nan (__tagb : * const :: std :: os :: raw :: c_char) -> f64 ; } unsafe extern "C" { pub fn isnan (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn j0 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __j0 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn j1 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __j1 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn jn (arg1 : :: std :: os :: raw :: c_int , arg2 : f64) -> f64 ; } unsafe extern "C" { pub fn __jn (arg1 : :: std :: os :: raw :: c_int , arg2 : f64) -> f64 ; } unsafe extern "C" { pub fn y0 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __y0 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn y1 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __y1 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn yn (arg1 : :: std :: os :: raw :: c_int , arg2 : f64) -> f64 ; } unsafe extern "C" { pub fn __yn (arg1 : :: std :: os :: raw :: c_int , arg2 : f64) -> f64 ; } unsafe extern "C" { pub fn erf (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __erf (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn erfc (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __erfc (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn lgamma (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __lgamma (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn tgamma (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __tgamma (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn gamma (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __gamma (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn lgamma_r (arg1 : f64 , __signgamp : * mut :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn __lgamma_r (arg1 : f64 , __signgamp : * mut :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn rint (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __rint (__x : f64) -> f64 ; } unsafe extern "C" { pub fn nextafter (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn __nextafter (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn nexttoward (__x : f64 , __y : u128) -> f64 ; } unsafe extern "C" { pub fn __nexttoward (__x : f64 , __y : u128) -> f64 ; } unsafe extern "C" { pub fn remainder (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn __remainder (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn scalbn (__x : f64 , __n : :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn __scalbn (__x : f64 , __n : :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn ilogb (__x : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __ilogb (__x : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn scalbln (__x : f64 , __n : :: std :: os :: raw :: c_long) -> f64 ; } unsafe extern "C" { pub fn __scalbln (__x : f64 , __n : :: std :: os :: raw :: c_long) -> f64 ; } unsafe extern "C" { pub fn nearbyint (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __nearbyint (__x : f64) -> f64 ; } unsafe extern "C" { pub fn round (__x : f64) -> f64 ; } unsafe extern "C" { pub fn trunc (__x : f64) -> f64 ; } unsafe extern "C" { pub fn remquo (__x : f64 , __y : f64 , __quo : * mut :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn __remquo (__x : f64 , __y : f64 , __quo : * mut :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn lrint (__x : f64) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn __lrint (__x : f64) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn llrint (__x : f64) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn __llrint (__x : f64) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn lround (__x : f64) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn __lround (__x : f64) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn llround (__x : f64) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn __llround (__x : f64) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn fdim (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn __fdim (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn fmax (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn fmin (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn fma (__x : f64 , __y : f64 , __z : f64) -> f64 ; } unsafe extern "C" { pub fn __fma (__x : f64 , __y : f64 , __z : f64) -> f64 ; } unsafe extern "C" { pub fn scalb (__x : f64 , __n : f64) -> f64 ; } unsafe extern "C" { pub fn __scalb (__x : f64 , __n : f64) -> f64 ; } unsafe extern "C" { pub fn __fpclassifyf (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __signbitf (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isinff (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __finitef (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isnanf (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __iseqsigf (__x : f32 , __y : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __issignalingf (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn acosf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __acosf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn asinf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __asinf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn atanf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __atanf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn atan2f (__y : f32 , __x : f32) -> f32 ; } unsafe extern "C" { pub fn __atan2f (__y : f32 , __x : f32) -> f32 ; } unsafe extern "C" { pub fn cosf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __cosf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn sinf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __sinf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn tanf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __tanf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn coshf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __coshf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn sinhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __sinhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn tanhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __tanhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn acoshf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __acoshf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn asinhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __asinhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn atanhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __atanhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn expf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __expf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn frexpf (__x : f32 , __exponent : * mut :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn __frexpf (__x : f32 , __exponent : * mut :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn ldexpf (__x : f32 , __exponent : :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn __ldexpf (__x : f32 , __exponent : :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn logf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __logf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn log10f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __log10f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn modff (__x : f32 , __iptr : * mut f32) -> f32 ; } unsafe extern "C" { pub fn __modff (__x : f32 , __iptr : * mut f32) -> f32 ; } unsafe extern "C" { pub fn expm1f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __expm1f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn log1pf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __log1pf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn logbf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __logbf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn exp2f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __exp2f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn log2f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __log2f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn powf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn __powf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn sqrtf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __sqrtf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn hypotf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn __hypotf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn cbrtf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __cbrtf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn ceilf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn fabsf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn floorf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn fmodf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn __fmodf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn isinff (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn finitef (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn dremf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn __dremf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn significandf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __significandf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn copysignf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn nanf (__tagb : * const :: std :: os :: raw :: c_char) -> f32 ; } unsafe extern "C" { pub fn __nanf (__tagb : * const :: std :: os :: raw :: c_char) -> f32 ; } unsafe extern "C" { pub fn isnanf (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn j0f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __j0f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn j1f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __j1f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn jnf (arg1 : :: std :: os :: raw :: c_int , arg2 : f32) -> f32 ; } unsafe extern "C" { pub fn __jnf (arg1 : :: std :: os :: raw :: c_int , arg2 : f32) -> f32 ; } unsafe extern "C" { pub fn y0f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __y0f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn y1f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __y1f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn ynf (arg1 : :: std :: os :: raw :: c_int , arg2 : f32) -> f32 ; } unsafe extern "C" { pub fn __ynf (arg1 : :: std :: os :: raw :: c_int , arg2 : f32) -> f32 ; } unsafe extern "C" { pub fn erff (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __erff (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn erfcf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __erfcf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn lgammaf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __lgammaf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn tgammaf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __tgammaf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn gammaf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __gammaf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn lgammaf_r (arg1 : f32 , __signgamp : * mut :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn __lgammaf_r (arg1 : f32 , __signgamp : * mut :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn rintf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __rintf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn nextafterf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn __nextafterf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn nexttowardf (__x : f32 , __y : u128) -> f32 ; } unsafe extern "C" { pub fn __nexttowardf (__x : f32 , __y : u128) -> f32 ; } unsafe extern "C" { pub fn remainderf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn __remainderf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn scalbnf (__x : f32 , __n : :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn __scalbnf (__x : f32 , __n : :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn ilogbf (__x : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __ilogbf (__x : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn scalblnf (__x : f32 , __n : :: std :: os :: raw :: c_long) -> f32 ; } unsafe extern "C" { pub fn __scalblnf (__x : f32 , __n : :: std :: os :: raw :: c_long) -> f32 ; } unsafe extern "C" { pub fn nearbyintf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __nearbyintf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn roundf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn truncf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn remquof (__x : f32 , __y : f32 , __quo : * mut :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn __remquof (__x : f32 , __y : f32 , __quo : * mut :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn lrintf (__x : f32) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn __lrintf (__x : f32) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn llrintf (__x : f32) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn __llrintf (__x : f32) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn lroundf (__x : f32) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn __lroundf (__x : f32) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn llroundf (__x : f32) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn __llroundf (__x : f32) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn fdimf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn __fdimf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn fmaxf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn fminf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn fmaf (__x : f32 , __y : f32 , __z : f32) -> f32 ; } unsafe extern "C" { pub fn __fmaf (__x : f32 , __y : f32 , __z : f32) -> f32 ; } unsafe extern "C" { pub fn scalbf (__x : f32 , __n : f32) -> f32 ; } unsafe extern "C" { pub fn __scalbf (__x : f32 , __n : f32) -> f32 ; } unsafe extern "C" { pub fn __fpclassifyl (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __signbitl (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isinfl (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __finitel (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isnanl (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __iseqsigl (__x : u128 , __y : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __issignalingl (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn acosl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __acosl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn asinl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __asinl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn atanl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __atanl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn atan2l (__y : u128 , __x : u128) -> u128 ; } unsafe extern "C" { pub fn __atan2l (__y : u128 , __x : u128) -> u128 ; } unsafe extern "C" { pub fn cosl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __cosl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn sinl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __sinl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn tanl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __tanl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn coshl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __coshl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn sinhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __sinhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn tanhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __tanhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn acoshl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __acoshl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn asinhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __asinhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn atanhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __atanhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn expl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __expl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn frexpl (__x : u128 , __exponent : * mut :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn __frexpl (__x : u128 , __exponent : * mut :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn ldexpl (__x : u128 , __exponent : :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn __ldexpl (__x : u128 , __exponent : :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn logl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __logl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn log10l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __log10l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn modfl (__x : u128 , __iptr : * mut u128) -> u128 ; } unsafe extern "C" { pub fn __modfl (__x : u128 , __iptr : * mut u128) -> u128 ; } unsafe extern "C" { pub fn expm1l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __expm1l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn log1pl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __log1pl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn logbl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __logbl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn exp2l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __exp2l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn log2l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __log2l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn powl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __powl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn sqrtl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __sqrtl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn hypotl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __hypotl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn cbrtl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __cbrtl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn ceill (__x : u128) -> u128 ; } unsafe extern "C" { pub fn fabsl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn floorl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn fmodl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __fmodl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn isinfl (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn finitel (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn dreml (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __dreml (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn significandl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __significandl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn copysignl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn nanl (__tagb : * const :: std :: os :: raw :: c_char) -> u128 ; } unsafe extern "C" { pub fn __nanl (__tagb : * const :: std :: os :: raw :: c_char) -> u128 ; } unsafe extern "C" { pub fn isnanl (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn j0l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __j0l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn j1l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __j1l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn jnl (arg1 : :: std :: os :: raw :: c_int , arg2 : u128) -> u128 ; } unsafe extern "C" { pub fn __jnl (arg1 : :: std :: os :: raw :: c_int , arg2 : u128) -> u128 ; } unsafe extern "C" { pub fn y0l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __y0l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn y1l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __y1l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn ynl (arg1 : :: std :: os :: raw :: c_int , arg2 : u128) -> u128 ; } unsafe extern "C" { pub fn __ynl (arg1 : :: std :: os :: raw :: c_int , arg2 : u128) -> u128 ; } unsafe extern "C" { pub fn erfl (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __erfl (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn erfcl (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __erfcl (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn lgammal (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __lgammal (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn tgammal (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __tgammal (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn gammal (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __gammal (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn lgammal_r (arg1 : u128 , __signgamp : * mut :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn __lgammal_r (arg1 : u128 , __signgamp : * mut :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn rintl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __rintl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn nextafterl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __nextafterl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn nexttowardl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __nexttowardl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn remainderl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __remainderl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn scalbnl (__x : u128 , __n : :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn __scalbnl (__x : u128 , __n : :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn ilogbl (__x : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __ilogbl (__x : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn scalblnl (__x : u128 , __n : :: std :: os :: raw :: c_long) -> u128 ; } unsafe extern "C" { pub fn __scalblnl (__x : u128 , __n : :: std :: os :: raw :: c_long) -> u128 ; } unsafe extern "C" { pub fn nearbyintl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __nearbyintl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn roundl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn truncl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn remquol (__x : u128 , __y : u128 , __quo : * mut :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn __remquol (__x : u128 , __y : u128 , __quo : * mut :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn lrintl (__x : u128) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn __lrintl (__x : u128) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn llrintl (__x : u128) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn __llrintl (__x : u128) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn lroundl (__x : u128) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn __lroundl (__x : u128) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn llroundl (__x : u128) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn __llroundl (__x : u128) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn fdiml (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __fdiml (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn fmaxl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn fminl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn fmal (__x : u128 , __y : u128 , __z : u128) -> u128 ; } unsafe extern "C" { pub fn __fmal (__x : u128 , __y : u128 , __z : u128) -> u128 ; } unsafe extern "C" { pub fn scalbl (__x : u128 , __n : u128) -> u128 ; } unsafe extern "C" { pub fn __scalbl (__x : u128 , __n : u128) -> u128 ; } unsafe extern "C" { pub fn __fpclassifyf128 (__value : _Float128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __signbitf128 (__value : _Float128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isinff128 (__value : _Float128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __finitef128 (__value : _Float128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isnanf128 (__value : _Float128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __iseqsigf128 (__x : _Float128 , __y : _Float128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __issignalingf128 (__value : _Float128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub static mut signgam : :: std :: os :: raw :: c_int ; } pub const FP_NAN : _bindgen_ty_1 = 0 ; pub const FP_INFINITE : _bindgen_ty_1 = 1 ; pu...
[INFO] [stdout]   |       --------------------------------- previous definition of the value `FP_INFINITE` here                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `FP_INFINITE` redefined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `FP_INFINITE` must be defined only once in the value namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `FP_ZERO` is defined multiple times
[INFO] [stdout]  --> /opt/rustwide/target/release/build/archetypes-c7b3e0040a624258/out/bindings.rs:3:120101
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... ; pub const FP_ZERO : u32 = 2 ; pub const FP_SUBNORMAL : u32 = 3 ; pub const FP_NORMAL : u32 = 4 ; pub const MATH_ERRNO : u32 = 1 ; pub const MATH_ERREXCEPT : u32 = 2 ; pub const math_errhandling : u32 = 3 ; pub const M_E : f64 = 2.718281828459045 ; pub const M_LOG2E : f64 = 1.4426950408889634 ; pub const M_LOG10E : f64 = 0.4342944819032518 ; pub const M_LN2 : f64 = 0.6931471805599453 ; pub const M_LN10 : f64 = 2.302585092994046 ; pub const M_PI : f64 = 3.141592653589793 ; pub const M_PI_2 : f64 = 1.5707963267948966 ; pub const M_PI_4 : f64 = 0.7853981633974483 ; pub const M_1_PI : f64 = 0.3183098861837907 ; pub const M_2_PI : f64 = 0.6366197723675814 ; pub const M_2_SQRTPI : f64 = 1.1283791670955126 ; pub const M_SQRT2 : f64 = 1.4142135623730951 ; pub const M_SQRT1_2 : f64 = 0.7071067811865476 ; pub const _SYS_TYPES_H : u32 = 1 ; pub const __clock_t_defined : u32 = 1 ; pub const __clockid_t_defined : u32 = 1 ; pub const __time_t_defined : u32 = 1 ; pub const __timer_t_defined : u32 = 1 ; pub const __BIT_TYPES_DEFINED__ : u32 = 1 ; pub const _ENDIAN_H : u32 = 1 ; pub const _BITS_ENDIAN_H : u32 = 1 ; pub const __LITTLE_ENDIAN : u32 = 1234 ; pub const __BIG_ENDIAN : u32 = 4321 ; pub const __PDP_ENDIAN : u32 = 3412 ; pub const _BITS_ENDIANNESS_H : u32 = 1 ; pub const __BYTE_ORDER : u32 = 1234 ; pub const __FLOAT_WORD_ORDER : u32 = 1234 ; pub const LITTLE_ENDIAN : u32 = 1234 ; pub const BIG_ENDIAN : u32 = 4321 ; pub const PDP_ENDIAN : u32 = 3412 ; pub const BYTE_ORDER : u32 = 1234 ; pub const _BITS_BYTESWAP_H : u32 = 1 ; pub const _BITS_UINTN_IDENTITY_H : u32 = 1 ; pub const _SYS_SELECT_H : u32 = 1 ; pub const __sigset_t_defined : u32 = 1 ; pub const __timeval_defined : u32 = 1 ; pub const _STRUCT_TIMESPEC : u32 = 1 ; pub const FD_SETSIZE : u32 = 1024 ; pub const _BITS_PTHREADTYPES_COMMON_H : u32 = 1 ; pub const _THREAD_SHARED_TYPES_H : u32 = 1 ; pub const _BITS_PTHREADTYPES_ARCH_H : u32 = 1 ; pub const __SIZEOF_PTHREAD_MUTEX_T : u32 = 40 ; pub const __SIZEOF_PTHREAD_ATTR_T : u32 = 56 ; pub const __SIZEOF_PTHREAD_RWLOCK_T : u32 = 56 ; pub const __SIZEOF_PTHREAD_BARRIER_T : u32 = 32 ; pub const __SIZEOF_PTHREAD_MUTEXATTR_T : u32 = 4 ; pub const __SIZEOF_PTHREAD_COND_T : u32 = 48 ; pub const __SIZEOF_PTHREAD_CONDATTR_T : u32 = 4 ; pub const __SIZEOF_PTHREAD_RWLOCKATTR_T : u32 = 8 ; pub const __SIZEOF_PTHREAD_BARRIERATTR_T : u32 = 4 ; pub const _THREAD_MUTEX_INTERNAL_H : u32 = 1 ; pub const __PTHREAD_MUTEX_HAVE_PREV : u32 = 1 ; pub const __have_pthread_attr_t : u32 = 1 ; pub const _SYS_STAT_H : u32 = 1 ; pub const _BITS_STAT_H : u32 = 1 ; pub const _BITS_STRUCT_STAT_H : u32 = 1 ; pub const __S_IFMT : u32 = 61440 ; pub const __S_IFDIR : u32 = 16384 ; pub const __S_IFCHR : u32 = 8192 ; pub const __S_IFBLK : u32 = 24576 ; pub const __S_IFREG : u32 = 32768 ; pub const __S_IFIFO : u32 = 4096 ; pub const __S_IFLNK : u32 = 40960 ; pub const __S_IFSOCK : u32 = 49152 ; pub const __S_ISUID : u32 = 2048 ; pub const __S_ISGID : u32 = 1024 ; pub const __S_ISVTX : u32 = 512 ; pub const __S_IREAD : u32 = 256 ; pub const __S_IWRITE : u32 = 128 ; pub const __S_IEXEC : u32 = 64 ; pub const UTIME_NOW : u32 = 1073741823 ; pub const UTIME_OMIT : u32 = 1073741822 ; pub const S_IFMT : u32 = 61440 ; pub const S_IFDIR : u32 = 16384 ; pub const S_IFCHR : u32 = 8192 ; pub const S_IFBLK : u32 = 24576 ; pub const S_IFREG : u32 = 32768 ; pub const S_IFIFO : u32 = 4096 ; pub const S_IFLNK : u32 = 40960 ; pub const S_IFSOCK : u32 = 49152 ; pub const S_ISUID : u32 = 2048 ; pub const S_ISGID : u32 = 1024 ; pub const S_ISVTX : u32 = 512 ; pub const S_IRUSR : u32 = 256 ; pub const S_IWUSR : u32 = 128 ; pub const S_IXUSR : u32 = 64 ; pub const S_IRWXU : u32 = 448 ; pub const S_IREAD : u32 = 256 ; pub const S_IWRITE : u32 = 128 ; pub const S_IEXEC : u32 = 64 ; pub const S_IRGRP : u32 = 32 ; pub const S_IWGRP : u32 = 16 ; pub const S_IXGRP : u32 = 8 ; pub const S_IRWXG : u32 = 56 ; pub const S_IROTH : u32 = 4 ; pub const S_IWOTH : u32 = 2 ; pub const S_IXOTH : u32 = 1 ; pub const S_IRWXO : u32 = 7 ; pub const ACCESSPERMS : u32 = 511 ; pub const ALLPERMS : u32 = 4095 ; pub const DEFFILEMODE : u32 = 438 ; pub const S_BLKSIZE : u32 = 512 ; pub const _FCNTL_H : u32 = 1 ; pub const __O_LARGEFILE : u32 = 0 ; pub const F_GETLK64 : u32 = 5 ; pub const F_SETLK64 : u32 = 6 ; pub const F_SETLKW64 : u32 = 7 ; pub const O_ACCMODE : u32 = 3 ; pub const O_RDONLY : u32 = 0 ; pub const O_WRONLY : u32 = 1 ; pub const O_RDWR : u32 = 2 ; pub const O_CREAT : u32 = 64 ; pub const O_EXCL : u32 = 128 ; pub const O_NOCTTY : u32 = 256 ; pub const O_TRUNC : u32 = 512 ; pub const O_APPEND : u32 = 1024 ; pub const O_NONBLOCK : u32 = 2048 ; pub const O_NDELAY : u32 = 2048 ; pub const O_SYNC : u32 = 1052672 ; pub const O_FSYNC : u32 = 1052672 ; pub const O_ASYNC : u32 = 8192 ; pub const __O_DIRECTORY : u32 = 65536 ; pub const __O_NOFOLLOW : u32 = 131072 ; pub const __O_CLOEXEC : u32 = 524288 ; pub const __O_DIRECT : u32 = 16384 ; pub const __O_NOATIME : u32 = 262144 ; pub const __O_PATH : u32 = 2097152 ; pub const __O_DSYNC : u32 = 4096 ; pub const __O_TMPFILE : u32 = 4259840 ; pub const F_GETLK : u32 = 5 ; pub const F_SETLK : u32 = 6 ; pub const F_SETLKW : u32 = 7 ; pub const O_DIRECTORY : u32 = 65536 ; pub const O_NOFOLLOW : u32 = 131072 ; pub const O_CLOEXEC : u32 = 524288 ; pub const O_DSYNC : u32 = 4096 ; pub const O_RSYNC : u32 = 1052672 ; pub const F_DUPFD : u32 = 0 ; pub const F_GETFD : u32 = 1 ; pub const F_SETFD : u32 = 2 ; pub const F_GETFL : u32 = 3 ; pub const F_SETFL : u32 = 4 ; pub const __F_SETOWN : u32 = 8 ; pub const __F_GETOWN : u32 = 9 ; pub const F_SETOWN : u32 = 8 ; pub const F_GETOWN : u32 = 9 ; pub const __F_SETSIG : u32 = 10 ; pub const __F_GETSIG : u32 = 11 ; pub const __F_SETOWN_EX : u32 = 15 ; pub const __F_GETOWN_EX : u32 = 16 ; pub const F_DUPFD_CLOEXEC : u32 = 1030 ; pub const FD_CLOEXEC : u32 = 1 ; pub const F_RDLCK : u32 = 0 ; pub const F_WRLCK : u32 = 1 ; pub const F_UNLCK : u32 = 2 ; pub const F_EXLCK : u32 = 4 ; pub const F_SHLCK : u32 = 8 ; pub const LOCK_SH : u32 = 1 ; pub const LOCK_EX : u32 = 2 ; pub const LOCK_NB : u32 = 4 ; pub const LOCK_UN : u32 = 8 ; pub const FAPPEND : u32 = 1024 ; pub const FFSYNC : u32 = 1052672 ; pub const FASYNC : u32 = 8192 ; pub const FNONBLOCK : u32 = 2048 ; pub const FNDELAY : u32 = 2048 ; pub const __POSIX_FADV_DONTNEED : u32 = 4 ; pub const __POSIX_FADV_NOREUSE : u32 = 5 ; pub const POSIX_FADV_NORMAL : u32 = 0 ; pub const POSIX_FADV_RANDOM : u32 = 1 ; pub const POSIX_FADV_SEQUENTIAL : u32 = 2 ; pub const POSIX_FADV_WILLNEED : u32 = 3 ; pub const POSIX_FADV_DONTNEED : u32 = 4 ; pub const POSIX_FADV_NOREUSE : u32 = 5 ; pub const R_OK : u32 = 4 ; pub const W_OK : u32 = 2 ; pub const X_OK : u32 = 1 ; pub const F_OK : u32 = 0 ; pub const AT_FDCWD : i32 = - 100 ; pub const AT_SYMLINK_NOFOLLOW : u32 = 256 ; pub const AT_REMOVEDIR : u32 = 512 ; pub const AT_SYMLINK_FOLLOW : u32 = 1024 ; pub const AT_EACCESS : u32 = 512 ; pub const F_ULOCK : u32 = 0 ; pub const F_LOCK : u32 = 1 ; pub const F_TLOCK : u32 = 2 ; pub const F_TEST : u32 = 3 ; pub const _DIRENT_H : u32 = 1 ; pub const _DIRENT_MATCHES_DIRENT64 : u32 = 1 ; pub const _BITS_POSIX1_LIM_H : u32 = 1 ; pub const _POSIX_AIO_LISTIO_MAX : u32 = 2 ; pub const _POSIX_AIO_MAX : u32 = 1 ; pub const _POSIX_ARG_MAX : u32 = 4096 ; pub const _POSIX_CHILD_MAX : u32 = 25 ; pub const _POSIX_DELAYTIMER_MAX : u32 = 32 ; pub const _POSIX_HOST_NAME_MAX : u32 = 255 ; pub const _POSIX_LINK_MAX : u32 = 8 ; pub const _POSIX_LOGIN_NAME_MAX : u32 = 9 ; pub const _POSIX_MAX_CANON : u32 = 255 ; pub const _POSIX_MAX_INPUT : u32 = 255 ; pub const _POSIX_MQ_OPEN_MAX : u32 = 8 ; pub const _POSIX_MQ_PRIO_MAX : u32 = 32 ; pub const _POSIX_NAME_MAX : u32 = 14 ; pub const _POSIX_NGROUPS_MAX : u32 = 8 ; pub const _POSIX_OPEN_MAX : u32 = 20 ; pub const _POSIX_PATH_MAX : u32 = 256 ; pub const _POSIX_PIPE_BUF : u32 = 512 ; pub const _POSIX_RE_DUP_MAX : u32 = 255 ; pub const _POSIX_RTSIG_MAX : u32 = 8 ; pub const _POSIX_SEM_NSEMS_MAX : u32 = 256 ; pub const _POSIX_SEM_VALUE_MAX : u32 = 32767 ; pub const _POSIX_SIGQUEUE_MAX : u32 = 32 ; pub const _POSIX_SSIZE_MAX : u32 = 32767 ; pub const _POSIX_STREAM_MAX : u32 = 8 ; pub const _POSIX_SYMLINK_MAX : u32 = 255 ; pub const _POSIX_SYMLOOP_MAX : u32 = 8 ; pub const _POSIX_TIMER_MAX : u32 = 32 ; pub const _POSIX_TTY_NAME_MAX : u32 = 9 ; pub const _POSIX_TZNAME_MAX : u32 = 6 ; pub const _POSIX_CLOCKRES_MIN : u32 = 20000000 ; pub const NR_OPEN : u32 = 1024 ; pub const NGROUPS_MAX : u32 = 65536 ; pub const ARG_MAX : u32 = 131072 ; pub const LINK_MAX : u32 = 127 ; pub const MAX_CANON : u32 = 255 ; pub const MAX_INPUT : u32 = 255 ; pub const NAME_MAX : u32 = 255 ; pub const PATH_MAX : u32 = 4096 ; pub const PIPE_BUF : u32 = 4096 ; pub const XATTR_NAME_MAX : u32 = 255 ; pub const XATTR_SIZE_MAX : u32 = 65536 ; pub const XATTR_LIST_MAX : u32 = 65536 ; pub const RTSIG_MAX : u32 = 32 ; pub const _POSIX_THREAD_KEYS_MAX : u32 = 128 ; pub const PTHREAD_KEYS_MAX : u32 = 1024 ; pub const _POSIX_THREAD_DESTRUCTOR_ITERATIONS : u32 = 4 ; pub const PTHREAD_DESTRUCTOR_ITERATIONS : u32 = 4 ; pub const _POSIX_THREAD_THREADS_MAX : u32 = 64 ; pub const AIO_PRIO_DELTA_MAX : u32 = 20 ; pub const PTHREAD_STACK_MIN : u32 = 16384 ; pub const DELAYTIMER_MAX : u32 = 2147483647 ; pub const TTY_NAME_MAX : u32 = 32 ; pub const LOGIN_NAME_MAX : u32 = 256 ; pub const HOST_NAME_MAX : u32 = 64 ; pub const MQ_PRIO_MAX : u32 = 32768 ; pub const SEM_VALUE_MAX : u32 = 2147483647 ; pub const MAXNAMLEN : u32 = 255 ; pub const _SYS_SOCKET_H : u32 = 1 ; pub const __iovec_defined : u32 = 1 ; pub const PF_UNSPEC : u32 = 0 ; pub const PF_LOCAL : u32 = 1 ; pub const PF_UNIX : u32 = 1 ; pub const PF_FILE : u32 = 1 ; pub const PF_INET : u32 = 2 ; pub const PF_AX25 : u32 = 3 ; pub const PF_IPX : u32 = 4 ; pub const PF_APPLETALK : u32 = 5 ; pub const PF_NETROM : u32 = 6 ; pub const PF_BRIDGE : u32 = 7 ; pub const PF_ATMPVC : u32 = 8 ; pub const PF_X25 : u32 = 9 ; pub const PF_INET6 : u32 = 10 ; pub const PF_ROSE : u32 = 11 ; pub const PF_DECnet : u32 = 12 ; pub const PF_NETBEUI : u32 = 13 ; pub const PF_SECURITY : u32 = 14 ; pub const PF_KEY : u32 = 15 ; pub const PF_NETLINK : u32 = 16 ; pub const PF_ROUTE : u32 = 16 ; pub const PF_PACKET : u32 = 17 ; pub const PF_ASH : u32 = 18 ; pub const PF_ECONET : u32 = 19 ; pub const PF_ATMSVC : u32 = 20 ; pub const PF_RDS : u32 = 21 ; pub const PF_SNA : u32 = 22 ; pub const PF_IRDA : u32 = 23 ; pub const PF_PPPOX : u32 = 24 ; pub const PF_WANPIPE : u32 = 25 ; pub const PF_LLC : u32 = 26 ; pub const PF_IB : u32 = 27 ; pub const PF_MPLS : u32 = 28 ; pub const PF_CAN : u32 = 29 ; pub const PF_TIPC : u32 = 30 ; pub const PF_BLUETOOTH : u32 = 31 ; pub const PF_IUCV : u32 = 32 ; pub const PF_RXRPC : u32 = 33 ; pub const PF_ISDN : u32 = 34 ; pub const PF_PHONET : u32 = 35 ; pub const PF_IEEE802154 : u32 = 36 ; pub const PF_CAIF : u32 = 37 ; pub const PF_ALG : u32 = 38 ; pub const PF_NFC : u32 = 39 ; pub const PF_VSOCK : u32 = 40 ; pub const PF_KCM : u32 = 41 ; pub const PF_QIPCRTR : u32 = 42 ; pub const PF_SMC : u32 = 43 ; pub const PF_XDP : u32 = 44 ; pub const PF_MCTP : u32 = 45 ; pub const PF_MAX : u32 = 46 ; pub const AF_UNSPEC : u32 = 0 ; pub const AF_LOCAL : u32 = 1 ; pub const AF_UNIX : u32 = 1 ; pub const AF_FILE : u32 = 1 ; pub const AF_INET : u32 = 2 ; pub const AF_AX25 : u32 = 3 ; pub const AF_IPX : u32 = 4 ; pub const AF_APPLETALK : u32 = 5 ; pub const AF_NETROM : u32 = 6 ; pub const AF_BRIDGE : u32 = 7 ; pub const AF_ATMPVC : u32 = 8 ; pub const AF_X25 : u32 = 9 ; pub const AF_INET6 : u32 = 10 ; pub const AF_ROSE : u32 = 11 ; pub const AF_DECnet : u32 = 12 ; pub const AF_NETBEUI : u32 = 13 ; pub const AF_SECURITY : u32 = 14 ; pub const AF_KEY : u32 = 15 ; pub const AF_NETLINK : u32 = 16 ; pub const AF_ROUTE : u32 = 16 ; pub const AF_PACKET : u32 = 17 ; pub const AF_ASH : u32 = 18 ; pub const AF_ECONET : u32 = 19 ; pub const AF_ATMSVC : u32 = 20 ; pub const AF_RDS : u32 = 21 ; pub const AF_SNA : u32 = 22 ; pub const AF_IRDA : u32 = 23 ; pub const AF_PPPOX : u32 = 24 ; pub const AF_WANPIPE : u32 = 25 ; pub const AF_LLC : u32 = 26 ; pub const AF_IB : u32 = 27 ; pub const AF_MPLS : u32 = 28 ; pub const AF_CAN : u32 = 29 ; pub const AF_TIPC : u32 = 30 ; pub const AF_BLUETOOTH : u32 = 31 ; pub const AF_IUCV : u32 = 32 ; pub const AF_RXRPC : u32 = 33 ; pub const AF_ISDN : u32 = 34 ; pub const AF_PHONET : u32 = 35 ; pub const AF_IEEE802154 : u32 = 36 ; pub const AF_CAIF : u32 = 37 ; pub const AF_ALG : u32 = 38 ; pub const AF_NFC : u32 = 39 ; pub const AF_VSOCK : u32 = 40 ; pub const AF_KCM : u32 = 41 ; pub const AF_QIPCRTR : u32 = 42 ; pub const AF_SMC : u32 = 43 ; pub const AF_XDP : u32 = 44 ; pub const AF_MCTP : u32 = 45 ; pub const AF_MAX : u32 = 46 ; pub const SOL_RAW : u32 = 255 ; pub const SOL_DECNET : u32 = 261 ; pub const SOL_X25 : u32 = 262 ; pub const SOL_PACKET : u32 = 263 ; pub const SOL_ATM : u32 = 264 ; pub const SOL_AAL : u32 = 265 ; pub const SOL_IRDA : u32 = 266 ; pub const SOL_NETBEUI : u32 = 267 ; pub const SOL_LLC : u32 = 268 ; pub const SOL_DCCP : u32 = 269 ; pub const SOL_NETLINK : u32 = 270 ; pub const SOL_TIPC : u32 = 271 ; pub const SOL_RXRPC : u32 = 272 ; pub const SOL_PPPOL2TP : u32 = 273 ; pub const SOL_BLUETOOTH : u32 = 274 ; pub const SOL_PNPIPE : u32 = 275 ; pub const SOL_RDS : u32 = 276 ; pub const SOL_IUCV : u32 = 277 ; pub const SOL_CAIF : u32 = 278 ; pub const SOL_ALG : u32 = 279 ; pub const SOL_NFC : u32 = 280 ; pub const SOL_KCM : u32 = 281 ; pub const SOL_TLS : u32 = 282 ; pub const SOL_XDP : u32 = 283 ; pub const SOL_MPTCP : u32 = 284 ; pub const SOL_MCTP : u32 = 285 ; pub const SOL_SMC : u32 = 286 ; pub const SOL_VSOCK : u32 = 287 ; pub const SOMAXCONN : u32 = 4096 ; pub const _BITS_SOCKADDR_H : u32 = 1 ; pub const _SS_SIZE : u32 = 128 ; pub const __BITS_PER_LONG : u32 = 64 ; pub const __BITS_PER_LONG_LONG : u32 = 64 ; pub const FIOSETOWN : u32 = 35073 ; pub const SIOCSPGRP : u32 = 35074 ; pub const FIOGETOWN : u32 = 35075 ; pub const SIOCGPGRP : u32 = 35076 ; pub const SIOCATMARK : u32 = 35077 ; pub const SIOCGSTAMP_OLD : u32 = 35078 ; pub const SIOCGSTAMPNS_OLD : u32 = 35079 ; pub const SOL_SOCKET : u32 = 1 ; pub const SO_DEBUG : u32 = 1 ; pub const SO_REUSEADDR : u32 = 2 ; pub const SO_TYPE : u32 = 3 ; pub const SO_ERROR : u32 = 4 ; pub const SO_DONTROUTE : u32 = 5 ; pub const SO_BROADCAST : u32 = 6 ; pub const SO_SNDBUF : u32 = 7 ; pub const SO_RCVBUF : u32 = 8 ; pub const SO_SNDBUFFORCE : u32 = 32 ; pub const SO_RCVBUFFORCE : u32 = 33 ; pub const SO_KEEPALIVE : u32 = 9 ; pub const SO_OOBINLINE : u32 = 10 ; pub const SO_NO_CHECK : u32 = 11 ; pub const SO_PRIORITY : u32 = 12 ; pub const SO_LINGER : u32 = 13 ; pub const SO_BSDCOMPAT : u32 = 14 ; pub const SO_REUSEPORT : u32 = 15 ; pub const SO_PASSCRED : u32 = 16 ; pub const SO_PEERCRED : u32 = 17 ; pub const SO_RCVLOWAT : u32 = 18 ; pub const SO_SNDLOWAT : u32 = 19 ; pub const SO_RCVTIMEO_OLD : u32 = 20 ; pub const SO_SNDTIMEO_OLD : u32 = 21 ; pub const SO_SECURITY_AUTHENTICATION : u32 = 22 ; pub const SO_SECURITY_ENCRYPTION_TRANSPORT : u32 = 23 ; pub const SO_SECURITY_ENCRYPTION_NETWORK : u32 = 24 ; pub const SO_BINDTODEVICE : u32 = 25 ; pub const SO_ATTACH_FILTER : u32 = 26 ; pub const SO_DETACH_FILTER : u32 = 27 ; pub const SO_GET_FILTER : u32 = 26 ; pub const SO_PEERNAME : u32 = 28 ; pub const SO_ACCEPTCONN : u32 = 30 ; pub const SO_PEERSEC : u32 = 31 ; pub const SO_PASSSEC : u32 = 34 ; pub const SO_MARK : u32 = 36 ; pub const SO_PROTOCOL : u32 = 38 ; pub const SO_DOMAIN : u32 = 39 ; pub const SO_RXQ_OVFL : u32 = 40 ; pub const SO_WIFI_STATUS : u32 = 41 ; pub const SCM_WIFI_STATUS : u32 = 41 ; pub const SO_PEEK_OFF : u32 = 42 ; pub const SO_NOFCS : u32 = 43 ; pub const SO_LOCK_FILTER : u32 = 44 ; pub const SO_SELECT_ERR_QUEUE : u32 = 45 ; pub const SO_BUSY_POLL : u32 = 46 ; pub const SO_MAX_PACING_RATE : u32 = 47 ; pub const SO_BPF_EXTENSIONS : u32 = 48 ; pub const SO_INCOMING_CPU : u32 = 49 ; pub const SO_ATTACH_BPF : u32 = 50 ; pub const SO_DETACH_BPF : u32 = 27 ; pub const SO_ATTACH_REUSEPORT_CBPF : u32 = 51 ; pub const SO_ATTACH_REUSEPORT_EBPF : u32 = 52 ; pub const SO_CNX_ADVICE : u32 = 53 ; pub const SCM_TIMESTAMPING_OPT_STATS : u32 = 54 ; pub const SO_MEMINFO : u32 = 55 ; pub const SO_INCOMING_NAPI_ID : u32 = 56 ; pub const SO_COOKIE : u32 = 57 ; pub const SCM_TIMESTAMPING_PKTINFO : u32 = 58 ; pub const SO_PEERGROUPS : u32 = 59 ; pub const SO_ZEROCOPY : u32 = 60 ; pub const SO_TXTIME : u32 = 61 ; pub const SCM_TXTIME : u32 = 61 ; pub const SO_BINDTOIFINDEX : u32 = 62 ; pub const SO_TIMESTAMP_OLD : u32 = 29 ; pub const SO_TIMESTAMPNS_OLD : u32 = 35 ; pub const SO_TIMESTAMPING_OLD : u32 = 37 ; pub const SO_TIMESTAMP_NEW : u32 = 63 ; pub const SO_TIMESTAMPNS_NEW : u32 = 64 ; pub const SO_TIMESTAMPING_NEW : u32 = 65 ; pub const SO_RCVTIMEO_NEW : u32 = 66 ; pub const SO_SNDTIMEO_NEW : u32 = 67 ; pub const SO_DETACH_REUSEPORT_BPF : u32 = 68 ; pub const SO_PREFER_BUSY_POLL : u32 = 69 ; pub const SO_BUSY_POLL_BUDGET : u32 = 70 ; pub const SO_NETNS_COOKIE : u32 = 71 ; pub const SO_BUF_LOCK : u32 = 72 ; pub const SO_RESERVE_MEM : u32 = 73 ; pub const SO_TXREHASH : u32 = 74 ; pub const SO_RCVMARK : u32 = 75 ; pub const SO_PASSPIDFD : u32 = 76 ; pub const SO_PEERPIDFD : u32 = 77 ; pub const SO_DEVMEM_LINEAR : u32 = 78 ; pub const SCM_DEVMEM_LINEAR : u32 = 78 ; pub const SO_DEVMEM_DMABUF : u32 = 79 ; pub const SCM_DEVMEM_DMABUF : u32 = 79 ; pub const SO_DEVMEM_DONTNEED : u32 = 80 ; pub const SCM_TS_OPT_ID : u32 = 81 ; pub const SO_RCVPRIORITY : u32 = 82 ; pub const SO_PASSRIGHTS : u32 = 83 ; pub const SO_INQ : u32 = 84 ; pub const SCM_INQ : u32 = 84 ; pub const SO_TIMESTAMP : u32 = 29 ; pub const SO_TIMESTAMPNS : u32 = 35 ; pub const SO_TIMESTAMPING : u32 = 37 ; pub const SO_RCVTIMEO : u32 = 20 ; pub const SO_SNDTIMEO : u32 = 21 ; pub const SCM_TIMESTAMP : u32 = 29 ; pub const SCM_TIMESTAMPNS : u32 = 35 ; pub const SCM_TIMESTAMPING : u32 = 37 ; pub const __osockaddr_defined : u32 = 1 ; pub const _NETINET_IN_H : u32 = 1 ; pub const __USE_KERNEL_IPV6_DEFS : u32 = 0 ; pub const IP_OPTIONS : u32 = 4 ; pub const IP_HDRINCL : u32 = 3 ; pub const IP_TOS : u32 = 1 ; pub const IP_TTL : u32 = 2 ; pub const IP_RECVOPTS : u32 = 6 ; pub const IP_RETOPTS : u32 = 7 ; pub const IP_MULTICAST_IF : u32 = 32 ; pub const IP_MULTICAST_TTL : u32 = 33 ; pub const IP_MULTICAST_LOOP : u32 = 34 ; pub const IP_ADD_MEMBERSHIP : u32 = 35 ; pub const IP_DROP_MEMBERSHIP : u32 = 36 ; pub const IP_UNBLOCK_SOURCE : u32 = 37 ; pub const IP_BLOCK_SOURCE : u32 = 38 ; pub const IP_ADD_SOURCE_MEMBERSHIP : u32 = 39 ; pub const IP_DROP_SOURCE_MEMBERSHIP : u32 = 40 ; pub const IP_MSFILTER : u32 = 41 ; pub const MCAST_JOIN_GROUP : u32 = 42 ; pub const MCAST_BLOCK_SOURCE : u32 = 43 ; pub const MCAST_UNBLOCK_SOURCE : u32 = 44 ; pub const MCAST_LEAVE_GROUP : u32 = 45 ; pub const MCAST_JOIN_SOURCE_GROUP : u32 = 46 ; pub const MCAST_LEAVE_SOURCE_GROUP : u32 = 47 ; pub const MCAST_MSFILTER : u32 = 48 ; pub const IP_MULTICAST_ALL : u32 = 49 ; pub const IP_UNICAST_IF : u32 = 50 ; pub const MCAST_EXCLUDE : u32 = 0 ; pub const MCAST_INCLUDE : u32 = 1 ; pub const IP_ROUTER_ALERT : u32 = 5 ; pub const IP_PKTINFO : u32 = 8 ; pub const IP_PKTOPTIONS : u32 = 9 ; pub const IP_PMTUDISC : u32 = 10 ; pub const IP_MTU_DISCOVER : u32 = 10 ; pub const IP_RECVERR : u32 = 11 ; pub const IP_RECVTTL : u32 = 12 ; pub const IP_RECVTOS : u32 = 13 ; pub const IP_MTU : u32 = 14 ; pub const IP_FREEBIND : u32 = 15 ; pub const IP_IPSEC_POLICY : u32 = 16 ; pub const IP_XFRM_POLICY : u32 = 17 ; pub const IP_PASSSEC : u32 = 18 ; pub const IP_TRANSPARENT : u32 = 19 ; pub const IP_ORIGDSTADDR : u32 = 20 ; pub const IP_RECVORIGDSTADDR : u32 = 20 ; pub const IP_MINTTL : u32 = 21 ; pub const IP_NODEFRAG : u32 = 22 ; pub const IP_CHECKSUM : u32 = 23 ; pub const IP_BIND_ADDRESS_NO_PORT : u32 = 24 ; pub const IP_RECVFRAGSIZE : u32 = 25 ; pub const IP_RECVERR_RFC4884 : u32 = 26 ; pub const IP_PMTUDISC_DONT : u32 = 0 ; pub const IP_PMTUDISC_WANT : u32 = 1 ; pub const IP_PMTUDISC_DO : u32 = 2 ; pub const IP_PMTUDISC_PROBE : u32 = 3 ; pub const IP_PMTUDISC_INTERFACE : u32 = 4 ; pub const IP_PMTUDISC_OMIT : u32 = 5 ; pub const IP_LOCAL_PORT_RANGE : u32 = 51 ; pub const IP_PROTOCOL : u32 = 52 ; pub const SOL_IP : u32 = 0 ; pub const IP_DEFAULT_MULTICAST_TTL : u32 = 1 ; pub const IP_DEFAULT_MULTICAST_LOOP : u32 = 1 ; pub const IP_MAX_MEMBERSHIPS : u32 = 20 ; pub const IPV6_ADDRFORM : u32 = 1 ; pub const IPV6_2292PKTINFO : u32 = 2 ; pub const IPV6_2292HOPOPTS : u32 = 3 ; pub const IPV6_2292DSTOPTS : u32 = 4 ; pub const IPV6_2292RTHDR : u32 = 5 ; pub const IPV6_2292PKTOPTIONS : u32 = 6 ; pub const IPV6_CHECKSUM : u32 = 7 ; pub const IPV6_2292HOPLIMIT : u32 = 8 ; pub const IPV6_NEXTHOP : u32 = 9 ; pub const IPV6_AUTHHDR : u32 = 10 ; pub const IPV6_UNICAST_HOPS : u32 = 16 ; pub const IPV6_MULTICAST_IF : u32 = 17 ; pub const IPV6_MULTICAST_HOPS : u32 = 18 ; pub const IPV6_MULTICAST_LOOP : u32 = 19 ; pub const IPV6_JOIN_GROUP : u32 = 20 ; pub const IPV6_LEAVE_GROUP : u32 = 21 ; pub const IPV6_ROUTER_ALERT : u32 = 22 ; pub const IPV6_MTU_DISCOVER : u32 = 23 ; pub const IPV6_MTU : u32 = 24 ; pub const IPV6_RECVERR : u32 = 25 ; pub const IPV6_V6ONLY : u32 = 26 ; pub const IPV6_JOIN_ANYCAST : u32 = 27 ; pub const IPV6_LEAVE_ANYCAST : u32 = 28 ; pub const IPV6_MULTICAST_ALL : u32 = 29 ; pub const IPV6_ROUTER_ALERT_ISOLATE : u32 = 30 ; pub const IPV6_RECVERR_RFC4884 : u32 = 31 ; pub const IPV6_IPSEC_POLICY : u32 = 34 ; pub const IPV6_XFRM_POLICY : u32 = 35 ; pub const IPV6_HDRINCL : u32 = 36 ; pub const IPV6_RECVPKTINFO : u32 = 49 ; pub const IPV6_PKTINFO : u32 = 50 ; pub const IPV6_RECVHOPLIMIT : u32 = 51 ; pub const IPV6_HOPLIMIT : u32 = 52 ; pub const IPV6_RECVHOPOPTS : u32 = 53 ; pub const IPV6_HOPOPTS : u32 = 54 ; pub const IPV6_RTHDRDSTOPTS : u32 = 55 ; pub const IPV6_RECVRTHDR : u32 = 56 ; pub const IPV6_RTHDR : u32 = 57 ; pub const IPV6_RECVDSTOPTS : u32 = 58 ; pub const IPV6_DSTOPTS : u32 = 59 ; pub const IPV6_RECVPATHMTU : u32 = 60 ; pub const IPV6_PATHMTU : u32 = 61 ; pub const IPV6_DONTFRAG : u32 = 62 ; pub const IPV6_RECVTCLASS : u32 = 66 ; pub const IPV6_TCLASS : u32 = 67 ; pub const IPV6_AUTOFLOWLABEL : u32 = 70 ; pub const IPV6_ADDR_PREFERENCES : u32 = 72 ; pub const IPV6_MINHOPCOUNT : u32 = 73 ; pub const IPV6_ORIGDSTADDR : u32 = 74 ; pub const IPV6_RECVORIGDSTADDR : u32 = 74 ; pub const IPV6_TRANSPARENT : u32 = 75 ; pub const IPV6_UNICAST_IF : u32 = 76 ; pub const IPV6_RECVFRAGSIZE : u32 = 77 ; pub const IPV6_FREEBIND : u32 = 78 ; pub const IPV6_ADD_MEMBERSHIP : u32 = 20 ; pub const IPV6_DROP_MEMBERSHIP : u32 = 21 ; pub const IPV6_RXHOPOPTS : u32 = 54 ; pub const IPV6_RXDSTOPTS : u32 = 59 ; pub const IPV6_PMTUDISC_DONT : u32 = 0 ; pub const IPV6_PMTUDISC_WANT : u32 = 1 ; pub const IPV6_PMTUDISC_DO : u32 = 2 ; pub const IPV6_PMTUDISC_PROBE : u32 = 3 ; pub const IPV6_PMTUDISC_INTERFACE : u32 = 4 ; pub const IPV6_PMTUDISC_OMIT : u32 = 5 ; pub const SOL_IPV6 : u32 = 41 ; pub const SOL_ICMPV6 : u32 = 58 ; pub const IPV6_RTHDR_LOOSE : u32 = 0 ; pub const IPV6_RTHDR_STRICT : u32 = 1 ; pub const IPV6_RTHDR_TYPE_0 : u32 = 0 ; pub const IN_CLASSA_NET : u32 = 4278190080 ; pub const IN_CLASSA_NSHIFT : u32 = 24 ; pub const IN_CLASSA_HOST : u32 = 16777215 ; pub const IN_CLASSA_MAX : u32 = 128 ; pub const IN_CLASSB_NET : u32 = 4294901760 ; pub const IN_CLASSB_NSHIFT : u32 = 16 ; pub const IN_CLASSB_HOST : u32 = 65535 ; pub const IN_CLASSB_MAX : u32 = 65536 ; pub const IN_CLASSC_NET : u32 = 4294967040 ; pub const IN_CLASSC_NSHIFT : u32 = 8 ; pub const IN_CLASSC_HOST : u32 = 255 ; pub const IN_LOOPBACKNET : u32 = 127 ; pub const INET_ADDRSTRLEN : u32 = 16 ; pub const INET6_ADDRSTRLEN : u32 = 46 ; pub const _NETINET_TCP_H : u32 = 1 ; pub const TCP_NODELAY : u32 = 1 ; pub const TCP_MAXSEG : u32 = 2 ; pub const TCP_CORK : u32 = 3 ; pub const TCP_KEEPIDLE : u32 = 4 ; pub const TCP_KEEPINTVL : u32 = 5 ; pub const TCP_KEEPCNT : u32 = 6 ; pub const TCP_SYNCNT : u32 = 7 ; pub const TCP_LINGER2 : u32 = 8 ; pub const TCP_DEFER_ACCEPT : u32 = 9 ; pub const TCP_WINDOW_CLAMP : u32 = 10 ; pub const TCP_INFO : u32 = 11 ; pub const TCP_QUICKACK : u32 = 12 ; pub const TCP_CONGESTION : u32 = 13 ; pub const TCP_MD5SIG : u32 = 14 ; pub const TCP_COOKIE_TRANSACTIONS : u32 = 15 ; pub const TCP_THIN_LINEAR_TIMEOUTS : u32 = 16 ; pub const TCP_THIN_DUPACK : u32 = 17 ; pub const TCP_USER_TIMEOUT : u32 = 18 ; pub const TCP_REPAIR : u32 = 19 ; pub const TCP_REPAIR_QUEUE : u32 = 20 ; pub const TCP_QUEUE_SEQ : u32 = 21 ; pub const TCP_REPAIR_OPTIONS : u32 = 22 ; pub const TCP_FASTOPEN : u32 = 23 ; pub const TCP_TIMESTAMP : u32 = 24 ; pub const TCP_NOTSENT_LOWAT : u32 = 25 ; pub const TCP_CC_INFO : u32 = 26 ; pub const TCP_SAVE_SYN : u32 = 27 ; pub const TCP_SAVED_SYN : u32 = 28 ; pub const TCP_REPAIR_WINDOW : u32 = 29 ; pub const TCP_FASTOPEN_CONNECT : u32 = 30 ; pub const TCP_ULP : u32 = 31 ; pub const TCP_MD5SIG_EXT : u32 = 32 ; pub const TCP_FASTOPEN_KEY : u32 = 33 ; pub const TCP_FASTOPEN_NO_COOKIE : u32 = 34 ; pub const TCP_ZEROCOPY_RECEIVE : u32 = 35 ; pub const TCP_INQ : u32 = 36 ; pub const TCP_CM_INQ : u32 = 36 ; pub const TCP_TX_DELAY : u32 = 37 ; pub const TCP_REPAIR_ON : u32 = 1 ; pub const TCP_REPAIR_OFF : u32 = 0 ; pub const TCP_REPAIR_OFF_NO_WP : i32 = - 1 ; pub const TH_FIN : u32 = 1 ; pub const TH_SYN : u32 = 2 ; pub const TH_RST : u32 = 4 ; pub const TH_PUSH : u32 = 8 ; pub const TH_ACK : u32 = 16 ; pub const TH_URG : u32 = 32 ; pub const TCPOPT_EOL : u32 = 0 ; pub const TCPOPT_NOP : u32 = 1 ; pub const TCPOPT_MAXSEG : u32 = 2 ; pub const TCPOLEN_MAXSEG : u32 = 4 ; pub const TCPOPT_WINDOW : u32 = 3 ; pub const TCPOLEN_WINDOW : u32 = 3 ; pub const TCPOPT_SACK_PERMITTED : u32 = 4 ; pub const TCPOLEN_SACK_PERMITTED : u32 = 2 ; pub const TCPOPT_SACK : u32 = 5 ; pub const TCPOPT_TIMESTAMP : u32 = 8 ; pub const TCPOLEN_TIMESTAMP : u32 = 10 ; pub const TCPOLEN_TSTAMP_APPA : u32 = 12 ; pub const TCPOPT_TSTAMP_HDR : u32 = 16844810 ; pub const TCP_MSS : u32 = 512 ; pub const TCP_MAXWIN : u32 = 65535 ; pub const TCP_MAX_WINSHIFT : u32 = 14 ; pub const SOL_TCP : u32 = 6 ; pub const TCPI_OPT_TIMESTAMPS : u32 = 1 ; pub const TCPI_OPT_SACK : u32 = 2 ; pub const TCPI_OPT_WSCALE : u32 = 4 ; pub const TCPI_OPT_ECN : u32 = 8 ; pub const TCPI_OPT_ECN_SEEN : u32 = 16 ; pub const TCPI_OPT_SYN_DATA : u32 = 32 ; pub const TCPI_OPT_USEC_TS : u32 = 64 ; pub const TCPI_OPT_TFO_CHILD : u32 = 128 ; pub const TCP_MD5SIG_MAXKEYLEN : u32 = 80 ; pub const TCP_MD5SIG_FLAG_PREFIX : u32 = 1 ; pub const TCP_MD5SIG_FLAG_IFINDEX : u32 = 2 ; pub const TCP_AO_MAXKEYLEN : u32 = 80 ; pub const TCP_AO_KEYF_IFINDEX : u32 = 1 ; pub const TCP_AO_KEYF_EXCLUDE_OPT : u32 = 2 ; pub const TCP_COOKIE_MIN : u32 = 8 ; pub const TCP_COOKIE_MAX : u32 = 16 ; pub const TCP_COOKIE_PAIR_SIZE : u32 = 32 ; pub const TCP_COOKIE_IN_ALWAYS : u32 = 1 ; pub const TCP_COOKIE_OUT_NEVER : u32 = 2 ; pub const TCP_S_DATA_IN : u32 = 4 ; pub const TCP_S_DATA_OUT : u32 = 8 ; pub const TCP_MSS_DEFAULT : u32 = 536 ; pub const TCP_MSS_DESIRED : u32 = 1220 ; pub const _ARPA_INET_H : u32 = 1 ; pub const _NETDB_H : u32 = 1 ; pub const _RPC_NETDB_H : u32 = 1 ; pub const _PATH_HEQUIV : & [u8 ; 17] = b"/etc/hosts.equiv\0" ; pub const _PATH_HOSTS : & [u8 ; 11] = b"/etc/hosts\0" ; pub const _PATH_NETWORKS : & [u8 ; 14] = b"/etc/networks\0" ; pub const _PATH_NSSWITCH_CONF : & [u8 ; 19] = b"/etc/nsswitch.conf\0" ; pub const _PATH_PROTOCOLS : & [u8 ; 15] = b"/etc/protocols\0" ; pub const _PATH_SERVICES : & [u8 ; 14] = b"/etc/services\0" ; pub const HOST_NOT_FOUND : u32 = 1 ; pub const TRY_AGAIN : u32 = 2 ; pub const NO_RECOVERY : u32 = 3 ; pub const NO_DATA : u32 = 4 ; pub const NETDB_INTERNAL : i32 = - 1 ; pub const NETDB_SUCCESS : u32 = 0 ; pub const NO_ADDRESS : u32 = 4 ; pub const IPPORT_RESERVED : u32 = 1024 ; pub const AI_PASSIVE : u32 = 1 ; pub const AI_CANONNAME : u32 = 2 ; pub const AI_NUMERICHOST : u32 = 4 ; pub const AI_V4MAPPED : u32 = 8 ; pub const AI_ALL : u32 = 16 ; pub const AI_ADDRCONFIG : u32 = 32 ; pub const AI_NUMERICSERV : u32 = 1024 ; pub const EAI_BADFLAGS : i32 = - 1 ; pub const EAI_NONAME : i32 = - 2 ; pub const EAI_AGAIN : i32 = - 3 ; pub const EAI_FAIL : i32 = - 4 ; pub const EAI_FAMILY : i32 = - 6 ; pub const EAI_SOCKTYPE : i32 = - 7 ; pub const EAI_SERVICE : i32 = - 8 ; pub const EAI_MEMORY : i32 = - 10 ; pub const EAI_SYSTEM : i32 = - 11 ; pub const EAI_OVERFLOW : i32 = - 12 ; pub const NI_MAXHOST : u32 = 1025 ; pub const NI_MAXSERV : u32 = 32 ; pub const NI_NUMERICHOST : u32 = 1 ; pub const NI_NUMERICSERV : u32 = 2 ; pub const NI_NOFQDN : u32 = 4 ; pub const NI_NAMEREQD : u32 = 8 ; pub const NI_DGRAM : u32 = 16 ; pub const _TERMIOS_H : u32 = 1 ; pub const NCCS : u32 = 32 ; pub const _HAVE_STRUCT_TERMIOS_C_ISPEED : u32 = 1 ; pub const _HAVE_STRUCT_TERMIOS_C_OSPEED : u32 = 1 ; pub const VINTR : u32 = 0 ; pub const VQUIT : u32 = 1 ; pub const VERASE : u32 = 2 ; pub const VKILL : u32 = 3 ; pub const VEOF : u32 = 4 ; pub const VTIME : u32 = 5 ; pub const VMIN : u32 = 6 ; pub const VSWTC : u32 = 7 ; pub const VSTART : u32 = 8 ; pub const VSTOP : u32 = 9 ; pub const VSUSP : u32 = 10 ; pub const VEOL : u32 = 11 ; pub const VREPRINT : u32 = 12 ; pub const VDISCARD : u32 = 13 ; pub const VWERASE : u32 = 14 ; pub const VLNEXT : u32 = 15 ; pub const VEOL2 : u32 = 16 ; pub const IGNBRK : u32 = 1 ; pub const BRKINT : u32 = 2 ; pub const IGNPAR : u32 = 4 ; pub const PARMRK : u32 = 8 ; pub const INPCK : u32 = 16 ; pub const ISTRIP : u32 = 32 ; pub const INLCR : u32 = 64 ; pub const IGNCR : u32 = 128 ; pub const ICRNL : u32 = 256 ; pub const IUCLC : u32 = 512 ; pub const IXON : u32 = 1024 ; pub const IXANY : u32 = 2048 ; pub const IXOFF : u32 = 4096 ; pub const IMAXBEL : u32 = 8192 ; pub const IUTF8 : u32 = 16384 ; pub const OPOST : u32 = 1 ; pub const OLCUC : u32 = 2 ; pub const ONLCR : u32 = 4 ; pub const OCRNL : u32 = 8 ; pub const ONOCR : u32 = 16 ; pub const ONLRET : u32 = 32 ; pub const OFILL : u32 = 64 ; pub const OFDEL : u32 = 128 ; pub const NLDLY : u32 = 256 ; pub const NL0 : u32 = 0 ; pub const NL1 : u32 = 256 ; pub const CRDLY : u32 = 1536 ; pub const CR0 : u32 = 0 ; pub const CR1 : u32 = 512 ; pub const CR2 : u32 = 1024 ; pub const CR3 : u32 = 1536 ; pub const TABDLY : u32 = 6144 ; pub const TAB0 : u32 = 0 ; pub const TAB1 : u32 = 2048 ; pub const TAB2 : u32 = 4096 ; pub const TAB3 : u32 = 6144 ; pub const BSDLY : u32 = 8192 ; pub const BS0 : u32 = 0 ; pub const BS1 : u32 = 8192 ; pub const FFDLY : u32 = 32768 ; pub const FF0 : u32 = 0 ; pub const FF1 : u32 = 32768 ; pub const VTDLY : u32 = 16384 ; pub const VT0 : u32 = 0 ; pub const VT1 : u32 = 16384 ; pub const XTABS : u32 = 6144 ; pub const CSIZE : u32 = 48 ; pub const CS5 : u32 = 0 ; pub const CS6 : u32 = 16 ; pub const CS7 : u32 = 32 ; pub const CS8 : u32 = 48 ; pub const CSTOPB : u32 = 64 ; pub const CREAD : u32 = 128 ; pub const PARENB : u32 = 256 ; pub const PARODD : u32 = 512 ; pub const HUPCL : u32 = 1024 ; pub const CLOCAL : u32 = 2048 ; pub const ADDRB : u32 = 536870912 ; pub const CMSPAR : u32 = 1073741824 ; pub const CRTSCTS : u32 = 2147483648 ; pub const __B0 : u32 = 0 ; pub const __B50 : u32 = 1 ; pub const __B75 : u32 = 2 ; pub const __B110 : u32 = 3 ; pub const __B134 : u32 = 4 ; pub const __B150 : u32 = 5 ; pub const __B200 : u32 = 6 ; pub const __B300 : u32 = 7 ; pub const __B600 : u32 = 8 ; pub const __B1200 : u32 = 9 ; pub const __B1800 : u32 = 10 ; pub const __B2400 : u32 = 11 ; pub const __B4800 : u32 = 12 ; pub const __B9600 : u32 = 13 ; pub const __B19200 : u32 = 14 ; pub const __B38400 : u32 = 15 ; pub const CBAUD : u32 = 4111 ; pub const CBAUDEX : u32 = 4096 ; pub const CIBAUD : u32 = 269418496 ; pub const IBSHIFT : u32 = 16 ; pub const __BOTHER : u32 = 4096 ; pub const __B57600 : u32 = 4097 ; pub const __B115200 : u32 = 4098 ; pub const __B230400 : u32 = 4099 ; pub const __B460800 : u32 = 4100 ; pub const __B500000 : u32 = 4101 ; pub const __B576000 : u32 = 4102 ; pub const __B921600 : u32 = 4103 ; pub const __B1000000 : u32 = 4104 ; pub const __B1152000 : u32 = 4105 ; pub const __B1500000 : u32 = 4106 ; pub const __B2000000 : u32 = 4107 ; pub const __B2500000 : u32 = 4108 ; pub const __B3000000 : u32 = 4109 ; pub const __B3500000 : u32 = 4110 ; pub const __B4000000 : u32 = 4111 ; pub const __EXTA : u32 = 14 ; pub const __EXTB : u32 = 15 ; pub const BOTHER : u32 = 4096 ; pub const ISIG : u32 = 1 ; pub const ICANON : u32 = 2 ; pub const XCASE : u32 = 4 ; pub const ECHO : u32 = 8 ; pub const ECHOE : u32 = 16 ; pub const ECHOK : u32 = 32 ; pub const ECHONL : u32 = 64 ; pub const NOFLSH : u32 = 128 ; pub const TOSTOP : u32 = 256 ; pub const ECHOCTL : u32 = 512 ; pub const ECHOPRT : u32 = 1024 ; pub const ECHOKE : u32 = 2048 ; pub const FLUSHO : u32 = 4096 ; pub const PENDIN : u32 = 16384 ; pub const IEXTEN : u32 = 32768 ; pub const EXTPROC : u32 = 65536 ; pub const TIOCSER_TEMT : u32 = 1 ; pub const TCOOFF : u32 = 0 ; pub const TCOON : u32 = 1 ; pub const TCIOFF : u32 = 2 ; pub const TCION : u32 = 3 ; pub const TCIFLUSH : u32 = 0 ; pub const TCOFLUSH : u32 = 1 ; pub const TCIOFLUSH : u32 = 2 ; pub const TCSANOW : u32 = 0 ; pub const TCSADRAIN : u32 = 1 ; pub const TCSAFLUSH : u32 = 2 ; pub const B0 : u32 = 0 ; pub const B50 : u32 = 50 ; pub const B75 : u32 = 75 ; pub const B110 : u32 = 110 ; pub const B134 : u32 = 134 ; pub const B150 : u32 = 150 ; pub const B200 : u32 = 200 ; pub const B300 : u32 = 300 ; pub const B600 : u32 = 600 ; pub const B1200 : u32 = 1200 ; pub const B1800 : u32 = 1800 ; pub const B2400 : u32 = 2400 ; pub const B4800 : u32 = 4800 ; pub const B9600 : u32 = 9600 ; pub const B19200 : u32 = 19200 ; pub const B38400 : u32 = 38400 ; pub const EXTA : u32 = 19200 ; pub const EXTB : u32 = 38400 ; pub const B7200 : u32 = 7200 ; pub const B14400 : u32 = 14400 ; pub const B28800 : u32 = 28800 ; pub const B33600 : u32 = 33600 ; pub const B57600 : u32 = 57600 ; pub const B76800 : u32 = 76800 ; pub const B115200 : u32 = 115200 ; pub const B153600 : u32 = 153600 ; pub const B230400 : u32 = 230400 ; pub const B307200 : u32 = 307200 ; pub const B460800 : u32 = 460800 ; pub const B500000 : u32 = 500000 ; pub const B576000 : u32 = 576000 ; pub const B614400 : u32 = 614400 ; pub const B921600 : u32 = 921600 ; pub const B1000000 : u32 = 1000000 ; pub const B1152000 : u32 = 1152000 ; pub const B1500000 : u32 = 1500000 ; pub const B2000000 : u32 = 2000000 ; pub const B2500000 : u32 = 2500000 ; pub const B3000000 : u32 = 3000000 ; pub const B3500000 : u32 = 3500000 ; pub const B4000000 : u32 = 4000000 ; pub const B5000000 : u32 = 5000000 ; pub const B10000000 : u32 = 10000000 ; pub const __MAX_BAUD : u32 = 4294967295 ; pub const TTYDEF_IFLAG : u32 = 11554 ; pub const TTYDEF_OFLAG : u32 = 6149 ; pub const TTYDEF_LFLAG : u32 = 35355 ; pub const TTYDEF_CFLAG : u32 = 1440 ; pub const TTYDEF_SPEED : u32 = 9600 ; pub const CEOL : u8 = 0u8 ; pub const CERASE : u32 = 127 ; pub const CSTATUS : u8 = 0u8 ; pub const CMIN : u32 = 1 ; pub const CQUIT : u32 = 28 ; pub const CTIME : u32 = 0 ; pub const CBRK : u8 = 0u8 ; pub const _PWD_H : u32 = 1 ; pub const NSS_BUFLEN_PASSWD : u32 = 1024 ; pub const _SEMAPHORE_H : u32 = 1 ; pub const __SIZEOF_SEM_T : u32 = 32 ; pub const _SYS_PARAM_H : u32 = 1 ; pub const _LIBC_LIMITS_H_ : u32 = 1 ; pub const MB_LEN_MAX : u32 = 16 ; pub const _BITS_POSIX2_LIM_H : u32 = 1 ; pub const _POSIX2_BC_BASE_MAX : u32 = 99 ; pub const _POSIX2_BC_DIM_MAX : u32 = 2048 ; pub const _POSIX2_BC_SCALE_MAX : u32 = 99 ; pub const _POSIX2_BC_STRING_MAX : u32 = 1000 ; pub const _POSIX2_COLL_WEIGHTS_MAX : u32 = 2 ; pub const _POSIX2_EXPR_NEST_MAX : u32 = 32 ; pub const _POSIX2_LINE_MAX : u32 = 2048 ; pub const _POSIX2_RE_DUP_MAX : u32 = 255 ; pub const _POSIX2_CHARCLASS_NAME_MAX : u32 = 14 ; pub const BC_BASE_MAX : u32 = 99 ; pub const BC_DIM_MAX : u32 = 2048 ; pub const BC_SCALE_MAX : u32 = 99 ; pub const BC_STRING_MAX : u32 = 1000 ; pub const COLL_WEIGHTS_MAX : u32 = 255 ; pub const EXPR_NEST_MAX : u32 = 32 ; pub const LINE_MAX : u32 = 2048 ; pub const CHARCLASS_NAME_MAX : u32 = 2048 ; pub const RE_DUP_MAX : u32 = 32767 ; pub const _BITS_SIGNUM_GENERIC_H : u32 = 1 ; pub const SIGINT : u32 = 2 ; pub const SIGILL : u32 = 4 ; pub const SIGABRT : u32 = 6 ; pub const SIGFPE : u32 = 8 ; pub const SIGSEGV : u32 = 11 ; pub const SIGTERM : u32 = 15 ; pub const SIGHUP : u32 = 1 ; pub const SIGQUIT : u32 = 3 ; pub const SIGTRAP : u32 = 5 ; pub const SIGKILL : u32 = 9 ; pub const SIGPIPE : u32 = 13 ; pub const SIGALRM : u32 = 14 ; pub const SIGIOT : u32 = 6 ; pub const _BITS_SIGNUM_ARCH_H : u32 = 1 ; pub const SIGSTKFLT : u32 = 16 ; pub const SIGPWR : u32 = 30 ; pub const SIGBUS : u32 = 7 ; pub const SIGSYS : u32 = 31 ; pub const SIGURG : u32 = 23 ; pub const SIGSTOP : u32 = 19 ; pub const SIGTSTP : u32 = 20 ; pub const SIGCONT : u32 = 18 ; pub const SIGCHLD : u32 = 17 ; pub const SIGTTIN : u32 = 21 ; pub const SIGTTOU : u32 = 22 ; pub const SIGPOLL : u32 = 29 ; pub const SIGXFSZ : u32 = 25 ; pub const SIGXCPU : u32 = 24 ; pub const SIGVTALRM : u32 = 26 ; pub const SIGPROF : u32 = 27 ; pub const SIGUSR1 : u32 = 10 ; pub const SIGUSR2 : u32 = 12 ; pub const SIGWINCH : u32 = 28 ; pub const SIGIO : u32 = 29 ; pub const SIGCLD : u32 = 17 ; pub const __SIGRTMIN : u32 = 32 ; pub const __SIGRTMAX : u32 = 64 ; pub const _NSIG : u32 = 65 ; pub const __sig_atomic_t_defined : u32 = 1 ; pub const __siginfo_t_defined : u32 = 1 ; pub const __SI_MAX_SIZE : u32 = 128 ; pub const _BITS_SIGINFO_ARCH_H : u32 = 1 ; pub const __SI_ERRNO_THEN_CODE : u32 = 1 ; pub const __SI_HAVE_SIGSYS : u32 = 1 ; pub const _BITS_SIGINFO_CONSTS_H : u32 = 1 ; pub const __SI_ASYNCIO_AFTER_SIGIO : u32 = 1 ; pub const __sigevent_t_defined : u32 = 1 ; pub const __SIGEV_MAX_SIZE : u32 = 64 ; pub const _BITS_SIGEVENT_CONSTS_H : u32 = 1 ; pub const NSIG : u32 = 65 ; pub const _BITS_SIGACTION_H : u32 = 1 ; pub const SA_NOCLDSTOP : u32 = 1 ; pub const SA_NOCLDWAIT : u32 = 2 ; pub const SA_SIGINFO : u32 = 4 ; pub const SA_ONSTACK : u32 = 134217728 ; pub const SA_RESTART : u32 = 268435456 ; pub const SA_NODEFER : u32 = 1073741824 ; pub const SA_RESETHAND : u32 = 2147483648 ; pub const SA_INTERRUPT : u32 = 536870912 ; pub const SA_NOMASK : u32 = 1073741824 ; pub const SA_ONESHOT : u32 = 2147483648 ; pub const SA_STACK : u32 = 134217728 ; pub const SIG_BLOCK : u32 = 0 ; pub const SIG_UNBLOCK : u32 = 1 ; pub const SIG_SETMASK : u32 = 2 ; pub const _BITS_SIGCONTEXT_H : u32 = 1 ; pub const FP_XSTATE_MAGIC1 : u32 = 1179670611 ; pub const FP_XSTATE_MAGIC2 : u32 = 1179670597 ; pub const __stack_t_defined : u32 = 1 ; pub const _SYS_UCONTEXT_H : u32 = 1 ; pub const __NGREG : u32 = 23 ; pub const NGREG : u32 = 23 ; pub const _BITS_SIGSTACK_H : u32 = 1 ; pub const MINSIGSTKSZ : u32 = 2048 ; pub const SIGSTKSZ : u32 = 8192 ; pub const _BITS_SS_FLAGS_H : u32 = 1 ; pub const __sigstack_defined : u32 = 1 ; pub const _BITS_SIGTHREAD_H : u32 = 1 ; pub const __USER_HZ : u32 = 100 ; pub const HZ : u32 = 100 ; pub const EXEC_PAGESIZE : u32 = 4096 ; pub const NOGROUP : i32 = - 1 ; pub const MAXHOSTNAMELEN : u32 = 64 ; pub const MAXSYMLINKS : u32 = 20 ; pub const NOFILE : u32 = 256 ; pub const NCARGS : u32 = 131072 ; pub const NGROUPS : u32 = 65536 ; pub const CANBSIZ : u32 = 255 ; pub const MAXPATHLEN : u32 = 4096 ; pub const DEV_BSIZE : u32 = 512 ; pub const _PTHREAD_H : u32 = 1 ; pub const _SCHED_H : u32 = 1 ; pub const _BITS_SCHED_H : u32 = 1 ; pub const SCHED_OTHER : u32 = 0 ; pub const SCHED_FIFO : u32 = 1 ; pub const SCHED_RR : u32 = 2 ; pub const _BITS_TYPES_STRUCT_SCHED_PARAM : u32 = 1 ; pub const _BITS_CPU_SET_H : u32 = 1 ; pub const __CPU_SETSIZE : u32 = 1024 ; pub const _TIME_H : u32 = 1 ; pub const _BITS_TIME_H : u32 = 1 ; pub const CLOCK_REALTIME : u32 = 0 ; pub const CLOCK_MONOTONIC : u32 = 1 ; pub const CLOCK_PROCESS_CPUTIME_ID : u32 = 2 ; pub const CLOCK_THREAD_CPUTIME_ID : u32 = 3 ; pub const CLOCK_MONOTONIC_RAW : u32 = 4 ; pub const CLOCK_REALTIME_COARSE : u32 = 5 ; pub const CLOCK_MONOTONIC_COARSE : u32 = 6 ; pub const CLOCK_BOOTTIME : u32 = 7 ; pub const CLOCK_REALTIME_ALARM : u32 = 8 ; pub const CLOCK_BOOTTIME_ALARM : u32 = 9 ; pub const CLOCK_TAI : u32 = 11 ; pub const TIMER_ABSTIME : u32 = 1 ; pub const __struct_tm_defined : u32 = 1 ; pub const __itimerspec_defined : u32 = 1 ; pub const _BITS_TYPES_LOCALE_T_H : u32 = 1 ; pub const _BITS_TYPES___LOCALE_T_H : u32 = 1 ; pub const TIME_UTC : u32 = 1 ; pub const _BITS_SETJMP_H : u32 = 1 ; pub const __jmp_buf_tag_defined : u32 = 1 ; pub const PTHREAD_ONCE_INIT : u32 = 0 ; pub const PTHREAD_BARRIER_SERIAL_THREAD : i32 = - 1 ; pub const UV_ONCE_INIT : u32 = 0 ; pub const UV_FS_O_APPEND : u32 = 1024 ; pub const UV_FS_O_CREAT : u32 = 64 ; pub const UV_FS_O_DIRECT : u32 = 16384 ; pub const UV_FS_O_DIRECTORY : u32 = 65536 ; pub const UV_FS_O_DSYNC : u32 = 4096 ; pub const UV_FS_O_EXCL : u32 = 128 ; pub const UV_FS_O_EXLOCK : u32 = 0 ; pub const UV_FS_O_NOATIME : u32 = 0 ; pub const UV_FS_O_NOCTTY : u32 = 256 ; pub const UV_FS_O_NOFOLLOW : u32 = 131072 ; pub const UV_FS_O_NONBLOCK : u32 = 2048 ; pub const UV_FS_O_RDONLY : u32 = 0 ; pub const UV_FS_O_RDWR : u32 = 2 ; pub const UV_FS_O_SYMLINK : u32 = 0 ; pub const UV_FS_O_SYNC : u32 = 1052672 ; pub const UV_FS_O_TRUNC : u32 = 512 ; pub const UV_FS_O_WRONLY : u32 = 1 ; pub const UV_FS_O_FILEMAP : u32 = 0 ; pub const UV_FS_O_RANDOM : u32 = 0 ; pub const UV_FS_O_SHORT_LIVED : u32 = 0 ; pub const UV_FS_O_SEQUENTIAL : u32 = 0 ; pub const UV_FS_O_TEMPORARY : u32 = 0 ; pub const UV_PRIORITY_LOW : u32 = 19 ; pub const UV_PRIORITY_BELOW_NORMAL : u32 = 10 ; pub const UV_PRIORITY_NORMAL : u32 = 0 ; pub const UV_PRIORITY_ABOVE_NORMAL : i32 = - 7 ; pub const UV_PRIORITY_HIGH : i32 = - 14 ; pub const UV_PRIORITY_HIGHEST : i32 = - 20 ; pub const UV_MAXHOSTNAMESIZE : u32 = 65 ; pub const UV_FS_COPYFILE_EXCL : u32 = 1 ; pub const UV_FS_COPYFILE_FICLONE : u32 = 2 ; pub const UV_FS_COPYFILE_FICLONE_FORCE : u32 = 4 ; pub const UV_FS_SYMLINK_DIR : u32 = 1 ; pub const UV_FS_SYMLINK_JUNCTION : u32 = 2 ; pub const UV_IF_NAMESIZE : u32 = 17 ; unsafe extern "C" { pub fn __errno_location () -> * mut :: std :: os :: raw :: c_int ; } pub type wchar_t = :: std :: os :: raw :: c_int ; # [repr (C)] # [repr (align (16))] # [derive (Debug , Copy , Clone)] pub struct max_align_t { pub __clang_max_align_nonce1 : :: std :: os :: raw :: c_longlong , pub __bindgen_padding_0 : u64 , pub __clang_max_align_nonce2 : u128 , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of max_align_t"] [:: std :: mem :: size_of :: < max_align_t > () - 32usize] ; ["Alignment of max_align_t"] [:: std :: mem :: align_of :: < max_align_t > () - 16usize] ; ["Offset of field: max_align_t::__clang_max_align_nonce1"] [:: std :: mem :: offset_of ! (max_align_t , __clang_max_align_nonce1) - 0usize] ; ["Offset of field: max_align_t::__clang_max_align_nonce2"] [:: std :: mem :: offset_of ! (max_align_t , __clang_max_align_nonce2) - 16usize] ; } ; pub type __gnuc_va_list = __builtin_va_list ; pub type __u_char = :: std :: os :: raw :: c_uchar ; pub type __u_short = :: std :: os :: raw :: c_ushort ; pub type __u_int = :: std :: os :: raw :: c_uint ; pub type __u_long = :: std :: os :: raw :: c_ulong ; pub type __int8_t = :: std :: os :: raw :: c_schar ; pub type __uint8_t = :: std :: os :: raw :: c_uchar ; pub type __int16_t = :: std :: os :: raw :: c_short ; pub type __uint16_t = :: std :: os :: raw :: c_ushort ; pub type __int32_t = :: std :: os :: raw :: c_int ; pub type __uint32_t = :: std :: os :: raw :: c_uint ; pub type __int64_t = :: std :: os :: raw :: c_long ; pub type __uint64_t = :: std :: os :: raw :: c_ulong ; pub type __int_least8_t = __int8_t ; pub type __uint_least8_t = __uint8_t ; pub type __int_least16_t = __int16_t ; pub type __uint_least16_t = __uint16_t ; pub type __int_least32_t = __int32_t ; pub type __uint_least32_t = __uint32_t ; pub type __int_least64_t = __int64_t ; pub type __uint_least64_t = __uint64_t ; pub type __quad_t = :: std :: os :: raw :: c_long ; pub type __u_quad_t = :: std :: os :: raw :: c_ulong ; pub type __intmax_t = :: std :: os :: raw :: c_long ; pub type __uintmax_t = :: std :: os :: raw :: c_ulong ; pub type __dev_t = :: std :: os :: raw :: c_ulong ; pub type __uid_t = :: std :: os :: raw :: c_uint ; pub type __gid_t = :: std :: os :: raw :: c_uint ; pub type __ino_t = :: std :: os :: raw :: c_ulong ; pub type __ino64_t = :: std :: os :: raw :: c_ulong ; pub type __mode_t = :: std :: os :: raw :: c_uint ; pub type __nlink_t = :: std :: os :: raw :: c_ulong ; pub type __off_t = :: std :: os :: raw :: c_long ; pub type __off64_t = :: std :: os :: raw :: c_long ; pub type __pid_t = :: std :: os :: raw :: c_int ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct __fsid_t { pub __val : [:: std :: os :: raw :: c_int ; 2usize] , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of __fsid_t"] [:: std :: mem :: size_of :: < __fsid_t > () - 8usize] ; ["Alignment of __fsid_t"] [:: std :: mem :: align_of :: < __fsid_t > () - 4usize] ; ["Offset of field: __fsid_t::__val"] [:: std :: mem :: offset_of ! (__fsid_t , __val) - 0usize] ; } ; pub type __clock_t = :: std :: os :: raw :: c_long ; pub type __rlim_t = :: std :: os :: raw :: c_ulong ; pub type __rlim64_t = :: std :: os :: raw :: c_ulong ; pub type __id_t = :: std :: os :: raw :: c_uint ; pub type __time_t = :: std :: os :: raw :: c_long ; pub type __useconds_t = :: std :: os :: raw :: c_uint ; pub type __suseconds_t = :: std :: os :: raw :: c_long ; pub type __suseconds64_t = :: std :: os :: raw :: c_long ; pub type __daddr_t = :: std :: os :: raw :: c_int ; pub type __key_t = :: std :: os :: raw :: c_int ; pub type __clockid_t = :: std :: os :: raw :: c_int ; pub type __timer_t = * mut :: std :: os :: raw :: c_void ; pub type __blksize_t = :: std :: os :: raw :: c_long ; pub type __blkcnt_t = :: std :: os :: raw :: c_long ; pub type __blkcnt64_t = :: std :: os :: raw :: c_long ; pub type __fsblkcnt_t = :: std :: os :: raw :: c_ulong ; pub type __fsblkcnt64_t = :: std :: os :: raw :: c_ulong ; pub type __fsfilcnt_t = :: std :: os :: raw :: c_ulong ; pub type __fsfilcnt64_t = :: std :: os :: raw :: c_ulong ; pub type __fsword_t = :: std :: os :: raw :: c_long ; pub type __ssize_t = :: std :: os :: raw :: c_long ; pub type __syscall_slong_t = :: std :: os :: raw :: c_long ; pub type __syscall_ulong_t = :: std :: os :: raw :: c_ulong ; pub type __loff_t = __off64_t ; pub type __caddr_t = * mut :: std :: os :: raw :: c_char ; pub type __intptr_t = :: std :: os :: raw :: c_long ; pub type __socklen_t = :: std :: os :: raw :: c_uint ; pub type __sig_atomic_t = :: std :: os :: raw :: c_int ; # [repr (C)] # [derive (Copy , Clone)] pub struct __mbstate_t { pub __count : :: std :: os :: raw :: c_int , pub __value : __mbstate_t__bindgen_ty_1 , } # [repr (C)] # [derive (Copy , Clone)] pub union __mbstate_t__bindgen_ty_1 { pub __wch : :: std :: os :: raw :: c_uint , pub __wchb : [:: std :: os :: raw :: c_char ; 4usize] , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of __mbstate_t__bindgen_ty_1"] [:: std :: mem :: size_of :: < __mbstate_t__bindgen_ty_1 > () - 4usize] ; ["Alignment of __mbstate_t__bindgen_ty_1"] [:: std :: mem :: align_of :: < __mbstate_t__bindgen_ty_1 > () - 4usize] ; ["Offset of field: __mbstate_t__bindgen_ty_1::__wch"] [:: std :: mem :: offset_of ! (__mbstate_t__bindgen_ty_1 , __wch) - 0usize] ; ["Offset of field: __mbstate_t__bindgen_ty_1::__wchb"] [:: std :: mem :: offset_of ! (__mbstate_t__bindgen_ty_1 , __wchb) - 0usize] ; } ; # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of __mbstate_t"] [:: std :: mem :: size_of :: < __mbstate_t > () - 8usize] ; ["Alignment of __mbstate_t"] [:: std :: mem :: align_of :: < __mbstate_t > () - 4usize] ; ["Offset of field: __mbstate_t::__count"] [:: std :: mem :: offset_of ! (__mbstate_t , __count) - 0usize] ; ["Offset of field: __mbstate_t::__value"] [:: std :: mem :: offset_of ! (__mbstate_t , __value) - 4usize] ; } ; # [repr (C)] # [derive (Copy , Clone)] pub struct _G_fpos_t { pub __pos : __off_t , pub __state : __mbstate_t , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of _G_fpos_t"] [:: std :: mem :: size_of :: < _G_fpos_t > () - 16usize] ; ["Alignment of _G_fpos_t"] [:: std :: mem :: align_of :: < _G_fpos_t > () - 8usize] ; ["Offset of field: _G_fpos_t::__pos"] [:: std :: mem :: offset_of ! (_G_fpos_t , __pos) - 0usize] ; ["Offset of field: _G_fpos_t::__state"] [:: std :: mem :: offset_of ! (_G_fpos_t , __state) - 8usize] ; } ; pub type __fpos_t = _G_fpos_t ; # [repr (C)] # [derive (Copy , Clone)] pub struct _G_fpos64_t { pub __pos : __off64_t , pub __state : __mbstate_t , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of _G_fpos64_t"] [:: std :: mem :: size_of :: < _G_fpos64_t > () - 16usize] ; ["Alignment of _G_fpos64_t"] [:: std :: mem :: align_of :: < _G_fpos64_t > () - 8usize] ; ["Offset of field: _G_fpos64_t::__pos"] [:: std :: mem :: offset_of ! (_G_fpos64_t , __pos) - 0usize] ; ["Offset of field: _G_fpos64_t::__state"] [:: std :: mem :: offset_of ! (_G_fpos64_t , __state) - 8usize] ; } ; pub type __fpos64_t = _G_fpos64_t ; pub type __FILE = _IO_FILE ; pub type FILE = _IO_FILE ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct _IO_marker { _unused : [u8 ; 0] , } # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct _IO_codecvt { _unused : [u8 ; 0] , } # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct _IO_wide_data { _unused : [u8 ; 0] , } pub type _IO_lock_t = :: std :: os :: raw :: c_void ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct _IO_FILE { pub _flags : :: std :: os :: raw :: c_int , pub _IO_read_ptr : * mut :: std :: os :: raw :: c_char , pub _IO_read_end : * mut :: std :: os :: raw :: c_char , pub _IO_read_base : * mut :: std :: os :: raw :: c_char , pub _IO_write_base : * mut :: std :: os :: raw :: c_char , pub _IO_write_ptr : * mut :: std :: os :: raw :: c_char , pub _IO_write_end : * mut :: std :: os :: raw :: c_char , pub _IO_buf_base : * mut :: std :: os :: raw :: c_char , pub _IO_buf_end : * mut :: std :: os :: raw :: c_char , pub _IO_save_base : * mut :: std :: os :: raw :: c_char , pub _IO_backup_base : * mut :: std :: os :: raw :: c_char , pub _IO_save_end : * mut :: std :: os :: raw :: c_char , pub _markers : * mut _IO_marker , pub _chain : * mut _IO_FILE , pub _fileno : :: std :: os :: raw :: c_int , pub _bitfield_align_1 : [u32 ; 0] , pub _bitfield_1 : __BindgenBitfieldUnit < [u8 ; 3usize] > , pub _short_backupbuf : [:: std :: os :: raw :: c_char ; 1usize] , pub _old_offset : __off_t , pub _cur_column : :: std :: os :: raw :: c_ushort , pub _vtable_offset : :: std :: os :: raw :: c_schar , pub _shortbuf : [:: std :: os :: raw :: c_char ; 1usize] , pub _lock : * mut _IO_lock_t , pub _offset : __off64_t , pub _codecvt : * mut _IO_codecvt , pub _wide_data : * mut _IO_wide_data , pub _freeres_list : * mut _IO_FILE , pub _freeres_buf : * mut :: std :: os :: raw :: c_void , pub _prevchain : * mut * mut _IO_FILE , pub _mode : :: std :: os :: raw :: c_int , pub _unused3 : :: std :: os :: raw :: c_int , pub _total_written : __uint64_t , pub _unused2 : [:: std :: os :: raw :: c_char ; 8usize] , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of _IO_FILE"] [:: std :: mem :: size_of :: < _IO_FILE > () - 216usize] ; ["Alignment of _IO_FILE"] [:: std :: mem :: align_of :: < _IO_FILE > () - 8usize] ; ["Offset of field: _IO_FILE::_flags"] [:: std :: mem :: offset_of ! (_IO_FILE , _flags) - 0usize] ; ["Offset of field: _IO_FILE::_IO_read_ptr"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_read_ptr) - 8usize] ; ["Offset of field: _IO_FILE::_IO_read_end"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_read_end) - 16usize] ; ["Offset of field: _IO_FILE::_IO_read_base"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_read_base) - 24usize] ; ["Offset of field: _IO_FILE::_IO_write_base"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_write_base) - 32usize] ; ["Offset of field: _IO_FILE::_IO_write_ptr"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_write_ptr) - 40usize] ; ["Offset of field: _IO_FILE::_IO_write_end"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_write_end) - 48usize] ; ["Offset of field: _IO_FILE::_IO_buf_base"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_buf_base) - 56usize] ; ["Offset of field: _IO_FILE::_IO_buf_end"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_buf_end) - 64usize] ; ["Offset of field: _IO_FILE::_IO_save_base"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_save_base) - 72usize] ; ["Offset of field: _IO_FILE::_IO_backup_base"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_backup_base) - 80usize] ; ["Offset of field: _IO_FILE::_IO_save_end"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_save_end) - 88usize] ; ["Offset of field: _IO_FILE::_markers"] [:: std :: mem :: offset_of ! (_IO_FILE , _markers) - 96usize] ; ["Offset of field: _IO_FILE::_chain"] [:: std :: mem :: offset_of ! (_IO_FILE , _chain) - 104usize] ; ["Offset of field: _IO_FILE::_fileno"] [:: std :: mem :: offset_of ! (_IO_FILE , _fileno) - 112usize] ; ["Offset of field: _IO_FILE::_short_backupbuf"] [:: std :: mem :: offset_of ! (_IO_FILE , _short_backupbuf) - 119usize] ; ["Offset of field: _IO_FILE::_old_offset"] [:: std :: mem :: offset_of ! (_IO_FILE , _old_offset) - 120usize] ; ["Offset of field: _IO_FILE::_cur_column"] [:: std :: mem :: offset_of ! (_IO_FILE , _cur_column) - 128usize] ; ["Offset of field: _IO_FILE::_vtable_offset"] [:: std :: mem :: offset_of ! (_IO_FILE , _vtable_offset) - 130usize] ; ["Offset of field: _IO_FILE::_shortbuf"] [:: std :: mem :: offset_of ! (_IO_FILE , _shortbuf) - 131usize] ; ["Offset of field: _IO_FILE::_lock"] [:: std :: mem :: offset_of ! (_IO_FILE , _lock) - 136usize] ; ["Offset of field: _IO_FILE::_offset"] [:: std :: mem :: offset_of ! (_IO_FILE , _offset) - 144usize] ; ["Offset of field: _IO_FILE::_codecvt"] [:: std :: mem :: offset_of ! (_IO_FILE , _codecvt) - 152usize] ; ["Offset of field: _IO_FILE::_wide_data"] [:: std :: mem :: offset_of ! (_IO_FILE , _wide_data) - 160usize] ; ["Offset of field: _IO_FILE::_freeres_list"] [:: std :: mem :: offset_of ! (_IO_FILE , _freeres_list) - 168usize] ; ["Offset of field: _IO_FILE::_freeres_buf"] [:: std :: mem :: offset_of ! (_IO_FILE , _freeres_buf) - 176usize] ; ["Offset of field: _IO_FILE::_prevchain"] [:: std :: mem :: offset_of ! (_IO_FILE , _prevchain) - 184usize] ; ["Offset of field: _IO_FILE::_mode"] [:: std :: mem :: offset_of ! (_IO_FILE , _mode) - 192usize] ; ["Offset of field: _IO_FILE::_unused3"] [:: std :: mem :: offset_of ! (_IO_FILE , _unused3) - 196usize] ; ["Offset of field: _IO_FILE::_total_written"] [:: std :: mem :: offset_of ! (_IO_FILE , _total_written) - 200usize] ; ["Offset of field: _IO_FILE::_unused2"] [:: std :: mem :: offset_of ! (_IO_FILE , _unused2) - 208usize] ; } ; impl _IO_FILE { # [inline] pub fn _flags2 (& self) -> :: std :: os :: raw :: c_int { unsafe { :: std :: mem :: transmute (self . _bitfield_1 . get (0usize , 24u8) as u32) } } # [inline] pub fn set__flags2 (& mut self , val : :: std :: os :: raw :: c_int) { unsafe { let val : u32 = :: std :: mem :: transmute (val) ; self . _bitfield_1 . set (0usize , 24u8 , val as u64) } } # [inline] pub unsafe fn _flags2_raw (this : * const Self) -> :: std :: os :: raw :: c_int { unsafe { :: std :: mem :: transmute (< __BindgenBitfieldUnit < [u8 ; 3usize] > > :: raw_get (:: std :: ptr :: addr_of ! ((* this) . _bitfield_1) , 0usize , 24u8 ,) as u32) } } # [inline] pub unsafe fn set__flags2_raw (this : * mut Self , val : :: std :: os :: raw :: c_int) { unsafe { let val : u32 = :: std :: mem :: transmute (val) ; < __BindgenBitfieldUnit < [u8 ; 3usize] > > :: raw_set (:: std :: ptr :: addr_of_mut ! ((* this) . _bitfield_1) , 0usize , 24u8 , val as u64 ,) } } # [inline] pub fn new_bitfield_1 (_flags2 : :: std :: os :: raw :: c_int) -> __BindgenBitfieldUnit < [u8 ; 3usize] > { let mut __bindgen_bitfield_unit : __BindgenBitfieldUnit < [u8 ; 3usize] > = Default :: default () ; __bindgen_bitfield_unit . set (0usize , 24u8 , { let _flags2 : u32 = unsafe { :: std :: mem :: transmute (_flags2) } ; _flags2 as u64 }) ; __bindgen_bitfield_unit } } pub type cookie_read_function_t = :: std :: option :: Option < unsafe extern "C" fn (__cookie : * mut :: std :: os :: raw :: c_void , __buf : * mut :: std :: os :: raw :: c_char , __nbytes : usize) -> __ssize_t > ; pub type cookie_write_function_t = :: std :: option :: Option < unsafe extern "C" fn (__cookie : * mut :: std :: os :: raw :: c_void , __buf : * const :: std :: os :: raw :: c_char , __nbytes : usize) -> __ssize_t > ; pub type cookie_seek_function_t = :: std :: option :: Option < unsafe extern "C" fn (__cookie : * mut :: std :: os :: raw :: c_void , __pos : * mut __off64_t , __w : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int > ; pub type cookie_close_function_t = :: std :: option :: Option < unsafe extern "C" fn (__cookie : * mut :: std :: os :: raw :: c_void) -> :: std :: os :: raw :: c_int > ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct _IO_cookie_io_functions_t { pub read : cookie_read_function_t , pub write : cookie_write_function_t , pub seek : cookie_seek_function_t , pub close : cookie_close_function_t , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of _IO_cookie_io_functions_t"] [:: std :: mem :: size_of :: < _IO_cookie_io_functions_t > () - 32usize] ; ["Alignment of _IO_cookie_io_functions_t"] [:: std :: mem :: align_of :: < _IO_cookie_io_functions_t > () - 8usize] ; ["Offset of field: _IO_cookie_io_functions_t::read"] [:: std :: mem :: offset_of ! (_IO_cookie_io_functions_t , read) - 0usize] ; ["Offset of field: _IO_cookie_io_functions_t::write"] [:: std :: mem :: offset_of ! (_IO_cookie_io_functions_t , write) - 8usize] ; ["Offset of field: _IO_cookie_io_functions_t::seek"] [:: std :: mem :: offset_of ! (_IO_cookie_io_functions_t , seek) - 16usize] ; ["Offset of field: _IO_cookie_io_functions_t::close"] [:: std :: mem :: offset_of ! (_IO_cookie_io_functions_t , close) - 24usize] ; } ; pub type cookie_io_functions_t = _IO_cookie_io_functions_t ; pub type va_list = __gnuc_va_list ; pub type off_t = __off_t ; pub type fpos_t = __fpos_t ; unsafe extern "C" { pub static mut stdin : * mut FILE ; } unsafe extern "C" { pub static mut stdout : * mut FILE ; } unsafe extern "C" { pub static mut stderr : * mut FILE ; } unsafe extern "C" { pub fn remove (__filename : * const :: std :: os :: raw :: c_char) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn rename (__old : * const :: std :: os :: raw :: c_char , __new : * const :: std :: os :: raw :: c_char) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn renameat (__oldfd : :: std :: os :: raw :: c_int , __old : * const :: std :: os :: raw :: c_char , __newfd : :: std :: os :: raw :: c_int , __new : * const :: std :: os :: raw :: c_char) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fclose (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn tmpfile () -> * mut FILE ; } unsafe extern "C" { pub fn tmpnam (arg1 : * mut :: std :: os :: raw :: c_char) -> * mut :: std :: os :: raw :: c_char ; } unsafe extern "C" { pub fn tmpnam_r (__s : * mut :: std :: os :: raw :: c_char) -> * mut :: std :: os :: raw :: c_char ; } unsafe extern "C" { pub fn tempnam (__dir : * const :: std :: os :: raw :: c_char , __pfx : * const :: std :: os :: raw :: c_char) -> * mut :: std :: os :: raw :: c_char ; } unsafe extern "C" { pub fn fflush (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fflush_unlocked (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fopen (__filename : * const :: std :: os :: raw :: c_char , __modes : * const :: std :: os :: raw :: c_char) -> * mut FILE ; } unsafe extern "C" { pub fn freopen (__filename : * const :: std :: os :: raw :: c_char , __modes : * const :: std :: os :: raw :: c_char , __stream : * mut FILE) -> * mut FILE ; } unsafe extern "C" { pub fn fdopen (__fd : :: std :: os :: raw :: c_int , __modes : * const :: std :: os :: raw :: c_char) -> * mut FILE ; } unsafe extern "C" { pub fn fopencookie (__magic_cookie : * mut :: std :: os :: raw :: c_void , __modes : * const :: std :: os :: raw :: c_char , __io_funcs : cookie_io_functions_t) -> * mut FILE ; } unsafe extern "C" { pub fn fmemopen (__s : * mut :: std :: os :: raw :: c_void , __len : usize , __modes : * const :: std :: os :: raw :: c_char) -> * mut FILE ; } unsafe extern "C" { pub fn open_memstream (__bufloc : * mut * mut :: std :: os :: raw :: c_char , __sizeloc : * mut usize) -> * mut FILE ; } unsafe extern "C" { pub fn setbuf (__stream : * mut FILE , __buf : * mut :: std :: os :: raw :: c_char) ; } unsafe extern "C" { pub fn setvbuf (__stream : * mut FILE , __buf : * mut :: std :: os :: raw :: c_char , __modes : :: std :: os :: raw :: c_int , __n : usize) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn setbuffer (__stream : * mut FILE , __buf : * mut :: std :: os :: raw :: c_char , __size : usize) ; } unsafe extern "C" { pub fn setlinebuf (__stream : * mut FILE) ; } unsafe extern "C" { pub fn fprintf (__stream : * mut FILE , __format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn printf (__format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn sprintf (__s : * mut :: std :: os :: raw :: c_char , __format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vfprintf (__s : * mut FILE , __format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vprintf (__format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vsprintf (__s : * mut :: std :: os :: raw :: c_char , __format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn snprintf (__s : * mut :: std :: os :: raw :: c_char , __maxlen : :: std :: os :: raw :: c_ulong , __format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vsnprintf (__s : * mut :: std :: os :: raw :: c_char , __maxlen : :: std :: os :: raw :: c_ulong , __format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vasprintf (__ptr : * mut * mut :: std :: os :: raw :: c_char , __f : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __asprintf (__ptr : * mut * mut :: std :: os :: raw :: c_char , __fmt : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn asprintf (__ptr : * mut * mut :: std :: os :: raw :: c_char , __fmt : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vdprintf (__fd : :: std :: os :: raw :: c_int , __fmt : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn dprintf (__fd : :: std :: os :: raw :: c_int , __fmt : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fscanf (__stream : * mut FILE , __format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn scanf (__format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn sscanf (__s : * const :: std :: os :: raw :: c_char , __format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } pub type __cfloat128 = __BindgenComplex < u128 > ; pub type _Float128 = u128 ; pub type _Float32 = f32 ; pub type _Float64 = f64 ; pub type _Float32x = f64 ; pub type _Float64x = u128 ; unsafe extern "C" { # [link_name = "\u{1}__isoc99_fscanf"] pub fn fscanf1 (__stream : * mut FILE , __format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { # [link_name = "\u{1}__isoc99_scanf"] pub fn scanf1 (__format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { # [link_name = "\u{1}__isoc99_sscanf"] pub fn sscanf1 (__s : * const :: std :: os :: raw :: c_char , __format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vfscanf (__s : * mut FILE , __format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vscanf (__format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vsscanf (__s : * const :: std :: os :: raw :: c_char , __format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { # [link_name = "\u{1}__isoc99_vfscanf"] pub fn vfscanf1 (__s : * mut FILE , __format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { # [link_name = "\u{1}__isoc99_vscanf"] pub fn vscanf1 (__format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { # [link_name = "\u{1}__isoc99_vsscanf"] pub fn vsscanf1 (__s : * const :: std :: os :: raw :: c_char , __format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fgetc (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn getc (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn getchar () -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn getc_unlocked (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn getchar_unlocked () -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fgetc_unlocked (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fputc (__c : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn putc (__c : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn putchar (__c : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fputc_unlocked (__c : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn putc_unlocked (__c : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn putchar_unlocked (__c : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn getw (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn putw (__w : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fgets (__s : * mut :: std :: os :: raw :: c_char , __n : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> * mut :: std :: os :: raw :: c_char ; } unsafe extern "C" { pub fn __getdelim (__lineptr : * mut * mut :: std :: os :: raw :: c_char , __n : * mut usize , __delimiter : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> __ssize_t ; } unsafe extern "C" { pub fn getdelim (__lineptr : * mut * mut :: std :: os :: raw :: c_char , __n : * mut usize , __delimiter : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> __ssize_t ; } unsafe extern "C" { pub fn getline (__lineptr : * mut * mut :: std :: os :: raw :: c_char , __n : * mut usize , __stream : * mut FILE) -> __ssize_t ; } unsafe extern "C" { pub fn fputs (__s : * const :: std :: os :: raw :: c_char , __stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn puts (__s : * const :: std :: os :: raw :: c_char) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn ungetc (__c : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fread (__ptr : * mut :: std :: os :: raw :: c_void , __size : :: std :: os :: raw :: c_ulong , __n : :: std :: os :: raw :: c_ulong , __stream : * mut FILE) -> :: std :: os :: raw :: c_ulong ; } unsafe extern "C" { pub fn fwrite (__ptr : * const :: std :: os :: raw :: c_void , __size : :: std :: os :: raw :: c_ulong , __n : :: std :: os :: raw :: c_ulong , __s : * mut FILE) -> :: std :: os :: raw :: c_ulong ; } unsafe extern "C" { pub fn fread_unlocked (__ptr : * mut :: std :: os :: raw :: c_void , __size : usize , __n : usize , __stream : * mut FILE) -> usize ; } unsafe extern "C" { pub fn fwrite_unlocked (__ptr : * const :: std :: os :: raw :: c_void , __size : usize , __n : usize , __stream : * mut FILE) -> usize ; } unsafe extern "C" { pub fn fseek (__stream : * mut FILE , __off : :: std :: os :: raw :: c_long , __whence : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn ftell (__stream : * mut FILE) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn rewind (__stream : * mut FILE) ; } unsafe extern "C" { pub fn fseeko (__stream : * mut FILE , __off : __off_t , __whence : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn ftello (__stream : * mut FILE) -> __off_t ; } unsafe extern "C" { pub fn fgetpos (__stream : * mut FILE , __pos : * mut fpos_t) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fsetpos (__stream : * mut FILE , __pos : * const fpos_t) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn clearerr (__stream : * mut FILE) ; } unsafe extern "C" { pub fn feof (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn ferror (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn clearerr_unlocked (__stream : * mut FILE) ; } unsafe extern "C" { pub fn feof_unlocked (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn ferror_unlocked (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn perror (__s : * const :: std :: os :: raw :: c_char) ; } unsafe extern "C" { pub fn fileno (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fileno_unlocked (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn pclose (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn popen (__command : * const :: std :: os :: raw :: c_char , __modes : * const :: std :: os :: raw :: c_char) -> * mut FILE ; } unsafe extern "C" { pub fn ctermid (__s : * mut :: std :: os :: raw :: c_char) -> * mut :: std :: os :: raw :: c_char ; } unsafe extern "C" { pub fn flockfile (__stream : * mut FILE) ; } unsafe extern "C" { pub fn ftrylockfile (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn funlockfile (__stream : * mut FILE) ; } unsafe extern "C" { pub fn __uflow (arg1 : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __overflow (arg1 : * mut FILE , arg2 : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int ; } pub type int_least8_t = __int_least8_t ; pub type int_least16_t = __int_least16_t ; pub type int_least32_t = __int_least32_t ; pub type int_least64_t = __int_least64_t ; pub type uint_least8_t = __uint_least8_t ; pub type uint_least16_t = __uint_least16_t ; pub type uint_least32_t = __uint_least32_t ; pub type uint_least64_t = __uint_least64_t ; pub type int_fast8_t = :: std :: os :: raw :: c_schar ; pub type int_fast16_t = :: std :: os :: raw :: c_long ; pub type int_fast32_t = :: std :: os :: raw :: c_long ; pub type int_fast64_t = :: std :: os :: raw :: c_long ; pub type uint_fast8_t = :: std :: os :: raw :: c_uchar ; pub type uint_fast16_t = :: std :: os :: raw :: c_ulong ; pub type uint_fast32_t = :: std :: os :: raw :: c_ulong ; pub type uint_fast64_t = :: std :: os :: raw :: c_ulong ; pub type intmax_t = __intmax_t ; pub type uintmax_t = __uintmax_t ; pub type float_t = f32 ; pub type double_t = f64 ; unsafe extern "C" { pub fn __fpclassify (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __signbit (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isinf (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __finite (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isnan (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __iseqsig (__x : f64 , __y : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __issignaling (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn acos (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __acos (__x : f64) -> f64 ; } unsafe extern "C" { pub fn asin (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __asin (__x : f64) -> f64 ; } unsafe extern "C" { pub fn atan (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __atan (__x : f64) -> f64 ; } unsafe extern "C" { pub fn atan2 (__y : f64 , __x : f64) -> f64 ; } unsafe extern "C" { pub fn __atan2 (__y : f64 , __x : f64) -> f64 ; } unsafe extern "C" { pub fn cos (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __cos (__x : f64) -> f64 ; } unsafe extern "C" { pub fn sin (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __sin (__x : f64) -> f64 ; } unsafe extern "C" { pub fn tan (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __tan (__x : f64) -> f64 ; } unsafe extern "C" { pub fn cosh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __cosh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn sinh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __sinh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn tanh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __tanh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn acosh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __acosh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn asinh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __asinh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn atanh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __atanh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn exp (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __exp (__x : f64) -> f64 ; } unsafe extern "C" { pub fn frexp (__x : f64 , __exponent : * mut :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn __frexp (__x : f64 , __exponent : * mut :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn ldexp (__x : f64 , __exponent : :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn __ldexp (__x : f64 , __exponent : :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn log (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __log (__x : f64) -> f64 ; } unsafe extern "C" { pub fn log10 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __log10 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn modf (__x : f64 , __iptr : * mut f64) -> f64 ; } unsafe extern "C" { pub fn __modf (__x : f64 , __iptr : * mut f64) -> f64 ; } unsafe extern "C" { pub fn expm1 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __expm1 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn log1p (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __log1p (__x : f64) -> f64 ; } unsafe extern "C" { pub fn logb (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __logb (__x : f64) -> f64 ; } unsafe extern "C" { pub fn exp2 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __exp2 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn log2 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __log2 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn pow (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn __pow (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn sqrt (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __sqrt (__x : f64) -> f64 ; } unsafe extern "C" { pub fn hypot (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn __hypot (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn cbrt (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __cbrt (__x : f64) -> f64 ; } unsafe extern "C" { pub fn ceil (__x : f64) -> f64 ; } unsafe extern "C" { pub fn fabs (__x : f64) -> f64 ; } unsafe extern "C" { pub fn floor (__x : f64) -> f64 ; } unsafe extern "C" { pub fn fmod (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn __fmod (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn isinf (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn finite (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn drem (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn __drem (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn significand (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __significand (__x : f64) -> f64 ; } unsafe extern "C" { pub fn copysign (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn nan (__tagb : * const :: std :: os :: raw :: c_char) -> f64 ; } unsafe extern "C" { pub fn __nan (__tagb : * const :: std :: os :: raw :: c_char) -> f64 ; } unsafe extern "C" { pub fn isnan (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn j0 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __j0 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn j1 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __j1 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn jn (arg1 : :: std :: os :: raw :: c_int , arg2 : f64) -> f64 ; } unsafe extern "C" { pub fn __jn (arg1 : :: std :: os :: raw :: c_int , arg2 : f64) -> f64 ; } unsafe extern "C" { pub fn y0 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __y0 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn y1 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __y1 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn yn (arg1 : :: std :: os :: raw :: c_int , arg2 : f64) -> f64 ; } unsafe extern "C" { pub fn __yn (arg1 : :: std :: os :: raw :: c_int , arg2 : f64) -> f64 ; } unsafe extern "C" { pub fn erf (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __erf (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn erfc (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __erfc (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn lgamma (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __lgamma (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn tgamma (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __tgamma (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn gamma (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __gamma (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn lgamma_r (arg1 : f64 , __signgamp : * mut :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn __lgamma_r (arg1 : f64 , __signgamp : * mut :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn rint (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __rint (__x : f64) -> f64 ; } unsafe extern "C" { pub fn nextafter (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn __nextafter (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn nexttoward (__x : f64 , __y : u128) -> f64 ; } unsafe extern "C" { pub fn __nexttoward (__x : f64 , __y : u128) -> f64 ; } unsafe extern "C" { pub fn remainder (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn __remainder (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn scalbn (__x : f64 , __n : :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn __scalbn (__x : f64 , __n : :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn ilogb (__x : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __ilogb (__x : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn scalbln (__x : f64 , __n : :: std :: os :: raw :: c_long) -> f64 ; } unsafe extern "C" { pub fn __scalbln (__x : f64 , __n : :: std :: os :: raw :: c_long) -> f64 ; } unsafe extern "C" { pub fn nearbyint (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __nearbyint (__x : f64) -> f64 ; } unsafe extern "C" { pub fn round (__x : f64) -> f64 ; } unsafe extern "C" { pub fn trunc (__x : f64) -> f64 ; } unsafe extern "C" { pub fn remquo (__x : f64 , __y : f64 , __quo : * mut :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn __remquo (__x : f64 , __y : f64 , __quo : * mut :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn lrint (__x : f64) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn __lrint (__x : f64) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn llrint (__x : f64) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn __llrint (__x : f64) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn lround (__x : f64) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn __lround (__x : f64) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn llround (__x : f64) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn __llround (__x : f64) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn fdim (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn __fdim (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn fmax (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn fmin (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn fma (__x : f64 , __y : f64 , __z : f64) -> f64 ; } unsafe extern "C" { pub fn __fma (__x : f64 , __y : f64 , __z : f64) -> f64 ; } unsafe extern "C" { pub fn scalb (__x : f64 , __n : f64) -> f64 ; } unsafe extern "C" { pub fn __scalb (__x : f64 , __n : f64) -> f64 ; } unsafe extern "C" { pub fn __fpclassifyf (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __signbitf (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isinff (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __finitef (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isnanf (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __iseqsigf (__x : f32 , __y : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __issignalingf (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn acosf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __acosf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn asinf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __asinf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn atanf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __atanf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn atan2f (__y : f32 , __x : f32) -> f32 ; } unsafe extern "C" { pub fn __atan2f (__y : f32 , __x : f32) -> f32 ; } unsafe extern "C" { pub fn cosf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __cosf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn sinf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __sinf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn tanf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __tanf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn coshf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __coshf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn sinhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __sinhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn tanhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __tanhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn acoshf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __acoshf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn asinhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __asinhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn atanhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __atanhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn expf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __expf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn frexpf (__x : f32 , __exponent : * mut :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn __frexpf (__x : f32 , __exponent : * mut :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn ldexpf (__x : f32 , __exponent : :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn __ldexpf (__x : f32 , __exponent : :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn logf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __logf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn log10f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __log10f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn modff (__x : f32 , __iptr : * mut f32) -> f32 ; } unsafe extern "C" { pub fn __modff (__x : f32 , __iptr : * mut f32) -> f32 ; } unsafe extern "C" { pub fn expm1f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __expm1f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn log1pf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __log1pf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn logbf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __logbf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn exp2f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __exp2f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn log2f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __log2f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn powf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn __powf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn sqrtf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __sqrtf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn hypotf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn __hypotf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn cbrtf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __cbrtf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn ceilf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn fabsf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn floorf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn fmodf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn __fmodf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn isinff (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn finitef (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn dremf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn __dremf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn significandf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __significandf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn copysignf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn nanf (__tagb : * const :: std :: os :: raw :: c_char) -> f32 ; } unsafe extern "C" { pub fn __nanf (__tagb : * const :: std :: os :: raw :: c_char) -> f32 ; } unsafe extern "C" { pub fn isnanf (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn j0f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __j0f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn j1f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __j1f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn jnf (arg1 : :: std :: os :: raw :: c_int , arg2 : f32) -> f32 ; } unsafe extern "C" { pub fn __jnf (arg1 : :: std :: os :: raw :: c_int , arg2 : f32) -> f32 ; } unsafe extern "C" { pub fn y0f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __y0f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn y1f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __y1f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn ynf (arg1 : :: std :: os :: raw :: c_int , arg2 : f32) -> f32 ; } unsafe extern "C" { pub fn __ynf (arg1 : :: std :: os :: raw :: c_int , arg2 : f32) -> f32 ; } unsafe extern "C" { pub fn erff (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __erff (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn erfcf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __erfcf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn lgammaf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __lgammaf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn tgammaf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __tgammaf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn gammaf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __gammaf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn lgammaf_r (arg1 : f32 , __signgamp : * mut :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn __lgammaf_r (arg1 : f32 , __signgamp : * mut :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn rintf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __rintf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn nextafterf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn __nextafterf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn nexttowardf (__x : f32 , __y : u128) -> f32 ; } unsafe extern "C" { pub fn __nexttowardf (__x : f32 , __y : u128) -> f32 ; } unsafe extern "C" { pub fn remainderf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn __remainderf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn scalbnf (__x : f32 , __n : :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn __scalbnf (__x : f32 , __n : :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn ilogbf (__x : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __ilogbf (__x : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn scalblnf (__x : f32 , __n : :: std :: os :: raw :: c_long) -> f32 ; } unsafe extern "C" { pub fn __scalblnf (__x : f32 , __n : :: std :: os :: raw :: c_long) -> f32 ; } unsafe extern "C" { pub fn nearbyintf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __nearbyintf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn roundf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn truncf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn remquof (__x : f32 , __y : f32 , __quo : * mut :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn __remquof (__x : f32 , __y : f32 , __quo : * mut :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn lrintf (__x : f32) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn __lrintf (__x : f32) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn llrintf (__x : f32) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn __llrintf (__x : f32) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn lroundf (__x : f32) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn __lroundf (__x : f32) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn llroundf (__x : f32) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn __llroundf (__x : f32) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn fdimf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn __fdimf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn fmaxf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn fminf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn fmaf (__x : f32 , __y : f32 , __z : f32) -> f32 ; } unsafe extern "C" { pub fn __fmaf (__x : f32 , __y : f32 , __z : f32) -> f32 ; } unsafe extern "C" { pub fn scalbf (__x : f32 , __n : f32) -> f32 ; } unsafe extern "C" { pub fn __scalbf (__x : f32 , __n : f32) -> f32 ; } unsafe extern "C" { pub fn __fpclassifyl (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __signbitl (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isinfl (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __finitel (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isnanl (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __iseqsigl (__x : u128 , __y : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __issignalingl (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn acosl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __acosl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn asinl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __asinl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn atanl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __atanl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn atan2l (__y : u128 , __x : u128) -> u128 ; } unsafe extern "C" { pub fn __atan2l (__y : u128 , __x : u128) -> u128 ; } unsafe extern "C" { pub fn cosl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __cosl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn sinl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __sinl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn tanl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __tanl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn coshl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __coshl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn sinhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __sinhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn tanhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __tanhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn acoshl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __acoshl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn asinhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __asinhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn atanhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __atanhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn expl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __expl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn frexpl (__x : u128 , __exponent : * mut :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn __frexpl (__x : u128 , __exponent : * mut :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn ldexpl (__x : u128 , __exponent : :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn __ldexpl (__x : u128 , __exponent : :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn logl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __logl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn log10l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __log10l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn modfl (__x : u128 , __iptr : * mut u128) -> u128 ; } unsafe extern "C" { pub fn __modfl (__x : u128 , __iptr : * mut u128) -> u128 ; } unsafe extern "C" { pub fn expm1l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __expm1l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn log1pl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __log1pl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn logbl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __logbl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn exp2l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __exp2l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn log2l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __log2l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn powl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __powl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn sqrtl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __sqrtl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn hypotl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __hypotl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn cbrtl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __cbrtl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn ceill (__x : u128) -> u128 ; } unsafe extern "C" { pub fn fabsl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn floorl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn fmodl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __fmodl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn isinfl (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn finitel (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn dreml (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __dreml (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn significandl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __significandl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn copysignl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn nanl (__tagb : * const :: std :: os :: raw :: c_char) -> u128 ; } unsafe extern "C" { pub fn __nanl (__tagb : * const :: std :: os :: raw :: c_char) -> u128 ; } unsafe extern "C" { pub fn isnanl (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn j0l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __j0l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn j1l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __j1l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn jnl (arg1 : :: std :: os :: raw :: c_int , arg2 : u128) -> u128 ; } unsafe extern "C" { pub fn __jnl (arg1 : :: std :: os :: raw :: c_int , arg2 : u128) -> u128 ; } unsafe extern "C" { pub fn y0l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __y0l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn y1l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __y1l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn ynl (arg1 : :: std :: os :: raw :: c_int , arg2 : u128) -> u128 ; } unsafe extern "C" { pub fn __ynl (arg1 : :: std :: os :: raw :: c_int , arg2 : u128) -> u128 ; } unsafe extern "C" { pub fn erfl (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __erfl (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn erfcl (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __erfcl (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn lgammal (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __lgammal (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn tgammal (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __tgammal (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn gammal (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __gammal (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn lgammal_r (arg1 : u128 , __signgamp : * mut :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn __lgammal_r (arg1 : u128 , __signgamp : * mut :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn rintl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __rintl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn nextafterl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __nextafterl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn nexttowardl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __nexttowardl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn remainderl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __remainderl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn scalbnl (__x : u128 , __n : :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn __scalbnl (__x : u128 , __n : :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn ilogbl (__x : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __ilogbl (__x : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn scalblnl (__x : u128 , __n : :: std :: os :: raw :: c_long) -> u128 ; } unsafe extern "C" { pub fn __scalblnl (__x : u128 , __n : :: std :: os :: raw :: c_long) -> u128 ; } unsafe extern "C" { pub fn nearbyintl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __nearbyintl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn roundl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn truncl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn remquol (__x : u128 , __y : u128 , __quo : * mut :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn __remquol (__x : u128 , __y : u128 , __quo : * mut :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn lrintl (__x : u128) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn __lrintl (__x : u128) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn llrintl (__x : u128) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn __llrintl (__x : u128) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn lroundl (__x : u128) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn __lroundl (__x : u128) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn llroundl (__x : u128) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn __llroundl (__x : u128) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn fdiml (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __fdiml (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn fmaxl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn fminl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn fmal (__x : u128 , __y : u128 , __z : u128) -> u128 ; } unsafe extern "C" { pub fn __fmal (__x : u128 , __y : u128 , __z : u128) -> u128 ; } unsafe extern "C" { pub fn scalbl (__x : u128 , __n : u128) -> u128 ; } unsafe extern "C" { pub fn __scalbl (__x : u128 , __n : u128) -> u128 ; } unsafe extern "C" { pub fn __fpclassifyf128 (__value : _Float128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __signbitf128 (__value : _Float128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isinff128 (__value : _Float128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __finitef128 (__value : _Float128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isnanf128 (__value : _Float128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __iseqsigf128 (__x : _Float128 , __y : _Float128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __issignalingf128 (__value : _Float128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub static mut signgam : :: std :: os :: raw :: c_int ; } pub const FP_NAN : _bindgen_ty_1 = 0 ; pub const FP_INFINITE : _bindgen_ty_1 = 1 ; pub const FP_ZERO : _bindgen_ty_1 = 2 ; pu...
[INFO] [stdout]   |       ----------------------------- previous definition of the value `FP_ZERO` here                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `FP_ZERO` redefined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `FP_ZERO` must be defined only once in the value namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `FP_SUBNORMAL` is defined multiple times
[INFO] [stdout]  --> /opt/rustwide/target/release/build/archetypes-c7b3e0040a624258/out/bindings.rs:3:120141
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... ; pub const FP_SUBNORMAL : u32 = 3 ; pub const FP_NORMAL : u32 = 4 ; pub const MATH_ERRNO : u32 = 1 ; pub const MATH_ERREXCEPT : u32 = 2 ; pub const math_errhandling : u32 = 3 ; pub const M_E : f64 = 2.718281828459045 ; pub const M_LOG2E : f64 = 1.4426950408889634 ; pub const M_LOG10E : f64 = 0.4342944819032518 ; pub const M_LN2 : f64 = 0.6931471805599453 ; pub const M_LN10 : f64 = 2.302585092994046 ; pub const M_PI : f64 = 3.141592653589793 ; pub const M_PI_2 : f64 = 1.5707963267948966 ; pub const M_PI_4 : f64 = 0.7853981633974483 ; pub const M_1_PI : f64 = 0.3183098861837907 ; pub const M_2_PI : f64 = 0.6366197723675814 ; pub const M_2_SQRTPI : f64 = 1.1283791670955126 ; pub const M_SQRT2 : f64 = 1.4142135623730951 ; pub const M_SQRT1_2 : f64 = 0.7071067811865476 ; pub const _SYS_TYPES_H : u32 = 1 ; pub const __clock_t_defined : u32 = 1 ; pub const __clockid_t_defined : u32 = 1 ; pub const __time_t_defined : u32 = 1 ; pub const __timer_t_defined : u32 = 1 ; pub const __BIT_TYPES_DEFINED__ : u32 = 1 ; pub const _ENDIAN_H : u32 = 1 ; pub const _BITS_ENDIAN_H : u32 = 1 ; pub const __LITTLE_ENDIAN : u32 = 1234 ; pub const __BIG_ENDIAN : u32 = 4321 ; pub const __PDP_ENDIAN : u32 = 3412 ; pub const _BITS_ENDIANNESS_H : u32 = 1 ; pub const __BYTE_ORDER : u32 = 1234 ; pub const __FLOAT_WORD_ORDER : u32 = 1234 ; pub const LITTLE_ENDIAN : u32 = 1234 ; pub const BIG_ENDIAN : u32 = 4321 ; pub const PDP_ENDIAN : u32 = 3412 ; pub const BYTE_ORDER : u32 = 1234 ; pub const _BITS_BYTESWAP_H : u32 = 1 ; pub const _BITS_UINTN_IDENTITY_H : u32 = 1 ; pub const _SYS_SELECT_H : u32 = 1 ; pub const __sigset_t_defined : u32 = 1 ; pub const __timeval_defined : u32 = 1 ; pub const _STRUCT_TIMESPEC : u32 = 1 ; pub const FD_SETSIZE : u32 = 1024 ; pub const _BITS_PTHREADTYPES_COMMON_H : u32 = 1 ; pub const _THREAD_SHARED_TYPES_H : u32 = 1 ; pub const _BITS_PTHREADTYPES_ARCH_H : u32 = 1 ; pub const __SIZEOF_PTHREAD_MUTEX_T : u32 = 40 ; pub const __SIZEOF_PTHREAD_ATTR_T : u32 = 56 ; pub const __SIZEOF_PTHREAD_RWLOCK_T : u32 = 56 ; pub const __SIZEOF_PTHREAD_BARRIER_T : u32 = 32 ; pub const __SIZEOF_PTHREAD_MUTEXATTR_T : u32 = 4 ; pub const __SIZEOF_PTHREAD_COND_T : u32 = 48 ; pub const __SIZEOF_PTHREAD_CONDATTR_T : u32 = 4 ; pub const __SIZEOF_PTHREAD_RWLOCKATTR_T : u32 = 8 ; pub const __SIZEOF_PTHREAD_BARRIERATTR_T : u32 = 4 ; pub const _THREAD_MUTEX_INTERNAL_H : u32 = 1 ; pub const __PTHREAD_MUTEX_HAVE_PREV : u32 = 1 ; pub const __have_pthread_attr_t : u32 = 1 ; pub const _SYS_STAT_H : u32 = 1 ; pub const _BITS_STAT_H : u32 = 1 ; pub const _BITS_STRUCT_STAT_H : u32 = 1 ; pub const __S_IFMT : u32 = 61440 ; pub const __S_IFDIR : u32 = 16384 ; pub const __S_IFCHR : u32 = 8192 ; pub const __S_IFBLK : u32 = 24576 ; pub const __S_IFREG : u32 = 32768 ; pub const __S_IFIFO : u32 = 4096 ; pub const __S_IFLNK : u32 = 40960 ; pub const __S_IFSOCK : u32 = 49152 ; pub const __S_ISUID : u32 = 2048 ; pub const __S_ISGID : u32 = 1024 ; pub const __S_ISVTX : u32 = 512 ; pub const __S_IREAD : u32 = 256 ; pub const __S_IWRITE : u32 = 128 ; pub const __S_IEXEC : u32 = 64 ; pub const UTIME_NOW : u32 = 1073741823 ; pub const UTIME_OMIT : u32 = 1073741822 ; pub const S_IFMT : u32 = 61440 ; pub const S_IFDIR : u32 = 16384 ; pub const S_IFCHR : u32 = 8192 ; pub const S_IFBLK : u32 = 24576 ; pub const S_IFREG : u32 = 32768 ; pub const S_IFIFO : u32 = 4096 ; pub const S_IFLNK : u32 = 40960 ; pub const S_IFSOCK : u32 = 49152 ; pub const S_ISUID : u32 = 2048 ; pub const S_ISGID : u32 = 1024 ; pub const S_ISVTX : u32 = 512 ; pub const S_IRUSR : u32 = 256 ; pub const S_IWUSR : u32 = 128 ; pub const S_IXUSR : u32 = 64 ; pub const S_IRWXU : u32 = 448 ; pub const S_IREAD : u32 = 256 ; pub const S_IWRITE : u32 = 128 ; pub const S_IEXEC : u32 = 64 ; pub const S_IRGRP : u32 = 32 ; pub const S_IWGRP : u32 = 16 ; pub const S_IXGRP : u32 = 8 ; pub const S_IRWXG : u32 = 56 ; pub const S_IROTH : u32 = 4 ; pub const S_IWOTH : u32 = 2 ; pub const S_IXOTH : u32 = 1 ; pub const S_IRWXO : u32 = 7 ; pub const ACCESSPERMS : u32 = 511 ; pub const ALLPERMS : u32 = 4095 ; pub const DEFFILEMODE : u32 = 438 ; pub const S_BLKSIZE : u32 = 512 ; pub const _FCNTL_H : u32 = 1 ; pub const __O_LARGEFILE : u32 = 0 ; pub const F_GETLK64 : u32 = 5 ; pub const F_SETLK64 : u32 = 6 ; pub const F_SETLKW64 : u32 = 7 ; pub const O_ACCMODE : u32 = 3 ; pub const O_RDONLY : u32 = 0 ; pub const O_WRONLY : u32 = 1 ; pub const O_RDWR : u32 = 2 ; pub const O_CREAT : u32 = 64 ; pub const O_EXCL : u32 = 128 ; pub const O_NOCTTY : u32 = 256 ; pub const O_TRUNC : u32 = 512 ; pub const O_APPEND : u32 = 1024 ; pub const O_NONBLOCK : u32 = 2048 ; pub const O_NDELAY : u32 = 2048 ; pub const O_SYNC : u32 = 1052672 ; pub const O_FSYNC : u32 = 1052672 ; pub const O_ASYNC : u32 = 8192 ; pub const __O_DIRECTORY : u32 = 65536 ; pub const __O_NOFOLLOW : u32 = 131072 ; pub const __O_CLOEXEC : u32 = 524288 ; pub const __O_DIRECT : u32 = 16384 ; pub const __O_NOATIME : u32 = 262144 ; pub const __O_PATH : u32 = 2097152 ; pub const __O_DSYNC : u32 = 4096 ; pub const __O_TMPFILE : u32 = 4259840 ; pub const F_GETLK : u32 = 5 ; pub const F_SETLK : u32 = 6 ; pub const F_SETLKW : u32 = 7 ; pub const O_DIRECTORY : u32 = 65536 ; pub const O_NOFOLLOW : u32 = 131072 ; pub const O_CLOEXEC : u32 = 524288 ; pub const O_DSYNC : u32 = 4096 ; pub const O_RSYNC : u32 = 1052672 ; pub const F_DUPFD : u32 = 0 ; pub const F_GETFD : u32 = 1 ; pub const F_SETFD : u32 = 2 ; pub const F_GETFL : u32 = 3 ; pub const F_SETFL : u32 = 4 ; pub const __F_SETOWN : u32 = 8 ; pub const __F_GETOWN : u32 = 9 ; pub const F_SETOWN : u32 = 8 ; pub const F_GETOWN : u32 = 9 ; pub const __F_SETSIG : u32 = 10 ; pub const __F_GETSIG : u32 = 11 ; pub const __F_SETOWN_EX : u32 = 15 ; pub const __F_GETOWN_EX : u32 = 16 ; pub const F_DUPFD_CLOEXEC : u32 = 1030 ; pub const FD_CLOEXEC : u32 = 1 ; pub const F_RDLCK : u32 = 0 ; pub const F_WRLCK : u32 = 1 ; pub const F_UNLCK : u32 = 2 ; pub const F_EXLCK : u32 = 4 ; pub const F_SHLCK : u32 = 8 ; pub const LOCK_SH : u32 = 1 ; pub const LOCK_EX : u32 = 2 ; pub const LOCK_NB : u32 = 4 ; pub const LOCK_UN : u32 = 8 ; pub const FAPPEND : u32 = 1024 ; pub const FFSYNC : u32 = 1052672 ; pub const FASYNC : u32 = 8192 ; pub const FNONBLOCK : u32 = 2048 ; pub const FNDELAY : u32 = 2048 ; pub const __POSIX_FADV_DONTNEED : u32 = 4 ; pub const __POSIX_FADV_NOREUSE : u32 = 5 ; pub const POSIX_FADV_NORMAL : u32 = 0 ; pub const POSIX_FADV_RANDOM : u32 = 1 ; pub const POSIX_FADV_SEQUENTIAL : u32 = 2 ; pub const POSIX_FADV_WILLNEED : u32 = 3 ; pub const POSIX_FADV_DONTNEED : u32 = 4 ; pub const POSIX_FADV_NOREUSE : u32 = 5 ; pub const R_OK : u32 = 4 ; pub const W_OK : u32 = 2 ; pub const X_OK : u32 = 1 ; pub const F_OK : u32 = 0 ; pub const AT_FDCWD : i32 = - 100 ; pub const AT_SYMLINK_NOFOLLOW : u32 = 256 ; pub const AT_REMOVEDIR : u32 = 512 ; pub const AT_SYMLINK_FOLLOW : u32 = 1024 ; pub const AT_EACCESS : u32 = 512 ; pub const F_ULOCK : u32 = 0 ; pub const F_LOCK : u32 = 1 ; pub const F_TLOCK : u32 = 2 ; pub const F_TEST : u32 = 3 ; pub const _DIRENT_H : u32 = 1 ; pub const _DIRENT_MATCHES_DIRENT64 : u32 = 1 ; pub const _BITS_POSIX1_LIM_H : u32 = 1 ; pub const _POSIX_AIO_LISTIO_MAX : u32 = 2 ; pub const _POSIX_AIO_MAX : u32 = 1 ; pub const _POSIX_ARG_MAX : u32 = 4096 ; pub const _POSIX_CHILD_MAX : u32 = 25 ; pub const _POSIX_DELAYTIMER_MAX : u32 = 32 ; pub const _POSIX_HOST_NAME_MAX : u32 = 255 ; pub const _POSIX_LINK_MAX : u32 = 8 ; pub const _POSIX_LOGIN_NAME_MAX : u32 = 9 ; pub const _POSIX_MAX_CANON : u32 = 255 ; pub const _POSIX_MAX_INPUT : u32 = 255 ; pub const _POSIX_MQ_OPEN_MAX : u32 = 8 ; pub const _POSIX_MQ_PRIO_MAX : u32 = 32 ; pub const _POSIX_NAME_MAX : u32 = 14 ; pub const _POSIX_NGROUPS_MAX : u32 = 8 ; pub const _POSIX_OPEN_MAX : u32 = 20 ; pub const _POSIX_PATH_MAX : u32 = 256 ; pub const _POSIX_PIPE_BUF : u32 = 512 ; pub const _POSIX_RE_DUP_MAX : u32 = 255 ; pub const _POSIX_RTSIG_MAX : u32 = 8 ; pub const _POSIX_SEM_NSEMS_MAX : u32 = 256 ; pub const _POSIX_SEM_VALUE_MAX : u32 = 32767 ; pub const _POSIX_SIGQUEUE_MAX : u32 = 32 ; pub const _POSIX_SSIZE_MAX : u32 = 32767 ; pub const _POSIX_STREAM_MAX : u32 = 8 ; pub const _POSIX_SYMLINK_MAX : u32 = 255 ; pub const _POSIX_SYMLOOP_MAX : u32 = 8 ; pub const _POSIX_TIMER_MAX : u32 = 32 ; pub const _POSIX_TTY_NAME_MAX : u32 = 9 ; pub const _POSIX_TZNAME_MAX : u32 = 6 ; pub const _POSIX_CLOCKRES_MIN : u32 = 20000000 ; pub const NR_OPEN : u32 = 1024 ; pub const NGROUPS_MAX : u32 = 65536 ; pub const ARG_MAX : u32 = 131072 ; pub const LINK_MAX : u32 = 127 ; pub const MAX_CANON : u32 = 255 ; pub const MAX_INPUT : u32 = 255 ; pub const NAME_MAX : u32 = 255 ; pub const PATH_MAX : u32 = 4096 ; pub const PIPE_BUF : u32 = 4096 ; pub const XATTR_NAME_MAX : u32 = 255 ; pub const XATTR_SIZE_MAX : u32 = 65536 ; pub const XATTR_LIST_MAX : u32 = 65536 ; pub const RTSIG_MAX : u32 = 32 ; pub const _POSIX_THREAD_KEYS_MAX : u32 = 128 ; pub const PTHREAD_KEYS_MAX : u32 = 1024 ; pub const _POSIX_THREAD_DESTRUCTOR_ITERATIONS : u32 = 4 ; pub const PTHREAD_DESTRUCTOR_ITERATIONS : u32 = 4 ; pub const _POSIX_THREAD_THREADS_MAX : u32 = 64 ; pub const AIO_PRIO_DELTA_MAX : u32 = 20 ; pub const PTHREAD_STACK_MIN : u32 = 16384 ; pub const DELAYTIMER_MAX : u32 = 2147483647 ; pub const TTY_NAME_MAX : u32 = 32 ; pub const LOGIN_NAME_MAX : u32 = 256 ; pub const HOST_NAME_MAX : u32 = 64 ; pub const MQ_PRIO_MAX : u32 = 32768 ; pub const SEM_VALUE_MAX : u32 = 2147483647 ; pub const MAXNAMLEN : u32 = 255 ; pub const _SYS_SOCKET_H : u32 = 1 ; pub const __iovec_defined : u32 = 1 ; pub const PF_UNSPEC : u32 = 0 ; pub const PF_LOCAL : u32 = 1 ; pub const PF_UNIX : u32 = 1 ; pub const PF_FILE : u32 = 1 ; pub const PF_INET : u32 = 2 ; pub const PF_AX25 : u32 = 3 ; pub const PF_IPX : u32 = 4 ; pub const PF_APPLETALK : u32 = 5 ; pub const PF_NETROM : u32 = 6 ; pub const PF_BRIDGE : u32 = 7 ; pub const PF_ATMPVC : u32 = 8 ; pub const PF_X25 : u32 = 9 ; pub const PF_INET6 : u32 = 10 ; pub const PF_ROSE : u32 = 11 ; pub const PF_DECnet : u32 = 12 ; pub const PF_NETBEUI : u32 = 13 ; pub const PF_SECURITY : u32 = 14 ; pub const PF_KEY : u32 = 15 ; pub const PF_NETLINK : u32 = 16 ; pub const PF_ROUTE : u32 = 16 ; pub const PF_PACKET : u32 = 17 ; pub const PF_ASH : u32 = 18 ; pub const PF_ECONET : u32 = 19 ; pub const PF_ATMSVC : u32 = 20 ; pub const PF_RDS : u32 = 21 ; pub const PF_SNA : u32 = 22 ; pub const PF_IRDA : u32 = 23 ; pub const PF_PPPOX : u32 = 24 ; pub const PF_WANPIPE : u32 = 25 ; pub const PF_LLC : u32 = 26 ; pub const PF_IB : u32 = 27 ; pub const PF_MPLS : u32 = 28 ; pub const PF_CAN : u32 = 29 ; pub const PF_TIPC : u32 = 30 ; pub const PF_BLUETOOTH : u32 = 31 ; pub const PF_IUCV : u32 = 32 ; pub const PF_RXRPC : u32 = 33 ; pub const PF_ISDN : u32 = 34 ; pub const PF_PHONET : u32 = 35 ; pub const PF_IEEE802154 : u32 = 36 ; pub const PF_CAIF : u32 = 37 ; pub const PF_ALG : u32 = 38 ; pub const PF_NFC : u32 = 39 ; pub const PF_VSOCK : u32 = 40 ; pub const PF_KCM : u32 = 41 ; pub const PF_QIPCRTR : u32 = 42 ; pub const PF_SMC : u32 = 43 ; pub const PF_XDP : u32 = 44 ; pub const PF_MCTP : u32 = 45 ; pub const PF_MAX : u32 = 46 ; pub const AF_UNSPEC : u32 = 0 ; pub const AF_LOCAL : u32 = 1 ; pub const AF_UNIX : u32 = 1 ; pub const AF_FILE : u32 = 1 ; pub const AF_INET : u32 = 2 ; pub const AF_AX25 : u32 = 3 ; pub const AF_IPX : u32 = 4 ; pub const AF_APPLETALK : u32 = 5 ; pub const AF_NETROM : u32 = 6 ; pub const AF_BRIDGE : u32 = 7 ; pub const AF_ATMPVC : u32 = 8 ; pub const AF_X25 : u32 = 9 ; pub const AF_INET6 : u32 = 10 ; pub const AF_ROSE : u32 = 11 ; pub const AF_DECnet : u32 = 12 ; pub const AF_NETBEUI : u32 = 13 ; pub const AF_SECURITY : u32 = 14 ; pub const AF_KEY : u32 = 15 ; pub const AF_NETLINK : u32 = 16 ; pub const AF_ROUTE : u32 = 16 ; pub const AF_PACKET : u32 = 17 ; pub const AF_ASH : u32 = 18 ; pub const AF_ECONET : u32 = 19 ; pub const AF_ATMSVC : u32 = 20 ; pub const AF_RDS : u32 = 21 ; pub const AF_SNA : u32 = 22 ; pub const AF_IRDA : u32 = 23 ; pub const AF_PPPOX : u32 = 24 ; pub const AF_WANPIPE : u32 = 25 ; pub const AF_LLC : u32 = 26 ; pub const AF_IB : u32 = 27 ; pub const AF_MPLS : u32 = 28 ; pub const AF_CAN : u32 = 29 ; pub const AF_TIPC : u32 = 30 ; pub const AF_BLUETOOTH : u32 = 31 ; pub const AF_IUCV : u32 = 32 ; pub const AF_RXRPC : u32 = 33 ; pub const AF_ISDN : u32 = 34 ; pub const AF_PHONET : u32 = 35 ; pub const AF_IEEE802154 : u32 = 36 ; pub const AF_CAIF : u32 = 37 ; pub const AF_ALG : u32 = 38 ; pub const AF_NFC : u32 = 39 ; pub const AF_VSOCK : u32 = 40 ; pub const AF_KCM : u32 = 41 ; pub const AF_QIPCRTR : u32 = 42 ; pub const AF_SMC : u32 = 43 ; pub const AF_XDP : u32 = 44 ; pub const AF_MCTP : u32 = 45 ; pub const AF_MAX : u32 = 46 ; pub const SOL_RAW : u32 = 255 ; pub const SOL_DECNET : u32 = 261 ; pub const SOL_X25 : u32 = 262 ; pub const SOL_PACKET : u32 = 263 ; pub const SOL_ATM : u32 = 264 ; pub const SOL_AAL : u32 = 265 ; pub const SOL_IRDA : u32 = 266 ; pub const SOL_NETBEUI : u32 = 267 ; pub const SOL_LLC : u32 = 268 ; pub const SOL_DCCP : u32 = 269 ; pub const SOL_NETLINK : u32 = 270 ; pub const SOL_TIPC : u32 = 271 ; pub const SOL_RXRPC : u32 = 272 ; pub const SOL_PPPOL2TP : u32 = 273 ; pub const SOL_BLUETOOTH : u32 = 274 ; pub const SOL_PNPIPE : u32 = 275 ; pub const SOL_RDS : u32 = 276 ; pub const SOL_IUCV : u32 = 277 ; pub const SOL_CAIF : u32 = 278 ; pub const SOL_ALG : u32 = 279 ; pub const SOL_NFC : u32 = 280 ; pub const SOL_KCM : u32 = 281 ; pub const SOL_TLS : u32 = 282 ; pub const SOL_XDP : u32 = 283 ; pub const SOL_MPTCP : u32 = 284 ; pub const SOL_MCTP : u32 = 285 ; pub const SOL_SMC : u32 = 286 ; pub const SOL_VSOCK : u32 = 287 ; pub const SOMAXCONN : u32 = 4096 ; pub const _BITS_SOCKADDR_H : u32 = 1 ; pub const _SS_SIZE : u32 = 128 ; pub const __BITS_PER_LONG : u32 = 64 ; pub const __BITS_PER_LONG_LONG : u32 = 64 ; pub const FIOSETOWN : u32 = 35073 ; pub const SIOCSPGRP : u32 = 35074 ; pub const FIOGETOWN : u32 = 35075 ; pub const SIOCGPGRP : u32 = 35076 ; pub const SIOCATMARK : u32 = 35077 ; pub const SIOCGSTAMP_OLD : u32 = 35078 ; pub const SIOCGSTAMPNS_OLD : u32 = 35079 ; pub const SOL_SOCKET : u32 = 1 ; pub const SO_DEBUG : u32 = 1 ; pub const SO_REUSEADDR : u32 = 2 ; pub const SO_TYPE : u32 = 3 ; pub const SO_ERROR : u32 = 4 ; pub const SO_DONTROUTE : u32 = 5 ; pub const SO_BROADCAST : u32 = 6 ; pub const SO_SNDBUF : u32 = 7 ; pub const SO_RCVBUF : u32 = 8 ; pub const SO_SNDBUFFORCE : u32 = 32 ; pub const SO_RCVBUFFORCE : u32 = 33 ; pub const SO_KEEPALIVE : u32 = 9 ; pub const SO_OOBINLINE : u32 = 10 ; pub const SO_NO_CHECK : u32 = 11 ; pub const SO_PRIORITY : u32 = 12 ; pub const SO_LINGER : u32 = 13 ; pub const SO_BSDCOMPAT : u32 = 14 ; pub const SO_REUSEPORT : u32 = 15 ; pub const SO_PASSCRED : u32 = 16 ; pub const SO_PEERCRED : u32 = 17 ; pub const SO_RCVLOWAT : u32 = 18 ; pub const SO_SNDLOWAT : u32 = 19 ; pub const SO_RCVTIMEO_OLD : u32 = 20 ; pub const SO_SNDTIMEO_OLD : u32 = 21 ; pub const SO_SECURITY_AUTHENTICATION : u32 = 22 ; pub const SO_SECURITY_ENCRYPTION_TRANSPORT : u32 = 23 ; pub const SO_SECURITY_ENCRYPTION_NETWORK : u32 = 24 ; pub const SO_BINDTODEVICE : u32 = 25 ; pub const SO_ATTACH_FILTER : u32 = 26 ; pub const SO_DETACH_FILTER : u32 = 27 ; pub const SO_GET_FILTER : u32 = 26 ; pub const SO_PEERNAME : u32 = 28 ; pub const SO_ACCEPTCONN : u32 = 30 ; pub const SO_PEERSEC : u32 = 31 ; pub const SO_PASSSEC : u32 = 34 ; pub const SO_MARK : u32 = 36 ; pub const SO_PROTOCOL : u32 = 38 ; pub const SO_DOMAIN : u32 = 39 ; pub const SO_RXQ_OVFL : u32 = 40 ; pub const SO_WIFI_STATUS : u32 = 41 ; pub const SCM_WIFI_STATUS : u32 = 41 ; pub const SO_PEEK_OFF : u32 = 42 ; pub const SO_NOFCS : u32 = 43 ; pub const SO_LOCK_FILTER : u32 = 44 ; pub const SO_SELECT_ERR_QUEUE : u32 = 45 ; pub const SO_BUSY_POLL : u32 = 46 ; pub const SO_MAX_PACING_RATE : u32 = 47 ; pub const SO_BPF_EXTENSIONS : u32 = 48 ; pub const SO_INCOMING_CPU : u32 = 49 ; pub const SO_ATTACH_BPF : u32 = 50 ; pub const SO_DETACH_BPF : u32 = 27 ; pub const SO_ATTACH_REUSEPORT_CBPF : u32 = 51 ; pub const SO_ATTACH_REUSEPORT_EBPF : u32 = 52 ; pub const SO_CNX_ADVICE : u32 = 53 ; pub const SCM_TIMESTAMPING_OPT_STATS : u32 = 54 ; pub const SO_MEMINFO : u32 = 55 ; pub const SO_INCOMING_NAPI_ID : u32 = 56 ; pub const SO_COOKIE : u32 = 57 ; pub const SCM_TIMESTAMPING_PKTINFO : u32 = 58 ; pub const SO_PEERGROUPS : u32 = 59 ; pub const SO_ZEROCOPY : u32 = 60 ; pub const SO_TXTIME : u32 = 61 ; pub const SCM_TXTIME : u32 = 61 ; pub const SO_BINDTOIFINDEX : u32 = 62 ; pub const SO_TIMESTAMP_OLD : u32 = 29 ; pub const SO_TIMESTAMPNS_OLD : u32 = 35 ; pub const SO_TIMESTAMPING_OLD : u32 = 37 ; pub const SO_TIMESTAMP_NEW : u32 = 63 ; pub const SO_TIMESTAMPNS_NEW : u32 = 64 ; pub const SO_TIMESTAMPING_NEW : u32 = 65 ; pub const SO_RCVTIMEO_NEW : u32 = 66 ; pub const SO_SNDTIMEO_NEW : u32 = 67 ; pub const SO_DETACH_REUSEPORT_BPF : u32 = 68 ; pub const SO_PREFER_BUSY_POLL : u32 = 69 ; pub const SO_BUSY_POLL_BUDGET : u32 = 70 ; pub const SO_NETNS_COOKIE : u32 = 71 ; pub const SO_BUF_LOCK : u32 = 72 ; pub const SO_RESERVE_MEM : u32 = 73 ; pub const SO_TXREHASH : u32 = 74 ; pub const SO_RCVMARK : u32 = 75 ; pub const SO_PASSPIDFD : u32 = 76 ; pub const SO_PEERPIDFD : u32 = 77 ; pub const SO_DEVMEM_LINEAR : u32 = 78 ; pub const SCM_DEVMEM_LINEAR : u32 = 78 ; pub const SO_DEVMEM_DMABUF : u32 = 79 ; pub const SCM_DEVMEM_DMABUF : u32 = 79 ; pub const SO_DEVMEM_DONTNEED : u32 = 80 ; pub const SCM_TS_OPT_ID : u32 = 81 ; pub const SO_RCVPRIORITY : u32 = 82 ; pub const SO_PASSRIGHTS : u32 = 83 ; pub const SO_INQ : u32 = 84 ; pub const SCM_INQ : u32 = 84 ; pub const SO_TIMESTAMP : u32 = 29 ; pub const SO_TIMESTAMPNS : u32 = 35 ; pub const SO_TIMESTAMPING : u32 = 37 ; pub const SO_RCVTIMEO : u32 = 20 ; pub const SO_SNDTIMEO : u32 = 21 ; pub const SCM_TIMESTAMP : u32 = 29 ; pub const SCM_TIMESTAMPNS : u32 = 35 ; pub const SCM_TIMESTAMPING : u32 = 37 ; pub const __osockaddr_defined : u32 = 1 ; pub const _NETINET_IN_H : u32 = 1 ; pub const __USE_KERNEL_IPV6_DEFS : u32 = 0 ; pub const IP_OPTIONS : u32 = 4 ; pub const IP_HDRINCL : u32 = 3 ; pub const IP_TOS : u32 = 1 ; pub const IP_TTL : u32 = 2 ; pub const IP_RECVOPTS : u32 = 6 ; pub const IP_RETOPTS : u32 = 7 ; pub const IP_MULTICAST_IF : u32 = 32 ; pub const IP_MULTICAST_TTL : u32 = 33 ; pub const IP_MULTICAST_LOOP : u32 = 34 ; pub const IP_ADD_MEMBERSHIP : u32 = 35 ; pub const IP_DROP_MEMBERSHIP : u32 = 36 ; pub const IP_UNBLOCK_SOURCE : u32 = 37 ; pub const IP_BLOCK_SOURCE : u32 = 38 ; pub const IP_ADD_SOURCE_MEMBERSHIP : u32 = 39 ; pub const IP_DROP_SOURCE_MEMBERSHIP : u32 = 40 ; pub const IP_MSFILTER : u32 = 41 ; pub const MCAST_JOIN_GROUP : u32 = 42 ; pub const MCAST_BLOCK_SOURCE : u32 = 43 ; pub const MCAST_UNBLOCK_SOURCE : u32 = 44 ; pub const MCAST_LEAVE_GROUP : u32 = 45 ; pub const MCAST_JOIN_SOURCE_GROUP : u32 = 46 ; pub const MCAST_LEAVE_SOURCE_GROUP : u32 = 47 ; pub const MCAST_MSFILTER : u32 = 48 ; pub const IP_MULTICAST_ALL : u32 = 49 ; pub const IP_UNICAST_IF : u32 = 50 ; pub const MCAST_EXCLUDE : u32 = 0 ; pub const MCAST_INCLUDE : u32 = 1 ; pub const IP_ROUTER_ALERT : u32 = 5 ; pub const IP_PKTINFO : u32 = 8 ; pub const IP_PKTOPTIONS : u32 = 9 ; pub const IP_PMTUDISC : u32 = 10 ; pub const IP_MTU_DISCOVER : u32 = 10 ; pub const IP_RECVERR : u32 = 11 ; pub const IP_RECVTTL : u32 = 12 ; pub const IP_RECVTOS : u32 = 13 ; pub const IP_MTU : u32 = 14 ; pub const IP_FREEBIND : u32 = 15 ; pub const IP_IPSEC_POLICY : u32 = 16 ; pub const IP_XFRM_POLICY : u32 = 17 ; pub const IP_PASSSEC : u32 = 18 ; pub const IP_TRANSPARENT : u32 = 19 ; pub const IP_ORIGDSTADDR : u32 = 20 ; pub const IP_RECVORIGDSTADDR : u32 = 20 ; pub const IP_MINTTL : u32 = 21 ; pub const IP_NODEFRAG : u32 = 22 ; pub const IP_CHECKSUM : u32 = 23 ; pub const IP_BIND_ADDRESS_NO_PORT : u32 = 24 ; pub const IP_RECVFRAGSIZE : u32 = 25 ; pub const IP_RECVERR_RFC4884 : u32 = 26 ; pub const IP_PMTUDISC_DONT : u32 = 0 ; pub const IP_PMTUDISC_WANT : u32 = 1 ; pub const IP_PMTUDISC_DO : u32 = 2 ; pub const IP_PMTUDISC_PROBE : u32 = 3 ; pub const IP_PMTUDISC_INTERFACE : u32 = 4 ; pub const IP_PMTUDISC_OMIT : u32 = 5 ; pub const IP_LOCAL_PORT_RANGE : u32 = 51 ; pub const IP_PROTOCOL : u32 = 52 ; pub const SOL_IP : u32 = 0 ; pub const IP_DEFAULT_MULTICAST_TTL : u32 = 1 ; pub const IP_DEFAULT_MULTICAST_LOOP : u32 = 1 ; pub const IP_MAX_MEMBERSHIPS : u32 = 20 ; pub const IPV6_ADDRFORM : u32 = 1 ; pub const IPV6_2292PKTINFO : u32 = 2 ; pub const IPV6_2292HOPOPTS : u32 = 3 ; pub const IPV6_2292DSTOPTS : u32 = 4 ; pub const IPV6_2292RTHDR : u32 = 5 ; pub const IPV6_2292PKTOPTIONS : u32 = 6 ; pub const IPV6_CHECKSUM : u32 = 7 ; pub const IPV6_2292HOPLIMIT : u32 = 8 ; pub const IPV6_NEXTHOP : u32 = 9 ; pub const IPV6_AUTHHDR : u32 = 10 ; pub const IPV6_UNICAST_HOPS : u32 = 16 ; pub const IPV6_MULTICAST_IF : u32 = 17 ; pub const IPV6_MULTICAST_HOPS : u32 = 18 ; pub const IPV6_MULTICAST_LOOP : u32 = 19 ; pub const IPV6_JOIN_GROUP : u32 = 20 ; pub const IPV6_LEAVE_GROUP : u32 = 21 ; pub const IPV6_ROUTER_ALERT : u32 = 22 ; pub const IPV6_MTU_DISCOVER : u32 = 23 ; pub const IPV6_MTU : u32 = 24 ; pub const IPV6_RECVERR : u32 = 25 ; pub const IPV6_V6ONLY : u32 = 26 ; pub const IPV6_JOIN_ANYCAST : u32 = 27 ; pub const IPV6_LEAVE_ANYCAST : u32 = 28 ; pub const IPV6_MULTICAST_ALL : u32 = 29 ; pub const IPV6_ROUTER_ALERT_ISOLATE : u32 = 30 ; pub const IPV6_RECVERR_RFC4884 : u32 = 31 ; pub const IPV6_IPSEC_POLICY : u32 = 34 ; pub const IPV6_XFRM_POLICY : u32 = 35 ; pub const IPV6_HDRINCL : u32 = 36 ; pub const IPV6_RECVPKTINFO : u32 = 49 ; pub const IPV6_PKTINFO : u32 = 50 ; pub const IPV6_RECVHOPLIMIT : u32 = 51 ; pub const IPV6_HOPLIMIT : u32 = 52 ; pub const IPV6_RECVHOPOPTS : u32 = 53 ; pub const IPV6_HOPOPTS : u32 = 54 ; pub const IPV6_RTHDRDSTOPTS : u32 = 55 ; pub const IPV6_RECVRTHDR : u32 = 56 ; pub const IPV6_RTHDR : u32 = 57 ; pub const IPV6_RECVDSTOPTS : u32 = 58 ; pub const IPV6_DSTOPTS : u32 = 59 ; pub const IPV6_RECVPATHMTU : u32 = 60 ; pub const IPV6_PATHMTU : u32 = 61 ; pub const IPV6_DONTFRAG : u32 = 62 ; pub const IPV6_RECVTCLASS : u32 = 66 ; pub const IPV6_TCLASS : u32 = 67 ; pub const IPV6_AUTOFLOWLABEL : u32 = 70 ; pub const IPV6_ADDR_PREFERENCES : u32 = 72 ; pub const IPV6_MINHOPCOUNT : u32 = 73 ; pub const IPV6_ORIGDSTADDR : u32 = 74 ; pub const IPV6_RECVORIGDSTADDR : u32 = 74 ; pub const IPV6_TRANSPARENT : u32 = 75 ; pub const IPV6_UNICAST_IF : u32 = 76 ; pub const IPV6_RECVFRAGSIZE : u32 = 77 ; pub const IPV6_FREEBIND : u32 = 78 ; pub const IPV6_ADD_MEMBERSHIP : u32 = 20 ; pub const IPV6_DROP_MEMBERSHIP : u32 = 21 ; pub const IPV6_RXHOPOPTS : u32 = 54 ; pub const IPV6_RXDSTOPTS : u32 = 59 ; pub const IPV6_PMTUDISC_DONT : u32 = 0 ; pub const IPV6_PMTUDISC_WANT : u32 = 1 ; pub const IPV6_PMTUDISC_DO : u32 = 2 ; pub const IPV6_PMTUDISC_PROBE : u32 = 3 ; pub const IPV6_PMTUDISC_INTERFACE : u32 = 4 ; pub const IPV6_PMTUDISC_OMIT : u32 = 5 ; pub const SOL_IPV6 : u32 = 41 ; pub const SOL_ICMPV6 : u32 = 58 ; pub const IPV6_RTHDR_LOOSE : u32 = 0 ; pub const IPV6_RTHDR_STRICT : u32 = 1 ; pub const IPV6_RTHDR_TYPE_0 : u32 = 0 ; pub const IN_CLASSA_NET : u32 = 4278190080 ; pub const IN_CLASSA_NSHIFT : u32 = 24 ; pub const IN_CLASSA_HOST : u32 = 16777215 ; pub const IN_CLASSA_MAX : u32 = 128 ; pub const IN_CLASSB_NET : u32 = 4294901760 ; pub const IN_CLASSB_NSHIFT : u32 = 16 ; pub const IN_CLASSB_HOST : u32 = 65535 ; pub const IN_CLASSB_MAX : u32 = 65536 ; pub const IN_CLASSC_NET : u32 = 4294967040 ; pub const IN_CLASSC_NSHIFT : u32 = 8 ; pub const IN_CLASSC_HOST : u32 = 255 ; pub const IN_LOOPBACKNET : u32 = 127 ; pub const INET_ADDRSTRLEN : u32 = 16 ; pub const INET6_ADDRSTRLEN : u32 = 46 ; pub const _NETINET_TCP_H : u32 = 1 ; pub const TCP_NODELAY : u32 = 1 ; pub const TCP_MAXSEG : u32 = 2 ; pub const TCP_CORK : u32 = 3 ; pub const TCP_KEEPIDLE : u32 = 4 ; pub const TCP_KEEPINTVL : u32 = 5 ; pub const TCP_KEEPCNT : u32 = 6 ; pub const TCP_SYNCNT : u32 = 7 ; pub const TCP_LINGER2 : u32 = 8 ; pub const TCP_DEFER_ACCEPT : u32 = 9 ; pub const TCP_WINDOW_CLAMP : u32 = 10 ; pub const TCP_INFO : u32 = 11 ; pub const TCP_QUICKACK : u32 = 12 ; pub const TCP_CONGESTION : u32 = 13 ; pub const TCP_MD5SIG : u32 = 14 ; pub const TCP_COOKIE_TRANSACTIONS : u32 = 15 ; pub const TCP_THIN_LINEAR_TIMEOUTS : u32 = 16 ; pub const TCP_THIN_DUPACK : u32 = 17 ; pub const TCP_USER_TIMEOUT : u32 = 18 ; pub const TCP_REPAIR : u32 = 19 ; pub const TCP_REPAIR_QUEUE : u32 = 20 ; pub const TCP_QUEUE_SEQ : u32 = 21 ; pub const TCP_REPAIR_OPTIONS : u32 = 22 ; pub const TCP_FASTOPEN : u32 = 23 ; pub const TCP_TIMESTAMP : u32 = 24 ; pub const TCP_NOTSENT_LOWAT : u32 = 25 ; pub const TCP_CC_INFO : u32 = 26 ; pub const TCP_SAVE_SYN : u32 = 27 ; pub const TCP_SAVED_SYN : u32 = 28 ; pub const TCP_REPAIR_WINDOW : u32 = 29 ; pub const TCP_FASTOPEN_CONNECT : u32 = 30 ; pub const TCP_ULP : u32 = 31 ; pub const TCP_MD5SIG_EXT : u32 = 32 ; pub const TCP_FASTOPEN_KEY : u32 = 33 ; pub const TCP_FASTOPEN_NO_COOKIE : u32 = 34 ; pub const TCP_ZEROCOPY_RECEIVE : u32 = 35 ; pub const TCP_INQ : u32 = 36 ; pub const TCP_CM_INQ : u32 = 36 ; pub const TCP_TX_DELAY : u32 = 37 ; pub const TCP_REPAIR_ON : u32 = 1 ; pub const TCP_REPAIR_OFF : u32 = 0 ; pub const TCP_REPAIR_OFF_NO_WP : i32 = - 1 ; pub const TH_FIN : u32 = 1 ; pub const TH_SYN : u32 = 2 ; pub const TH_RST : u32 = 4 ; pub const TH_PUSH : u32 = 8 ; pub const TH_ACK : u32 = 16 ; pub const TH_URG : u32 = 32 ; pub const TCPOPT_EOL : u32 = 0 ; pub const TCPOPT_NOP : u32 = 1 ; pub const TCPOPT_MAXSEG : u32 = 2 ; pub const TCPOLEN_MAXSEG : u32 = 4 ; pub const TCPOPT_WINDOW : u32 = 3 ; pub const TCPOLEN_WINDOW : u32 = 3 ; pub const TCPOPT_SACK_PERMITTED : u32 = 4 ; pub const TCPOLEN_SACK_PERMITTED : u32 = 2 ; pub const TCPOPT_SACK : u32 = 5 ; pub const TCPOPT_TIMESTAMP : u32 = 8 ; pub const TCPOLEN_TIMESTAMP : u32 = 10 ; pub const TCPOLEN_TSTAMP_APPA : u32 = 12 ; pub const TCPOPT_TSTAMP_HDR : u32 = 16844810 ; pub const TCP_MSS : u32 = 512 ; pub const TCP_MAXWIN : u32 = 65535 ; pub const TCP_MAX_WINSHIFT : u32 = 14 ; pub const SOL_TCP : u32 = 6 ; pub const TCPI_OPT_TIMESTAMPS : u32 = 1 ; pub const TCPI_OPT_SACK : u32 = 2 ; pub const TCPI_OPT_WSCALE : u32 = 4 ; pub const TCPI_OPT_ECN : u32 = 8 ; pub const TCPI_OPT_ECN_SEEN : u32 = 16 ; pub const TCPI_OPT_SYN_DATA : u32 = 32 ; pub const TCPI_OPT_USEC_TS : u32 = 64 ; pub const TCPI_OPT_TFO_CHILD : u32 = 128 ; pub const TCP_MD5SIG_MAXKEYLEN : u32 = 80 ; pub const TCP_MD5SIG_FLAG_PREFIX : u32 = 1 ; pub const TCP_MD5SIG_FLAG_IFINDEX : u32 = 2 ; pub const TCP_AO_MAXKEYLEN : u32 = 80 ; pub const TCP_AO_KEYF_IFINDEX : u32 = 1 ; pub const TCP_AO_KEYF_EXCLUDE_OPT : u32 = 2 ; pub const TCP_COOKIE_MIN : u32 = 8 ; pub const TCP_COOKIE_MAX : u32 = 16 ; pub const TCP_COOKIE_PAIR_SIZE : u32 = 32 ; pub const TCP_COOKIE_IN_ALWAYS : u32 = 1 ; pub const TCP_COOKIE_OUT_NEVER : u32 = 2 ; pub const TCP_S_DATA_IN : u32 = 4 ; pub const TCP_S_DATA_OUT : u32 = 8 ; pub const TCP_MSS_DEFAULT : u32 = 536 ; pub const TCP_MSS_DESIRED : u32 = 1220 ; pub const _ARPA_INET_H : u32 = 1 ; pub const _NETDB_H : u32 = 1 ; pub const _RPC_NETDB_H : u32 = 1 ; pub const _PATH_HEQUIV : & [u8 ; 17] = b"/etc/hosts.equiv\0" ; pub const _PATH_HOSTS : & [u8 ; 11] = b"/etc/hosts\0" ; pub const _PATH_NETWORKS : & [u8 ; 14] = b"/etc/networks\0" ; pub const _PATH_NSSWITCH_CONF : & [u8 ; 19] = b"/etc/nsswitch.conf\0" ; pub const _PATH_PROTOCOLS : & [u8 ; 15] = b"/etc/protocols\0" ; pub const _PATH_SERVICES : & [u8 ; 14] = b"/etc/services\0" ; pub const HOST_NOT_FOUND : u32 = 1 ; pub const TRY_AGAIN : u32 = 2 ; pub const NO_RECOVERY : u32 = 3 ; pub const NO_DATA : u32 = 4 ; pub const NETDB_INTERNAL : i32 = - 1 ; pub const NETDB_SUCCESS : u32 = 0 ; pub const NO_ADDRESS : u32 = 4 ; pub const IPPORT_RESERVED : u32 = 1024 ; pub const AI_PASSIVE : u32 = 1 ; pub const AI_CANONNAME : u32 = 2 ; pub const AI_NUMERICHOST : u32 = 4 ; pub const AI_V4MAPPED : u32 = 8 ; pub const AI_ALL : u32 = 16 ; pub const AI_ADDRCONFIG : u32 = 32 ; pub const AI_NUMERICSERV : u32 = 1024 ; pub const EAI_BADFLAGS : i32 = - 1 ; pub const EAI_NONAME : i32 = - 2 ; pub const EAI_AGAIN : i32 = - 3 ; pub const EAI_FAIL : i32 = - 4 ; pub const EAI_FAMILY : i32 = - 6 ; pub const EAI_SOCKTYPE : i32 = - 7 ; pub const EAI_SERVICE : i32 = - 8 ; pub const EAI_MEMORY : i32 = - 10 ; pub const EAI_SYSTEM : i32 = - 11 ; pub const EAI_OVERFLOW : i32 = - 12 ; pub const NI_MAXHOST : u32 = 1025 ; pub const NI_MAXSERV : u32 = 32 ; pub const NI_NUMERICHOST : u32 = 1 ; pub const NI_NUMERICSERV : u32 = 2 ; pub const NI_NOFQDN : u32 = 4 ; pub const NI_NAMEREQD : u32 = 8 ; pub const NI_DGRAM : u32 = 16 ; pub const _TERMIOS_H : u32 = 1 ; pub const NCCS : u32 = 32 ; pub const _HAVE_STRUCT_TERMIOS_C_ISPEED : u32 = 1 ; pub const _HAVE_STRUCT_TERMIOS_C_OSPEED : u32 = 1 ; pub const VINTR : u32 = 0 ; pub const VQUIT : u32 = 1 ; pub const VERASE : u32 = 2 ; pub const VKILL : u32 = 3 ; pub const VEOF : u32 = 4 ; pub const VTIME : u32 = 5 ; pub const VMIN : u32 = 6 ; pub const VSWTC : u32 = 7 ; pub const VSTART : u32 = 8 ; pub const VSTOP : u32 = 9 ; pub const VSUSP : u32 = 10 ; pub const VEOL : u32 = 11 ; pub const VREPRINT : u32 = 12 ; pub const VDISCARD : u32 = 13 ; pub const VWERASE : u32 = 14 ; pub const VLNEXT : u32 = 15 ; pub const VEOL2 : u32 = 16 ; pub const IGNBRK : u32 = 1 ; pub const BRKINT : u32 = 2 ; pub const IGNPAR : u32 = 4 ; pub const PARMRK : u32 = 8 ; pub const INPCK : u32 = 16 ; pub const ISTRIP : u32 = 32 ; pub const INLCR : u32 = 64 ; pub const IGNCR : u32 = 128 ; pub const ICRNL : u32 = 256 ; pub const IUCLC : u32 = 512 ; pub const IXON : u32 = 1024 ; pub const IXANY : u32 = 2048 ; pub const IXOFF : u32 = 4096 ; pub const IMAXBEL : u32 = 8192 ; pub const IUTF8 : u32 = 16384 ; pub const OPOST : u32 = 1 ; pub const OLCUC : u32 = 2 ; pub const ONLCR : u32 = 4 ; pub const OCRNL : u32 = 8 ; pub const ONOCR : u32 = 16 ; pub const ONLRET : u32 = 32 ; pub const OFILL : u32 = 64 ; pub const OFDEL : u32 = 128 ; pub const NLDLY : u32 = 256 ; pub const NL0 : u32 = 0 ; pub const NL1 : u32 = 256 ; pub const CRDLY : u32 = 1536 ; pub const CR0 : u32 = 0 ; pub const CR1 : u32 = 512 ; pub const CR2 : u32 = 1024 ; pub const CR3 : u32 = 1536 ; pub const TABDLY : u32 = 6144 ; pub const TAB0 : u32 = 0 ; pub const TAB1 : u32 = 2048 ; pub const TAB2 : u32 = 4096 ; pub const TAB3 : u32 = 6144 ; pub const BSDLY : u32 = 8192 ; pub const BS0 : u32 = 0 ; pub const BS1 : u32 = 8192 ; pub const FFDLY : u32 = 32768 ; pub const FF0 : u32 = 0 ; pub const FF1 : u32 = 32768 ; pub const VTDLY : u32 = 16384 ; pub const VT0 : u32 = 0 ; pub const VT1 : u32 = 16384 ; pub const XTABS : u32 = 6144 ; pub const CSIZE : u32 = 48 ; pub const CS5 : u32 = 0 ; pub const CS6 : u32 = 16 ; pub const CS7 : u32 = 32 ; pub const CS8 : u32 = 48 ; pub const CSTOPB : u32 = 64 ; pub const CREAD : u32 = 128 ; pub const PARENB : u32 = 256 ; pub const PARODD : u32 = 512 ; pub const HUPCL : u32 = 1024 ; pub const CLOCAL : u32 = 2048 ; pub const ADDRB : u32 = 536870912 ; pub const CMSPAR : u32 = 1073741824 ; pub const CRTSCTS : u32 = 2147483648 ; pub const __B0 : u32 = 0 ; pub const __B50 : u32 = 1 ; pub const __B75 : u32 = 2 ; pub const __B110 : u32 = 3 ; pub const __B134 : u32 = 4 ; pub const __B150 : u32 = 5 ; pub const __B200 : u32 = 6 ; pub const __B300 : u32 = 7 ; pub const __B600 : u32 = 8 ; pub const __B1200 : u32 = 9 ; pub const __B1800 : u32 = 10 ; pub const __B2400 : u32 = 11 ; pub const __B4800 : u32 = 12 ; pub const __B9600 : u32 = 13 ; pub const __B19200 : u32 = 14 ; pub const __B38400 : u32 = 15 ; pub const CBAUD : u32 = 4111 ; pub const CBAUDEX : u32 = 4096 ; pub const CIBAUD : u32 = 269418496 ; pub const IBSHIFT : u32 = 16 ; pub const __BOTHER : u32 = 4096 ; pub const __B57600 : u32 = 4097 ; pub const __B115200 : u32 = 4098 ; pub const __B230400 : u32 = 4099 ; pub const __B460800 : u32 = 4100 ; pub const __B500000 : u32 = 4101 ; pub const __B576000 : u32 = 4102 ; pub const __B921600 : u32 = 4103 ; pub const __B1000000 : u32 = 4104 ; pub const __B1152000 : u32 = 4105 ; pub const __B1500000 : u32 = 4106 ; pub const __B2000000 : u32 = 4107 ; pub const __B2500000 : u32 = 4108 ; pub const __B3000000 : u32 = 4109 ; pub const __B3500000 : u32 = 4110 ; pub const __B4000000 : u32 = 4111 ; pub const __EXTA : u32 = 14 ; pub const __EXTB : u32 = 15 ; pub const BOTHER : u32 = 4096 ; pub const ISIG : u32 = 1 ; pub const ICANON : u32 = 2 ; pub const XCASE : u32 = 4 ; pub const ECHO : u32 = 8 ; pub const ECHOE : u32 = 16 ; pub const ECHOK : u32 = 32 ; pub const ECHONL : u32 = 64 ; pub const NOFLSH : u32 = 128 ; pub const TOSTOP : u32 = 256 ; pub const ECHOCTL : u32 = 512 ; pub const ECHOPRT : u32 = 1024 ; pub const ECHOKE : u32 = 2048 ; pub const FLUSHO : u32 = 4096 ; pub const PENDIN : u32 = 16384 ; pub const IEXTEN : u32 = 32768 ; pub const EXTPROC : u32 = 65536 ; pub const TIOCSER_TEMT : u32 = 1 ; pub const TCOOFF : u32 = 0 ; pub const TCOON : u32 = 1 ; pub const TCIOFF : u32 = 2 ; pub const TCION : u32 = 3 ; pub const TCIFLUSH : u32 = 0 ; pub const TCOFLUSH : u32 = 1 ; pub const TCIOFLUSH : u32 = 2 ; pub const TCSANOW : u32 = 0 ; pub const TCSADRAIN : u32 = 1 ; pub const TCSAFLUSH : u32 = 2 ; pub const B0 : u32 = 0 ; pub const B50 : u32 = 50 ; pub const B75 : u32 = 75 ; pub const B110 : u32 = 110 ; pub const B134 : u32 = 134 ; pub const B150 : u32 = 150 ; pub const B200 : u32 = 200 ; pub const B300 : u32 = 300 ; pub const B600 : u32 = 600 ; pub const B1200 : u32 = 1200 ; pub const B1800 : u32 = 1800 ; pub const B2400 : u32 = 2400 ; pub const B4800 : u32 = 4800 ; pub const B9600 : u32 = 9600 ; pub const B19200 : u32 = 19200 ; pub const B38400 : u32 = 38400 ; pub const EXTA : u32 = 19200 ; pub const EXTB : u32 = 38400 ; pub const B7200 : u32 = 7200 ; pub const B14400 : u32 = 14400 ; pub const B28800 : u32 = 28800 ; pub const B33600 : u32 = 33600 ; pub const B57600 : u32 = 57600 ; pub const B76800 : u32 = 76800 ; pub const B115200 : u32 = 115200 ; pub const B153600 : u32 = 153600 ; pub const B230400 : u32 = 230400 ; pub const B307200 : u32 = 307200 ; pub const B460800 : u32 = 460800 ; pub const B500000 : u32 = 500000 ; pub const B576000 : u32 = 576000 ; pub const B614400 : u32 = 614400 ; pub const B921600 : u32 = 921600 ; pub const B1000000 : u32 = 1000000 ; pub const B1152000 : u32 = 1152000 ; pub const B1500000 : u32 = 1500000 ; pub const B2000000 : u32 = 2000000 ; pub const B2500000 : u32 = 2500000 ; pub const B3000000 : u32 = 3000000 ; pub const B3500000 : u32 = 3500000 ; pub const B4000000 : u32 = 4000000 ; pub const B5000000 : u32 = 5000000 ; pub const B10000000 : u32 = 10000000 ; pub const __MAX_BAUD : u32 = 4294967295 ; pub const TTYDEF_IFLAG : u32 = 11554 ; pub const TTYDEF_OFLAG : u32 = 6149 ; pub const TTYDEF_LFLAG : u32 = 35355 ; pub const TTYDEF_CFLAG : u32 = 1440 ; pub const TTYDEF_SPEED : u32 = 9600 ; pub const CEOL : u8 = 0u8 ; pub const CERASE : u32 = 127 ; pub const CSTATUS : u8 = 0u8 ; pub const CMIN : u32 = 1 ; pub const CQUIT : u32 = 28 ; pub const CTIME : u32 = 0 ; pub const CBRK : u8 = 0u8 ; pub const _PWD_H : u32 = 1 ; pub const NSS_BUFLEN_PASSWD : u32 = 1024 ; pub const _SEMAPHORE_H : u32 = 1 ; pub const __SIZEOF_SEM_T : u32 = 32 ; pub const _SYS_PARAM_H : u32 = 1 ; pub const _LIBC_LIMITS_H_ : u32 = 1 ; pub const MB_LEN_MAX : u32 = 16 ; pub const _BITS_POSIX2_LIM_H : u32 = 1 ; pub const _POSIX2_BC_BASE_MAX : u32 = 99 ; pub const _POSIX2_BC_DIM_MAX : u32 = 2048 ; pub const _POSIX2_BC_SCALE_MAX : u32 = 99 ; pub const _POSIX2_BC_STRING_MAX : u32 = 1000 ; pub const _POSIX2_COLL_WEIGHTS_MAX : u32 = 2 ; pub const _POSIX2_EXPR_NEST_MAX : u32 = 32 ; pub const _POSIX2_LINE_MAX : u32 = 2048 ; pub const _POSIX2_RE_DUP_MAX : u32 = 255 ; pub const _POSIX2_CHARCLASS_NAME_MAX : u32 = 14 ; pub const BC_BASE_MAX : u32 = 99 ; pub const BC_DIM_MAX : u32 = 2048 ; pub const BC_SCALE_MAX : u32 = 99 ; pub const BC_STRING_MAX : u32 = 1000 ; pub const COLL_WEIGHTS_MAX : u32 = 255 ; pub const EXPR_NEST_MAX : u32 = 32 ; pub const LINE_MAX : u32 = 2048 ; pub const CHARCLASS_NAME_MAX : u32 = 2048 ; pub const RE_DUP_MAX : u32 = 32767 ; pub const _BITS_SIGNUM_GENERIC_H : u32 = 1 ; pub const SIGINT : u32 = 2 ; pub const SIGILL : u32 = 4 ; pub const SIGABRT : u32 = 6 ; pub const SIGFPE : u32 = 8 ; pub const SIGSEGV : u32 = 11 ; pub const SIGTERM : u32 = 15 ; pub const SIGHUP : u32 = 1 ; pub const SIGQUIT : u32 = 3 ; pub const SIGTRAP : u32 = 5 ; pub const SIGKILL : u32 = 9 ; pub const SIGPIPE : u32 = 13 ; pub const SIGALRM : u32 = 14 ; pub const SIGIOT : u32 = 6 ; pub const _BITS_SIGNUM_ARCH_H : u32 = 1 ; pub const SIGSTKFLT : u32 = 16 ; pub const SIGPWR : u32 = 30 ; pub const SIGBUS : u32 = 7 ; pub const SIGSYS : u32 = 31 ; pub const SIGURG : u32 = 23 ; pub const SIGSTOP : u32 = 19 ; pub const SIGTSTP : u32 = 20 ; pub const SIGCONT : u32 = 18 ; pub const SIGCHLD : u32 = 17 ; pub const SIGTTIN : u32 = 21 ; pub const SIGTTOU : u32 = 22 ; pub const SIGPOLL : u32 = 29 ; pub const SIGXFSZ : u32 = 25 ; pub const SIGXCPU : u32 = 24 ; pub const SIGVTALRM : u32 = 26 ; pub const SIGPROF : u32 = 27 ; pub const SIGUSR1 : u32 = 10 ; pub const SIGUSR2 : u32 = 12 ; pub const SIGWINCH : u32 = 28 ; pub const SIGIO : u32 = 29 ; pub const SIGCLD : u32 = 17 ; pub const __SIGRTMIN : u32 = 32 ; pub const __SIGRTMAX : u32 = 64 ; pub const _NSIG : u32 = 65 ; pub const __sig_atomic_t_defined : u32 = 1 ; pub const __siginfo_t_defined : u32 = 1 ; pub const __SI_MAX_SIZE : u32 = 128 ; pub const _BITS_SIGINFO_ARCH_H : u32 = 1 ; pub const __SI_ERRNO_THEN_CODE : u32 = 1 ; pub const __SI_HAVE_SIGSYS : u32 = 1 ; pub const _BITS_SIGINFO_CONSTS_H : u32 = 1 ; pub const __SI_ASYNCIO_AFTER_SIGIO : u32 = 1 ; pub const __sigevent_t_defined : u32 = 1 ; pub const __SIGEV_MAX_SIZE : u32 = 64 ; pub const _BITS_SIGEVENT_CONSTS_H : u32 = 1 ; pub const NSIG : u32 = 65 ; pub const _BITS_SIGACTION_H : u32 = 1 ; pub const SA_NOCLDSTOP : u32 = 1 ; pub const SA_NOCLDWAIT : u32 = 2 ; pub const SA_SIGINFO : u32 = 4 ; pub const SA_ONSTACK : u32 = 134217728 ; pub const SA_RESTART : u32 = 268435456 ; pub const SA_NODEFER : u32 = 1073741824 ; pub const SA_RESETHAND : u32 = 2147483648 ; pub const SA_INTERRUPT : u32 = 536870912 ; pub const SA_NOMASK : u32 = 1073741824 ; pub const SA_ONESHOT : u32 = 2147483648 ; pub const SA_STACK : u32 = 134217728 ; pub const SIG_BLOCK : u32 = 0 ; pub const SIG_UNBLOCK : u32 = 1 ; pub const SIG_SETMASK : u32 = 2 ; pub const _BITS_SIGCONTEXT_H : u32 = 1 ; pub const FP_XSTATE_MAGIC1 : u32 = 1179670611 ; pub const FP_XSTATE_MAGIC2 : u32 = 1179670597 ; pub const __stack_t_defined : u32 = 1 ; pub const _SYS_UCONTEXT_H : u32 = 1 ; pub const __NGREG : u32 = 23 ; pub const NGREG : u32 = 23 ; pub const _BITS_SIGSTACK_H : u32 = 1 ; pub const MINSIGSTKSZ : u32 = 2048 ; pub const SIGSTKSZ : u32 = 8192 ; pub const _BITS_SS_FLAGS_H : u32 = 1 ; pub const __sigstack_defined : u32 = 1 ; pub const _BITS_SIGTHREAD_H : u32 = 1 ; pub const __USER_HZ : u32 = 100 ; pub const HZ : u32 = 100 ; pub const EXEC_PAGESIZE : u32 = 4096 ; pub const NOGROUP : i32 = - 1 ; pub const MAXHOSTNAMELEN : u32 = 64 ; pub const MAXSYMLINKS : u32 = 20 ; pub const NOFILE : u32 = 256 ; pub const NCARGS : u32 = 131072 ; pub const NGROUPS : u32 = 65536 ; pub const CANBSIZ : u32 = 255 ; pub const MAXPATHLEN : u32 = 4096 ; pub const DEV_BSIZE : u32 = 512 ; pub const _PTHREAD_H : u32 = 1 ; pub const _SCHED_H : u32 = 1 ; pub const _BITS_SCHED_H : u32 = 1 ; pub const SCHED_OTHER : u32 = 0 ; pub const SCHED_FIFO : u32 = 1 ; pub const SCHED_RR : u32 = 2 ; pub const _BITS_TYPES_STRUCT_SCHED_PARAM : u32 = 1 ; pub const _BITS_CPU_SET_H : u32 = 1 ; pub const __CPU_SETSIZE : u32 = 1024 ; pub const _TIME_H : u32 = 1 ; pub const _BITS_TIME_H : u32 = 1 ; pub const CLOCK_REALTIME : u32 = 0 ; pub const CLOCK_MONOTONIC : u32 = 1 ; pub const CLOCK_PROCESS_CPUTIME_ID : u32 = 2 ; pub const CLOCK_THREAD_CPUTIME_ID : u32 = 3 ; pub const CLOCK_MONOTONIC_RAW : u32 = 4 ; pub const CLOCK_REALTIME_COARSE : u32 = 5 ; pub const CLOCK_MONOTONIC_COARSE : u32 = 6 ; pub const CLOCK_BOOTTIME : u32 = 7 ; pub const CLOCK_REALTIME_ALARM : u32 = 8 ; pub const CLOCK_BOOTTIME_ALARM : u32 = 9 ; pub const CLOCK_TAI : u32 = 11 ; pub const TIMER_ABSTIME : u32 = 1 ; pub const __struct_tm_defined : u32 = 1 ; pub const __itimerspec_defined : u32 = 1 ; pub const _BITS_TYPES_LOCALE_T_H : u32 = 1 ; pub const _BITS_TYPES___LOCALE_T_H : u32 = 1 ; pub const TIME_UTC : u32 = 1 ; pub const _BITS_SETJMP_H : u32 = 1 ; pub const __jmp_buf_tag_defined : u32 = 1 ; pub const PTHREAD_ONCE_INIT : u32 = 0 ; pub const PTHREAD_BARRIER_SERIAL_THREAD : i32 = - 1 ; pub const UV_ONCE_INIT : u32 = 0 ; pub const UV_FS_O_APPEND : u32 = 1024 ; pub const UV_FS_O_CREAT : u32 = 64 ; pub const UV_FS_O_DIRECT : u32 = 16384 ; pub const UV_FS_O_DIRECTORY : u32 = 65536 ; pub const UV_FS_O_DSYNC : u32 = 4096 ; pub const UV_FS_O_EXCL : u32 = 128 ; pub const UV_FS_O_EXLOCK : u32 = 0 ; pub const UV_FS_O_NOATIME : u32 = 0 ; pub const UV_FS_O_NOCTTY : u32 = 256 ; pub const UV_FS_O_NOFOLLOW : u32 = 131072 ; pub const UV_FS_O_NONBLOCK : u32 = 2048 ; pub const UV_FS_O_RDONLY : u32 = 0 ; pub const UV_FS_O_RDWR : u32 = 2 ; pub const UV_FS_O_SYMLINK : u32 = 0 ; pub const UV_FS_O_SYNC : u32 = 1052672 ; pub const UV_FS_O_TRUNC : u32 = 512 ; pub const UV_FS_O_WRONLY : u32 = 1 ; pub const UV_FS_O_FILEMAP : u32 = 0 ; pub const UV_FS_O_RANDOM : u32 = 0 ; pub const UV_FS_O_SHORT_LIVED : u32 = 0 ; pub const UV_FS_O_SEQUENTIAL : u32 = 0 ; pub const UV_FS_O_TEMPORARY : u32 = 0 ; pub const UV_PRIORITY_LOW : u32 = 19 ; pub const UV_PRIORITY_BELOW_NORMAL : u32 = 10 ; pub const UV_PRIORITY_NORMAL : u32 = 0 ; pub const UV_PRIORITY_ABOVE_NORMAL : i32 = - 7 ; pub const UV_PRIORITY_HIGH : i32 = - 14 ; pub const UV_PRIORITY_HIGHEST : i32 = - 20 ; pub const UV_MAXHOSTNAMESIZE : u32 = 65 ; pub const UV_FS_COPYFILE_EXCL : u32 = 1 ; pub const UV_FS_COPYFILE_FICLONE : u32 = 2 ; pub const UV_FS_COPYFILE_FICLONE_FORCE : u32 = 4 ; pub const UV_FS_SYMLINK_DIR : u32 = 1 ; pub const UV_FS_SYMLINK_JUNCTION : u32 = 2 ; pub const UV_IF_NAMESIZE : u32 = 17 ; unsafe extern "C" { pub fn __errno_location () -> * mut :: std :: os :: raw :: c_int ; } pub type wchar_t = :: std :: os :: raw :: c_int ; # [repr (C)] # [repr (align (16))] # [derive (Debug , Copy , Clone)] pub struct max_align_t { pub __clang_max_align_nonce1 : :: std :: os :: raw :: c_longlong , pub __bindgen_padding_0 : u64 , pub __clang_max_align_nonce2 : u128 , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of max_align_t"] [:: std :: mem :: size_of :: < max_align_t > () - 32usize] ; ["Alignment of max_align_t"] [:: std :: mem :: align_of :: < max_align_t > () - 16usize] ; ["Offset of field: max_align_t::__clang_max_align_nonce1"] [:: std :: mem :: offset_of ! (max_align_t , __clang_max_align_nonce1) - 0usize] ; ["Offset of field: max_align_t::__clang_max_align_nonce2"] [:: std :: mem :: offset_of ! (max_align_t , __clang_max_align_nonce2) - 16usize] ; } ; pub type __gnuc_va_list = __builtin_va_list ; pub type __u_char = :: std :: os :: raw :: c_uchar ; pub type __u_short = :: std :: os :: raw :: c_ushort ; pub type __u_int = :: std :: os :: raw :: c_uint ; pub type __u_long = :: std :: os :: raw :: c_ulong ; pub type __int8_t = :: std :: os :: raw :: c_schar ; pub type __uint8_t = :: std :: os :: raw :: c_uchar ; pub type __int16_t = :: std :: os :: raw :: c_short ; pub type __uint16_t = :: std :: os :: raw :: c_ushort ; pub type __int32_t = :: std :: os :: raw :: c_int ; pub type __uint32_t = :: std :: os :: raw :: c_uint ; pub type __int64_t = :: std :: os :: raw :: c_long ; pub type __uint64_t = :: std :: os :: raw :: c_ulong ; pub type __int_least8_t = __int8_t ; pub type __uint_least8_t = __uint8_t ; pub type __int_least16_t = __int16_t ; pub type __uint_least16_t = __uint16_t ; pub type __int_least32_t = __int32_t ; pub type __uint_least32_t = __uint32_t ; pub type __int_least64_t = __int64_t ; pub type __uint_least64_t = __uint64_t ; pub type __quad_t = :: std :: os :: raw :: c_long ; pub type __u_quad_t = :: std :: os :: raw :: c_ulong ; pub type __intmax_t = :: std :: os :: raw :: c_long ; pub type __uintmax_t = :: std :: os :: raw :: c_ulong ; pub type __dev_t = :: std :: os :: raw :: c_ulong ; pub type __uid_t = :: std :: os :: raw :: c_uint ; pub type __gid_t = :: std :: os :: raw :: c_uint ; pub type __ino_t = :: std :: os :: raw :: c_ulong ; pub type __ino64_t = :: std :: os :: raw :: c_ulong ; pub type __mode_t = :: std :: os :: raw :: c_uint ; pub type __nlink_t = :: std :: os :: raw :: c_ulong ; pub type __off_t = :: std :: os :: raw :: c_long ; pub type __off64_t = :: std :: os :: raw :: c_long ; pub type __pid_t = :: std :: os :: raw :: c_int ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct __fsid_t { pub __val : [:: std :: os :: raw :: c_int ; 2usize] , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of __fsid_t"] [:: std :: mem :: size_of :: < __fsid_t > () - 8usize] ; ["Alignment of __fsid_t"] [:: std :: mem :: align_of :: < __fsid_t > () - 4usize] ; ["Offset of field: __fsid_t::__val"] [:: std :: mem :: offset_of ! (__fsid_t , __val) - 0usize] ; } ; pub type __clock_t = :: std :: os :: raw :: c_long ; pub type __rlim_t = :: std :: os :: raw :: c_ulong ; pub type __rlim64_t = :: std :: os :: raw :: c_ulong ; pub type __id_t = :: std :: os :: raw :: c_uint ; pub type __time_t = :: std :: os :: raw :: c_long ; pub type __useconds_t = :: std :: os :: raw :: c_uint ; pub type __suseconds_t = :: std :: os :: raw :: c_long ; pub type __suseconds64_t = :: std :: os :: raw :: c_long ; pub type __daddr_t = :: std :: os :: raw :: c_int ; pub type __key_t = :: std :: os :: raw :: c_int ; pub type __clockid_t = :: std :: os :: raw :: c_int ; pub type __timer_t = * mut :: std :: os :: raw :: c_void ; pub type __blksize_t = :: std :: os :: raw :: c_long ; pub type __blkcnt_t = :: std :: os :: raw :: c_long ; pub type __blkcnt64_t = :: std :: os :: raw :: c_long ; pub type __fsblkcnt_t = :: std :: os :: raw :: c_ulong ; pub type __fsblkcnt64_t = :: std :: os :: raw :: c_ulong ; pub type __fsfilcnt_t = :: std :: os :: raw :: c_ulong ; pub type __fsfilcnt64_t = :: std :: os :: raw :: c_ulong ; pub type __fsword_t = :: std :: os :: raw :: c_long ; pub type __ssize_t = :: std :: os :: raw :: c_long ; pub type __syscall_slong_t = :: std :: os :: raw :: c_long ; pub type __syscall_ulong_t = :: std :: os :: raw :: c_ulong ; pub type __loff_t = __off64_t ; pub type __caddr_t = * mut :: std :: os :: raw :: c_char ; pub type __intptr_t = :: std :: os :: raw :: c_long ; pub type __socklen_t = :: std :: os :: raw :: c_uint ; pub type __sig_atomic_t = :: std :: os :: raw :: c_int ; # [repr (C)] # [derive (Copy , Clone)] pub struct __mbstate_t { pub __count : :: std :: os :: raw :: c_int , pub __value : __mbstate_t__bindgen_ty_1 , } # [repr (C)] # [derive (Copy , Clone)] pub union __mbstate_t__bindgen_ty_1 { pub __wch : :: std :: os :: raw :: c_uint , pub __wchb : [:: std :: os :: raw :: c_char ; 4usize] , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of __mbstate_t__bindgen_ty_1"] [:: std :: mem :: size_of :: < __mbstate_t__bindgen_ty_1 > () - 4usize] ; ["Alignment of __mbstate_t__bindgen_ty_1"] [:: std :: mem :: align_of :: < __mbstate_t__bindgen_ty_1 > () - 4usize] ; ["Offset of field: __mbstate_t__bindgen_ty_1::__wch"] [:: std :: mem :: offset_of ! (__mbstate_t__bindgen_ty_1 , __wch) - 0usize] ; ["Offset of field: __mbstate_t__bindgen_ty_1::__wchb"] [:: std :: mem :: offset_of ! (__mbstate_t__bindgen_ty_1 , __wchb) - 0usize] ; } ; # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of __mbstate_t"] [:: std :: mem :: size_of :: < __mbstate_t > () - 8usize] ; ["Alignment of __mbstate_t"] [:: std :: mem :: align_of :: < __mbstate_t > () - 4usize] ; ["Offset of field: __mbstate_t::__count"] [:: std :: mem :: offset_of ! (__mbstate_t , __count) - 0usize] ; ["Offset of field: __mbstate_t::__value"] [:: std :: mem :: offset_of ! (__mbstate_t , __value) - 4usize] ; } ; # [repr (C)] # [derive (Copy , Clone)] pub struct _G_fpos_t { pub __pos : __off_t , pub __state : __mbstate_t , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of _G_fpos_t"] [:: std :: mem :: size_of :: < _G_fpos_t > () - 16usize] ; ["Alignment of _G_fpos_t"] [:: std :: mem :: align_of :: < _G_fpos_t > () - 8usize] ; ["Offset of field: _G_fpos_t::__pos"] [:: std :: mem :: offset_of ! (_G_fpos_t , __pos) - 0usize] ; ["Offset of field: _G_fpos_t::__state"] [:: std :: mem :: offset_of ! (_G_fpos_t , __state) - 8usize] ; } ; pub type __fpos_t = _G_fpos_t ; # [repr (C)] # [derive (Copy , Clone)] pub struct _G_fpos64_t { pub __pos : __off64_t , pub __state : __mbstate_t , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of _G_fpos64_t"] [:: std :: mem :: size_of :: < _G_fpos64_t > () - 16usize] ; ["Alignment of _G_fpos64_t"] [:: std :: mem :: align_of :: < _G_fpos64_t > () - 8usize] ; ["Offset of field: _G_fpos64_t::__pos"] [:: std :: mem :: offset_of ! (_G_fpos64_t , __pos) - 0usize] ; ["Offset of field: _G_fpos64_t::__state"] [:: std :: mem :: offset_of ! (_G_fpos64_t , __state) - 8usize] ; } ; pub type __fpos64_t = _G_fpos64_t ; pub type __FILE = _IO_FILE ; pub type FILE = _IO_FILE ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct _IO_marker { _unused : [u8 ; 0] , } # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct _IO_codecvt { _unused : [u8 ; 0] , } # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct _IO_wide_data { _unused : [u8 ; 0] , } pub type _IO_lock_t = :: std :: os :: raw :: c_void ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct _IO_FILE { pub _flags : :: std :: os :: raw :: c_int , pub _IO_read_ptr : * mut :: std :: os :: raw :: c_char , pub _IO_read_end : * mut :: std :: os :: raw :: c_char , pub _IO_read_base : * mut :: std :: os :: raw :: c_char , pub _IO_write_base : * mut :: std :: os :: raw :: c_char , pub _IO_write_ptr : * mut :: std :: os :: raw :: c_char , pub _IO_write_end : * mut :: std :: os :: raw :: c_char , pub _IO_buf_base : * mut :: std :: os :: raw :: c_char , pub _IO_buf_end : * mut :: std :: os :: raw :: c_char , pub _IO_save_base : * mut :: std :: os :: raw :: c_char , pub _IO_backup_base : * mut :: std :: os :: raw :: c_char , pub _IO_save_end : * mut :: std :: os :: raw :: c_char , pub _markers : * mut _IO_marker , pub _chain : * mut _IO_FILE , pub _fileno : :: std :: os :: raw :: c_int , pub _bitfield_align_1 : [u32 ; 0] , pub _bitfield_1 : __BindgenBitfieldUnit < [u8 ; 3usize] > , pub _short_backupbuf : [:: std :: os :: raw :: c_char ; 1usize] , pub _old_offset : __off_t , pub _cur_column : :: std :: os :: raw :: c_ushort , pub _vtable_offset : :: std :: os :: raw :: c_schar , pub _shortbuf : [:: std :: os :: raw :: c_char ; 1usize] , pub _lock : * mut _IO_lock_t , pub _offset : __off64_t , pub _codecvt : * mut _IO_codecvt , pub _wide_data : * mut _IO_wide_data , pub _freeres_list : * mut _IO_FILE , pub _freeres_buf : * mut :: std :: os :: raw :: c_void , pub _prevchain : * mut * mut _IO_FILE , pub _mode : :: std :: os :: raw :: c_int , pub _unused3 : :: std :: os :: raw :: c_int , pub _total_written : __uint64_t , pub _unused2 : [:: std :: os :: raw :: c_char ; 8usize] , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of _IO_FILE"] [:: std :: mem :: size_of :: < _IO_FILE > () - 216usize] ; ["Alignment of _IO_FILE"] [:: std :: mem :: align_of :: < _IO_FILE > () - 8usize] ; ["Offset of field: _IO_FILE::_flags"] [:: std :: mem :: offset_of ! (_IO_FILE , _flags) - 0usize] ; ["Offset of field: _IO_FILE::_IO_read_ptr"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_read_ptr) - 8usize] ; ["Offset of field: _IO_FILE::_IO_read_end"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_read_end) - 16usize] ; ["Offset of field: _IO_FILE::_IO_read_base"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_read_base) - 24usize] ; ["Offset of field: _IO_FILE::_IO_write_base"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_write_base) - 32usize] ; ["Offset of field: _IO_FILE::_IO_write_ptr"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_write_ptr) - 40usize] ; ["Offset of field: _IO_FILE::_IO_write_end"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_write_end) - 48usize] ; ["Offset of field: _IO_FILE::_IO_buf_base"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_buf_base) - 56usize] ; ["Offset of field: _IO_FILE::_IO_buf_end"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_buf_end) - 64usize] ; ["Offset of field: _IO_FILE::_IO_save_base"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_save_base) - 72usize] ; ["Offset of field: _IO_FILE::_IO_backup_base"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_backup_base) - 80usize] ; ["Offset of field: _IO_FILE::_IO_save_end"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_save_end) - 88usize] ; ["Offset of field: _IO_FILE::_markers"] [:: std :: mem :: offset_of ! (_IO_FILE , _markers) - 96usize] ; ["Offset of field: _IO_FILE::_chain"] [:: std :: mem :: offset_of ! (_IO_FILE , _chain) - 104usize] ; ["Offset of field: _IO_FILE::_fileno"] [:: std :: mem :: offset_of ! (_IO_FILE , _fileno) - 112usize] ; ["Offset of field: _IO_FILE::_short_backupbuf"] [:: std :: mem :: offset_of ! (_IO_FILE , _short_backupbuf) - 119usize] ; ["Offset of field: _IO_FILE::_old_offset"] [:: std :: mem :: offset_of ! (_IO_FILE , _old_offset) - 120usize] ; ["Offset of field: _IO_FILE::_cur_column"] [:: std :: mem :: offset_of ! (_IO_FILE , _cur_column) - 128usize] ; ["Offset of field: _IO_FILE::_vtable_offset"] [:: std :: mem :: offset_of ! (_IO_FILE , _vtable_offset) - 130usize] ; ["Offset of field: _IO_FILE::_shortbuf"] [:: std :: mem :: offset_of ! (_IO_FILE , _shortbuf) - 131usize] ; ["Offset of field: _IO_FILE::_lock"] [:: std :: mem :: offset_of ! (_IO_FILE , _lock) - 136usize] ; ["Offset of field: _IO_FILE::_offset"] [:: std :: mem :: offset_of ! (_IO_FILE , _offset) - 144usize] ; ["Offset of field: _IO_FILE::_codecvt"] [:: std :: mem :: offset_of ! (_IO_FILE , _codecvt) - 152usize] ; ["Offset of field: _IO_FILE::_wide_data"] [:: std :: mem :: offset_of ! (_IO_FILE , _wide_data) - 160usize] ; ["Offset of field: _IO_FILE::_freeres_list"] [:: std :: mem :: offset_of ! (_IO_FILE , _freeres_list) - 168usize] ; ["Offset of field: _IO_FILE::_freeres_buf"] [:: std :: mem :: offset_of ! (_IO_FILE , _freeres_buf) - 176usize] ; ["Offset of field: _IO_FILE::_prevchain"] [:: std :: mem :: offset_of ! (_IO_FILE , _prevchain) - 184usize] ; ["Offset of field: _IO_FILE::_mode"] [:: std :: mem :: offset_of ! (_IO_FILE , _mode) - 192usize] ; ["Offset of field: _IO_FILE::_unused3"] [:: std :: mem :: offset_of ! (_IO_FILE , _unused3) - 196usize] ; ["Offset of field: _IO_FILE::_total_written"] [:: std :: mem :: offset_of ! (_IO_FILE , _total_written) - 200usize] ; ["Offset of field: _IO_FILE::_unused2"] [:: std :: mem :: offset_of ! (_IO_FILE , _unused2) - 208usize] ; } ; impl _IO_FILE { # [inline] pub fn _flags2 (& self) -> :: std :: os :: raw :: c_int { unsafe { :: std :: mem :: transmute (self . _bitfield_1 . get (0usize , 24u8) as u32) } } # [inline] pub fn set__flags2 (& mut self , val : :: std :: os :: raw :: c_int) { unsafe { let val : u32 = :: std :: mem :: transmute (val) ; self . _bitfield_1 . set (0usize , 24u8 , val as u64) } } # [inline] pub unsafe fn _flags2_raw (this : * const Self) -> :: std :: os :: raw :: c_int { unsafe { :: std :: mem :: transmute (< __BindgenBitfieldUnit < [u8 ; 3usize] > > :: raw_get (:: std :: ptr :: addr_of ! ((* this) . _bitfield_1) , 0usize , 24u8 ,) as u32) } } # [inline] pub unsafe fn set__flags2_raw (this : * mut Self , val : :: std :: os :: raw :: c_int) { unsafe { let val : u32 = :: std :: mem :: transmute (val) ; < __BindgenBitfieldUnit < [u8 ; 3usize] > > :: raw_set (:: std :: ptr :: addr_of_mut ! ((* this) . _bitfield_1) , 0usize , 24u8 , val as u64 ,) } } # [inline] pub fn new_bitfield_1 (_flags2 : :: std :: os :: raw :: c_int) -> __BindgenBitfieldUnit < [u8 ; 3usize] > { let mut __bindgen_bitfield_unit : __BindgenBitfieldUnit < [u8 ; 3usize] > = Default :: default () ; __bindgen_bitfield_unit . set (0usize , 24u8 , { let _flags2 : u32 = unsafe { :: std :: mem :: transmute (_flags2) } ; _flags2 as u64 }) ; __bindgen_bitfield_unit } } pub type cookie_read_function_t = :: std :: option :: Option < unsafe extern "C" fn (__cookie : * mut :: std :: os :: raw :: c_void , __buf : * mut :: std :: os :: raw :: c_char , __nbytes : usize) -> __ssize_t > ; pub type cookie_write_function_t = :: std :: option :: Option < unsafe extern "C" fn (__cookie : * mut :: std :: os :: raw :: c_void , __buf : * const :: std :: os :: raw :: c_char , __nbytes : usize) -> __ssize_t > ; pub type cookie_seek_function_t = :: std :: option :: Option < unsafe extern "C" fn (__cookie : * mut :: std :: os :: raw :: c_void , __pos : * mut __off64_t , __w : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int > ; pub type cookie_close_function_t = :: std :: option :: Option < unsafe extern "C" fn (__cookie : * mut :: std :: os :: raw :: c_void) -> :: std :: os :: raw :: c_int > ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct _IO_cookie_io_functions_t { pub read : cookie_read_function_t , pub write : cookie_write_function_t , pub seek : cookie_seek_function_t , pub close : cookie_close_function_t , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of _IO_cookie_io_functions_t"] [:: std :: mem :: size_of :: < _IO_cookie_io_functions_t > () - 32usize] ; ["Alignment of _IO_cookie_io_functions_t"] [:: std :: mem :: align_of :: < _IO_cookie_io_functions_t > () - 8usize] ; ["Offset of field: _IO_cookie_io_functions_t::read"] [:: std :: mem :: offset_of ! (_IO_cookie_io_functions_t , read) - 0usize] ; ["Offset of field: _IO_cookie_io_functions_t::write"] [:: std :: mem :: offset_of ! (_IO_cookie_io_functions_t , write) - 8usize] ; ["Offset of field: _IO_cookie_io_functions_t::seek"] [:: std :: mem :: offset_of ! (_IO_cookie_io_functions_t , seek) - 16usize] ; ["Offset of field: _IO_cookie_io_functions_t::close"] [:: std :: mem :: offset_of ! (_IO_cookie_io_functions_t , close) - 24usize] ; } ; pub type cookie_io_functions_t = _IO_cookie_io_functions_t ; pub type va_list = __gnuc_va_list ; pub type off_t = __off_t ; pub type fpos_t = __fpos_t ; unsafe extern "C" { pub static mut stdin : * mut FILE ; } unsafe extern "C" { pub static mut stdout : * mut FILE ; } unsafe extern "C" { pub static mut stderr : * mut FILE ; } unsafe extern "C" { pub fn remove (__filename : * const :: std :: os :: raw :: c_char) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn rename (__old : * const :: std :: os :: raw :: c_char , __new : * const :: std :: os :: raw :: c_char) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn renameat (__oldfd : :: std :: os :: raw :: c_int , __old : * const :: std :: os :: raw :: c_char , __newfd : :: std :: os :: raw :: c_int , __new : * const :: std :: os :: raw :: c_char) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fclose (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn tmpfile () -> * mut FILE ; } unsafe extern "C" { pub fn tmpnam (arg1 : * mut :: std :: os :: raw :: c_char) -> * mut :: std :: os :: raw :: c_char ; } unsafe extern "C" { pub fn tmpnam_r (__s : * mut :: std :: os :: raw :: c_char) -> * mut :: std :: os :: raw :: c_char ; } unsafe extern "C" { pub fn tempnam (__dir : * const :: std :: os :: raw :: c_char , __pfx : * const :: std :: os :: raw :: c_char) -> * mut :: std :: os :: raw :: c_char ; } unsafe extern "C" { pub fn fflush (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fflush_unlocked (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fopen (__filename : * const :: std :: os :: raw :: c_char , __modes : * const :: std :: os :: raw :: c_char) -> * mut FILE ; } unsafe extern "C" { pub fn freopen (__filename : * const :: std :: os :: raw :: c_char , __modes : * const :: std :: os :: raw :: c_char , __stream : * mut FILE) -> * mut FILE ; } unsafe extern "C" { pub fn fdopen (__fd : :: std :: os :: raw :: c_int , __modes : * const :: std :: os :: raw :: c_char) -> * mut FILE ; } unsafe extern "C" { pub fn fopencookie (__magic_cookie : * mut :: std :: os :: raw :: c_void , __modes : * const :: std :: os :: raw :: c_char , __io_funcs : cookie_io_functions_t) -> * mut FILE ; } unsafe extern "C" { pub fn fmemopen (__s : * mut :: std :: os :: raw :: c_void , __len : usize , __modes : * const :: std :: os :: raw :: c_char) -> * mut FILE ; } unsafe extern "C" { pub fn open_memstream (__bufloc : * mut * mut :: std :: os :: raw :: c_char , __sizeloc : * mut usize) -> * mut FILE ; } unsafe extern "C" { pub fn setbuf (__stream : * mut FILE , __buf : * mut :: std :: os :: raw :: c_char) ; } unsafe extern "C" { pub fn setvbuf (__stream : * mut FILE , __buf : * mut :: std :: os :: raw :: c_char , __modes : :: std :: os :: raw :: c_int , __n : usize) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn setbuffer (__stream : * mut FILE , __buf : * mut :: std :: os :: raw :: c_char , __size : usize) ; } unsafe extern "C" { pub fn setlinebuf (__stream : * mut FILE) ; } unsafe extern "C" { pub fn fprintf (__stream : * mut FILE , __format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn printf (__format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn sprintf (__s : * mut :: std :: os :: raw :: c_char , __format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vfprintf (__s : * mut FILE , __format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vprintf (__format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vsprintf (__s : * mut :: std :: os :: raw :: c_char , __format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn snprintf (__s : * mut :: std :: os :: raw :: c_char , __maxlen : :: std :: os :: raw :: c_ulong , __format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vsnprintf (__s : * mut :: std :: os :: raw :: c_char , __maxlen : :: std :: os :: raw :: c_ulong , __format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vasprintf (__ptr : * mut * mut :: std :: os :: raw :: c_char , __f : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __asprintf (__ptr : * mut * mut :: std :: os :: raw :: c_char , __fmt : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn asprintf (__ptr : * mut * mut :: std :: os :: raw :: c_char , __fmt : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vdprintf (__fd : :: std :: os :: raw :: c_int , __fmt : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn dprintf (__fd : :: std :: os :: raw :: c_int , __fmt : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fscanf (__stream : * mut FILE , __format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn scanf (__format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn sscanf (__s : * const :: std :: os :: raw :: c_char , __format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } pub type __cfloat128 = __BindgenComplex < u128 > ; pub type _Float128 = u128 ; pub type _Float32 = f32 ; pub type _Float64 = f64 ; pub type _Float32x = f64 ; pub type _Float64x = u128 ; unsafe extern "C" { # [link_name = "\u{1}__isoc99_fscanf"] pub fn fscanf1 (__stream : * mut FILE , __format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { # [link_name = "\u{1}__isoc99_scanf"] pub fn scanf1 (__format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { # [link_name = "\u{1}__isoc99_sscanf"] pub fn sscanf1 (__s : * const :: std :: os :: raw :: c_char , __format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vfscanf (__s : * mut FILE , __format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vscanf (__format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vsscanf (__s : * const :: std :: os :: raw :: c_char , __format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { # [link_name = "\u{1}__isoc99_vfscanf"] pub fn vfscanf1 (__s : * mut FILE , __format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { # [link_name = "\u{1}__isoc99_vscanf"] pub fn vscanf1 (__format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { # [link_name = "\u{1}__isoc99_vsscanf"] pub fn vsscanf1 (__s : * const :: std :: os :: raw :: c_char , __format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fgetc (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn getc (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn getchar () -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn getc_unlocked (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn getchar_unlocked () -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fgetc_unlocked (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fputc (__c : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn putc (__c : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn putchar (__c : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fputc_unlocked (__c : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn putc_unlocked (__c : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn putchar_unlocked (__c : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn getw (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn putw (__w : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fgets (__s : * mut :: std :: os :: raw :: c_char , __n : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> * mut :: std :: os :: raw :: c_char ; } unsafe extern "C" { pub fn __getdelim (__lineptr : * mut * mut :: std :: os :: raw :: c_char , __n : * mut usize , __delimiter : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> __ssize_t ; } unsafe extern "C" { pub fn getdelim (__lineptr : * mut * mut :: std :: os :: raw :: c_char , __n : * mut usize , __delimiter : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> __ssize_t ; } unsafe extern "C" { pub fn getline (__lineptr : * mut * mut :: std :: os :: raw :: c_char , __n : * mut usize , __stream : * mut FILE) -> __ssize_t ; } unsafe extern "C" { pub fn fputs (__s : * const :: std :: os :: raw :: c_char , __stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn puts (__s : * const :: std :: os :: raw :: c_char) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn ungetc (__c : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fread (__ptr : * mut :: std :: os :: raw :: c_void , __size : :: std :: os :: raw :: c_ulong , __n : :: std :: os :: raw :: c_ulong , __stream : * mut FILE) -> :: std :: os :: raw :: c_ulong ; } unsafe extern "C" { pub fn fwrite (__ptr : * const :: std :: os :: raw :: c_void , __size : :: std :: os :: raw :: c_ulong , __n : :: std :: os :: raw :: c_ulong , __s : * mut FILE) -> :: std :: os :: raw :: c_ulong ; } unsafe extern "C" { pub fn fread_unlocked (__ptr : * mut :: std :: os :: raw :: c_void , __size : usize , __n : usize , __stream : * mut FILE) -> usize ; } unsafe extern "C" { pub fn fwrite_unlocked (__ptr : * const :: std :: os :: raw :: c_void , __size : usize , __n : usize , __stream : * mut FILE) -> usize ; } unsafe extern "C" { pub fn fseek (__stream : * mut FILE , __off : :: std :: os :: raw :: c_long , __whence : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn ftell (__stream : * mut FILE) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn rewind (__stream : * mut FILE) ; } unsafe extern "C" { pub fn fseeko (__stream : * mut FILE , __off : __off_t , __whence : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn ftello (__stream : * mut FILE) -> __off_t ; } unsafe extern "C" { pub fn fgetpos (__stream : * mut FILE , __pos : * mut fpos_t) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fsetpos (__stream : * mut FILE , __pos : * const fpos_t) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn clearerr (__stream : * mut FILE) ; } unsafe extern "C" { pub fn feof (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn ferror (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn clearerr_unlocked (__stream : * mut FILE) ; } unsafe extern "C" { pub fn feof_unlocked (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn ferror_unlocked (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn perror (__s : * const :: std :: os :: raw :: c_char) ; } unsafe extern "C" { pub fn fileno (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fileno_unlocked (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn pclose (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn popen (__command : * const :: std :: os :: raw :: c_char , __modes : * const :: std :: os :: raw :: c_char) -> * mut FILE ; } unsafe extern "C" { pub fn ctermid (__s : * mut :: std :: os :: raw :: c_char) -> * mut :: std :: os :: raw :: c_char ; } unsafe extern "C" { pub fn flockfile (__stream : * mut FILE) ; } unsafe extern "C" { pub fn ftrylockfile (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn funlockfile (__stream : * mut FILE) ; } unsafe extern "C" { pub fn __uflow (arg1 : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __overflow (arg1 : * mut FILE , arg2 : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int ; } pub type int_least8_t = __int_least8_t ; pub type int_least16_t = __int_least16_t ; pub type int_least32_t = __int_least32_t ; pub type int_least64_t = __int_least64_t ; pub type uint_least8_t = __uint_least8_t ; pub type uint_least16_t = __uint_least16_t ; pub type uint_least32_t = __uint_least32_t ; pub type uint_least64_t = __uint_least64_t ; pub type int_fast8_t = :: std :: os :: raw :: c_schar ; pub type int_fast16_t = :: std :: os :: raw :: c_long ; pub type int_fast32_t = :: std :: os :: raw :: c_long ; pub type int_fast64_t = :: std :: os :: raw :: c_long ; pub type uint_fast8_t = :: std :: os :: raw :: c_uchar ; pub type uint_fast16_t = :: std :: os :: raw :: c_ulong ; pub type uint_fast32_t = :: std :: os :: raw :: c_ulong ; pub type uint_fast64_t = :: std :: os :: raw :: c_ulong ; pub type intmax_t = __intmax_t ; pub type uintmax_t = __uintmax_t ; pub type float_t = f32 ; pub type double_t = f64 ; unsafe extern "C" { pub fn __fpclassify (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __signbit (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isinf (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __finite (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isnan (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __iseqsig (__x : f64 , __y : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __issignaling (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn acos (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __acos (__x : f64) -> f64 ; } unsafe extern "C" { pub fn asin (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __asin (__x : f64) -> f64 ; } unsafe extern "C" { pub fn atan (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __atan (__x : f64) -> f64 ; } unsafe extern "C" { pub fn atan2 (__y : f64 , __x : f64) -> f64 ; } unsafe extern "C" { pub fn __atan2 (__y : f64 , __x : f64) -> f64 ; } unsafe extern "C" { pub fn cos (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __cos (__x : f64) -> f64 ; } unsafe extern "C" { pub fn sin (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __sin (__x : f64) -> f64 ; } unsafe extern "C" { pub fn tan (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __tan (__x : f64) -> f64 ; } unsafe extern "C" { pub fn cosh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __cosh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn sinh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __sinh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn tanh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __tanh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn acosh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __acosh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn asinh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __asinh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn atanh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __atanh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn exp (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __exp (__x : f64) -> f64 ; } unsafe extern "C" { pub fn frexp (__x : f64 , __exponent : * mut :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn __frexp (__x : f64 , __exponent : * mut :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn ldexp (__x : f64 , __exponent : :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn __ldexp (__x : f64 , __exponent : :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn log (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __log (__x : f64) -> f64 ; } unsafe extern "C" { pub fn log10 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __log10 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn modf (__x : f64 , __iptr : * mut f64) -> f64 ; } unsafe extern "C" { pub fn __modf (__x : f64 , __iptr : * mut f64) -> f64 ; } unsafe extern "C" { pub fn expm1 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __expm1 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn log1p (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __log1p (__x : f64) -> f64 ; } unsafe extern "C" { pub fn logb (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __logb (__x : f64) -> f64 ; } unsafe extern "C" { pub fn exp2 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __exp2 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn log2 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __log2 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn pow (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn __pow (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn sqrt (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __sqrt (__x : f64) -> f64 ; } unsafe extern "C" { pub fn hypot (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn __hypot (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn cbrt (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __cbrt (__x : f64) -> f64 ; } unsafe extern "C" { pub fn ceil (__x : f64) -> f64 ; } unsafe extern "C" { pub fn fabs (__x : f64) -> f64 ; } unsafe extern "C" { pub fn floor (__x : f64) -> f64 ; } unsafe extern "C" { pub fn fmod (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn __fmod (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn isinf (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn finite (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn drem (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn __drem (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn significand (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __significand (__x : f64) -> f64 ; } unsafe extern "C" { pub fn copysign (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn nan (__tagb : * const :: std :: os :: raw :: c_char) -> f64 ; } unsafe extern "C" { pub fn __nan (__tagb : * const :: std :: os :: raw :: c_char) -> f64 ; } unsafe extern "C" { pub fn isnan (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn j0 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __j0 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn j1 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __j1 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn jn (arg1 : :: std :: os :: raw :: c_int , arg2 : f64) -> f64 ; } unsafe extern "C" { pub fn __jn (arg1 : :: std :: os :: raw :: c_int , arg2 : f64) -> f64 ; } unsafe extern "C" { pub fn y0 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __y0 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn y1 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __y1 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn yn (arg1 : :: std :: os :: raw :: c_int , arg2 : f64) -> f64 ; } unsafe extern "C" { pub fn __yn (arg1 : :: std :: os :: raw :: c_int , arg2 : f64) -> f64 ; } unsafe extern "C" { pub fn erf (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __erf (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn erfc (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __erfc (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn lgamma (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __lgamma (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn tgamma (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __tgamma (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn gamma (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __gamma (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn lgamma_r (arg1 : f64 , __signgamp : * mut :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn __lgamma_r (arg1 : f64 , __signgamp : * mut :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn rint (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __rint (__x : f64) -> f64 ; } unsafe extern "C" { pub fn nextafter (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn __nextafter (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn nexttoward (__x : f64 , __y : u128) -> f64 ; } unsafe extern "C" { pub fn __nexttoward (__x : f64 , __y : u128) -> f64 ; } unsafe extern "C" { pub fn remainder (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn __remainder (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn scalbn (__x : f64 , __n : :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn __scalbn (__x : f64 , __n : :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn ilogb (__x : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __ilogb (__x : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn scalbln (__x : f64 , __n : :: std :: os :: raw :: c_long) -> f64 ; } unsafe extern "C" { pub fn __scalbln (__x : f64 , __n : :: std :: os :: raw :: c_long) -> f64 ; } unsafe extern "C" { pub fn nearbyint (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __nearbyint (__x : f64) -> f64 ; } unsafe extern "C" { pub fn round (__x : f64) -> f64 ; } unsafe extern "C" { pub fn trunc (__x : f64) -> f64 ; } unsafe extern "C" { pub fn remquo (__x : f64 , __y : f64 , __quo : * mut :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn __remquo (__x : f64 , __y : f64 , __quo : * mut :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn lrint (__x : f64) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn __lrint (__x : f64) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn llrint (__x : f64) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn __llrint (__x : f64) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn lround (__x : f64) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn __lround (__x : f64) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn llround (__x : f64) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn __llround (__x : f64) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn fdim (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn __fdim (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn fmax (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn fmin (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn fma (__x : f64 , __y : f64 , __z : f64) -> f64 ; } unsafe extern "C" { pub fn __fma (__x : f64 , __y : f64 , __z : f64) -> f64 ; } unsafe extern "C" { pub fn scalb (__x : f64 , __n : f64) -> f64 ; } unsafe extern "C" { pub fn __scalb (__x : f64 , __n : f64) -> f64 ; } unsafe extern "C" { pub fn __fpclassifyf (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __signbitf (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isinff (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __finitef (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isnanf (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __iseqsigf (__x : f32 , __y : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __issignalingf (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn acosf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __acosf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn asinf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __asinf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn atanf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __atanf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn atan2f (__y : f32 , __x : f32) -> f32 ; } unsafe extern "C" { pub fn __atan2f (__y : f32 , __x : f32) -> f32 ; } unsafe extern "C" { pub fn cosf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __cosf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn sinf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __sinf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn tanf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __tanf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn coshf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __coshf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn sinhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __sinhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn tanhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __tanhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn acoshf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __acoshf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn asinhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __asinhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn atanhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __atanhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn expf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __expf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn frexpf (__x : f32 , __exponent : * mut :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn __frexpf (__x : f32 , __exponent : * mut :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn ldexpf (__x : f32 , __exponent : :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn __ldexpf (__x : f32 , __exponent : :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn logf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __logf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn log10f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __log10f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn modff (__x : f32 , __iptr : * mut f32) -> f32 ; } unsafe extern "C" { pub fn __modff (__x : f32 , __iptr : * mut f32) -> f32 ; } unsafe extern "C" { pub fn expm1f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __expm1f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn log1pf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __log1pf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn logbf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __logbf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn exp2f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __exp2f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn log2f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __log2f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn powf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn __powf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn sqrtf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __sqrtf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn hypotf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn __hypotf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn cbrtf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __cbrtf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn ceilf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn fabsf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn floorf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn fmodf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn __fmodf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn isinff (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn finitef (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn dremf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn __dremf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn significandf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __significandf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn copysignf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn nanf (__tagb : * const :: std :: os :: raw :: c_char) -> f32 ; } unsafe extern "C" { pub fn __nanf (__tagb : * const :: std :: os :: raw :: c_char) -> f32 ; } unsafe extern "C" { pub fn isnanf (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn j0f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __j0f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn j1f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __j1f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn jnf (arg1 : :: std :: os :: raw :: c_int , arg2 : f32) -> f32 ; } unsafe extern "C" { pub fn __jnf (arg1 : :: std :: os :: raw :: c_int , arg2 : f32) -> f32 ; } unsafe extern "C" { pub fn y0f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __y0f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn y1f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __y1f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn ynf (arg1 : :: std :: os :: raw :: c_int , arg2 : f32) -> f32 ; } unsafe extern "C" { pub fn __ynf (arg1 : :: std :: os :: raw :: c_int , arg2 : f32) -> f32 ; } unsafe extern "C" { pub fn erff (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __erff (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn erfcf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __erfcf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn lgammaf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __lgammaf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn tgammaf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __tgammaf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn gammaf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __gammaf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn lgammaf_r (arg1 : f32 , __signgamp : * mut :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn __lgammaf_r (arg1 : f32 , __signgamp : * mut :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn rintf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __rintf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn nextafterf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn __nextafterf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn nexttowardf (__x : f32 , __y : u128) -> f32 ; } unsafe extern "C" { pub fn __nexttowardf (__x : f32 , __y : u128) -> f32 ; } unsafe extern "C" { pub fn remainderf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn __remainderf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn scalbnf (__x : f32 , __n : :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn __scalbnf (__x : f32 , __n : :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn ilogbf (__x : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __ilogbf (__x : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn scalblnf (__x : f32 , __n : :: std :: os :: raw :: c_long) -> f32 ; } unsafe extern "C" { pub fn __scalblnf (__x : f32 , __n : :: std :: os :: raw :: c_long) -> f32 ; } unsafe extern "C" { pub fn nearbyintf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __nearbyintf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn roundf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn truncf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn remquof (__x : f32 , __y : f32 , __quo : * mut :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn __remquof (__x : f32 , __y : f32 , __quo : * mut :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn lrintf (__x : f32) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn __lrintf (__x : f32) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn llrintf (__x : f32) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn __llrintf (__x : f32) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn lroundf (__x : f32) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn __lroundf (__x : f32) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn llroundf (__x : f32) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn __llroundf (__x : f32) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn fdimf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn __fdimf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn fmaxf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn fminf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn fmaf (__x : f32 , __y : f32 , __z : f32) -> f32 ; } unsafe extern "C" { pub fn __fmaf (__x : f32 , __y : f32 , __z : f32) -> f32 ; } unsafe extern "C" { pub fn scalbf (__x : f32 , __n : f32) -> f32 ; } unsafe extern "C" { pub fn __scalbf (__x : f32 , __n : f32) -> f32 ; } unsafe extern "C" { pub fn __fpclassifyl (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __signbitl (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isinfl (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __finitel (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isnanl (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __iseqsigl (__x : u128 , __y : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __issignalingl (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn acosl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __acosl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn asinl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __asinl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn atanl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __atanl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn atan2l (__y : u128 , __x : u128) -> u128 ; } unsafe extern "C" { pub fn __atan2l (__y : u128 , __x : u128) -> u128 ; } unsafe extern "C" { pub fn cosl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __cosl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn sinl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __sinl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn tanl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __tanl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn coshl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __coshl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn sinhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __sinhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn tanhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __tanhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn acoshl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __acoshl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn asinhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __asinhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn atanhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __atanhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn expl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __expl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn frexpl (__x : u128 , __exponent : * mut :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn __frexpl (__x : u128 , __exponent : * mut :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn ldexpl (__x : u128 , __exponent : :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn __ldexpl (__x : u128 , __exponent : :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn logl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __logl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn log10l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __log10l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn modfl (__x : u128 , __iptr : * mut u128) -> u128 ; } unsafe extern "C" { pub fn __modfl (__x : u128 , __iptr : * mut u128) -> u128 ; } unsafe extern "C" { pub fn expm1l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __expm1l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn log1pl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __log1pl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn logbl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __logbl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn exp2l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __exp2l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn log2l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __log2l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn powl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __powl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn sqrtl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __sqrtl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn hypotl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __hypotl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn cbrtl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __cbrtl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn ceill (__x : u128) -> u128 ; } unsafe extern "C" { pub fn fabsl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn floorl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn fmodl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __fmodl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn isinfl (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn finitel (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn dreml (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __dreml (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn significandl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __significandl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn copysignl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn nanl (__tagb : * const :: std :: os :: raw :: c_char) -> u128 ; } unsafe extern "C" { pub fn __nanl (__tagb : * const :: std :: os :: raw :: c_char) -> u128 ; } unsafe extern "C" { pub fn isnanl (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn j0l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __j0l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn j1l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __j1l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn jnl (arg1 : :: std :: os :: raw :: c_int , arg2 : u128) -> u128 ; } unsafe extern "C" { pub fn __jnl (arg1 : :: std :: os :: raw :: c_int , arg2 : u128) -> u128 ; } unsafe extern "C" { pub fn y0l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __y0l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn y1l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __y1l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn ynl (arg1 : :: std :: os :: raw :: c_int , arg2 : u128) -> u128 ; } unsafe extern "C" { pub fn __ynl (arg1 : :: std :: os :: raw :: c_int , arg2 : u128) -> u128 ; } unsafe extern "C" { pub fn erfl (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __erfl (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn erfcl (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __erfcl (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn lgammal (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __lgammal (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn tgammal (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __tgammal (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn gammal (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __gammal (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn lgammal_r (arg1 : u128 , __signgamp : * mut :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn __lgammal_r (arg1 : u128 , __signgamp : * mut :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn rintl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __rintl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn nextafterl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __nextafterl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn nexttowardl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __nexttowardl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn remainderl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __remainderl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn scalbnl (__x : u128 , __n : :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn __scalbnl (__x : u128 , __n : :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn ilogbl (__x : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __ilogbl (__x : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn scalblnl (__x : u128 , __n : :: std :: os :: raw :: c_long) -> u128 ; } unsafe extern "C" { pub fn __scalblnl (__x : u128 , __n : :: std :: os :: raw :: c_long) -> u128 ; } unsafe extern "C" { pub fn nearbyintl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __nearbyintl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn roundl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn truncl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn remquol (__x : u128 , __y : u128 , __quo : * mut :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn __remquol (__x : u128 , __y : u128 , __quo : * mut :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn lrintl (__x : u128) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn __lrintl (__x : u128) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn llrintl (__x : u128) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn __llrintl (__x : u128) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn lroundl (__x : u128) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn __lroundl (__x : u128) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn llroundl (__x : u128) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn __llroundl (__x : u128) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn fdiml (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __fdiml (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn fmaxl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn fminl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn fmal (__x : u128 , __y : u128 , __z : u128) -> u128 ; } unsafe extern "C" { pub fn __fmal (__x : u128 , __y : u128 , __z : u128) -> u128 ; } unsafe extern "C" { pub fn scalbl (__x : u128 , __n : u128) -> u128 ; } unsafe extern "C" { pub fn __scalbl (__x : u128 , __n : u128) -> u128 ; } unsafe extern "C" { pub fn __fpclassifyf128 (__value : _Float128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __signbitf128 (__value : _Float128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isinff128 (__value : _Float128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __finitef128 (__value : _Float128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isnanf128 (__value : _Float128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __iseqsigf128 (__x : _Float128 , __y : _Float128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __issignalingf128 (__value : _Float128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub static mut signgam : :: std :: os :: raw :: c_int ; } pub const FP_NAN : _bindgen_ty_1 = 0 ; pub const FP_INFINITE : _bindgen_ty_1 = 1 ; pub const FP_ZERO : _bindgen_ty_1 = 2 ; pub const FP_SUBNORMAL : _bindgen_ty_1 = 3 ; pu...
[INFO] [stdout]   |       ---------------------------------- previous definition of the value `FP_SUBNORMAL` here                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `FP_SUBNORMAL` redefined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `FP_SUBNORMAL` must be defined only once in the value namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `FP_NORMAL` is defined multiple times
[INFO] [stdout]  --> /opt/rustwide/target/release/build/archetypes-c7b3e0040a624258/out/bindings.rs:3:120186
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... ; pub const FP_NORMAL : u32 = 4 ; pub const MATH_ERRNO : u32 = 1 ; pub const MATH_ERREXCEPT : u32 = 2 ; pub const math_errhandling : u32 = 3 ; pub const M_E : f64 = 2.718281828459045 ; pub const M_LOG2E : f64 = 1.4426950408889634 ; pub const M_LOG10E : f64 = 0.4342944819032518 ; pub const M_LN2 : f64 = 0.6931471805599453 ; pub const M_LN10 : f64 = 2.302585092994046 ; pub const M_PI : f64 = 3.141592653589793 ; pub const M_PI_2 : f64 = 1.5707963267948966 ; pub const M_PI_4 : f64 = 0.7853981633974483 ; pub const M_1_PI : f64 = 0.3183098861837907 ; pub const M_2_PI : f64 = 0.6366197723675814 ; pub const M_2_SQRTPI : f64 = 1.1283791670955126 ; pub const M_SQRT2 : f64 = 1.4142135623730951 ; pub const M_SQRT1_2 : f64 = 0.7071067811865476 ; pub const _SYS_TYPES_H : u32 = 1 ; pub const __clock_t_defined : u32 = 1 ; pub const __clockid_t_defined : u32 = 1 ; pub const __time_t_defined : u32 = 1 ; pub const __timer_t_defined : u32 = 1 ; pub const __BIT_TYPES_DEFINED__ : u32 = 1 ; pub const _ENDIAN_H : u32 = 1 ; pub const _BITS_ENDIAN_H : u32 = 1 ; pub const __LITTLE_ENDIAN : u32 = 1234 ; pub const __BIG_ENDIAN : u32 = 4321 ; pub const __PDP_ENDIAN : u32 = 3412 ; pub const _BITS_ENDIANNESS_H : u32 = 1 ; pub const __BYTE_ORDER : u32 = 1234 ; pub const __FLOAT_WORD_ORDER : u32 = 1234 ; pub const LITTLE_ENDIAN : u32 = 1234 ; pub const BIG_ENDIAN : u32 = 4321 ; pub const PDP_ENDIAN : u32 = 3412 ; pub const BYTE_ORDER : u32 = 1234 ; pub const _BITS_BYTESWAP_H : u32 = 1 ; pub const _BITS_UINTN_IDENTITY_H : u32 = 1 ; pub const _SYS_SELECT_H : u32 = 1 ; pub const __sigset_t_defined : u32 = 1 ; pub const __timeval_defined : u32 = 1 ; pub const _STRUCT_TIMESPEC : u32 = 1 ; pub const FD_SETSIZE : u32 = 1024 ; pub const _BITS_PTHREADTYPES_COMMON_H : u32 = 1 ; pub const _THREAD_SHARED_TYPES_H : u32 = 1 ; pub const _BITS_PTHREADTYPES_ARCH_H : u32 = 1 ; pub const __SIZEOF_PTHREAD_MUTEX_T : u32 = 40 ; pub const __SIZEOF_PTHREAD_ATTR_T : u32 = 56 ; pub const __SIZEOF_PTHREAD_RWLOCK_T : u32 = 56 ; pub const __SIZEOF_PTHREAD_BARRIER_T : u32 = 32 ; pub const __SIZEOF_PTHREAD_MUTEXATTR_T : u32 = 4 ; pub const __SIZEOF_PTHREAD_COND_T : u32 = 48 ; pub const __SIZEOF_PTHREAD_CONDATTR_T : u32 = 4 ; pub const __SIZEOF_PTHREAD_RWLOCKATTR_T : u32 = 8 ; pub const __SIZEOF_PTHREAD_BARRIERATTR_T : u32 = 4 ; pub const _THREAD_MUTEX_INTERNAL_H : u32 = 1 ; pub const __PTHREAD_MUTEX_HAVE_PREV : u32 = 1 ; pub const __have_pthread_attr_t : u32 = 1 ; pub const _SYS_STAT_H : u32 = 1 ; pub const _BITS_STAT_H : u32 = 1 ; pub const _BITS_STRUCT_STAT_H : u32 = 1 ; pub const __S_IFMT : u32 = 61440 ; pub const __S_IFDIR : u32 = 16384 ; pub const __S_IFCHR : u32 = 8192 ; pub const __S_IFBLK : u32 = 24576 ; pub const __S_IFREG : u32 = 32768 ; pub const __S_IFIFO : u32 = 4096 ; pub const __S_IFLNK : u32 = 40960 ; pub const __S_IFSOCK : u32 = 49152 ; pub const __S_ISUID : u32 = 2048 ; pub const __S_ISGID : u32 = 1024 ; pub const __S_ISVTX : u32 = 512 ; pub const __S_IREAD : u32 = 256 ; pub const __S_IWRITE : u32 = 128 ; pub const __S_IEXEC : u32 = 64 ; pub const UTIME_NOW : u32 = 1073741823 ; pub const UTIME_OMIT : u32 = 1073741822 ; pub const S_IFMT : u32 = 61440 ; pub const S_IFDIR : u32 = 16384 ; pub const S_IFCHR : u32 = 8192 ; pub const S_IFBLK : u32 = 24576 ; pub const S_IFREG : u32 = 32768 ; pub const S_IFIFO : u32 = 4096 ; pub const S_IFLNK : u32 = 40960 ; pub const S_IFSOCK : u32 = 49152 ; pub const S_ISUID : u32 = 2048 ; pub const S_ISGID : u32 = 1024 ; pub const S_ISVTX : u32 = 512 ; pub const S_IRUSR : u32 = 256 ; pub const S_IWUSR : u32 = 128 ; pub const S_IXUSR : u32 = 64 ; pub const S_IRWXU : u32 = 448 ; pub const S_IREAD : u32 = 256 ; pub const S_IWRITE : u32 = 128 ; pub const S_IEXEC : u32 = 64 ; pub const S_IRGRP : u32 = 32 ; pub const S_IWGRP : u32 = 16 ; pub const S_IXGRP : u32 = 8 ; pub const S_IRWXG : u32 = 56 ; pub const S_IROTH : u32 = 4 ; pub const S_IWOTH : u32 = 2 ; pub const S_IXOTH : u32 = 1 ; pub const S_IRWXO : u32 = 7 ; pub const ACCESSPERMS : u32 = 511 ; pub const ALLPERMS : u32 = 4095 ; pub const DEFFILEMODE : u32 = 438 ; pub const S_BLKSIZE : u32 = 512 ; pub const _FCNTL_H : u32 = 1 ; pub const __O_LARGEFILE : u32 = 0 ; pub const F_GETLK64 : u32 = 5 ; pub const F_SETLK64 : u32 = 6 ; pub const F_SETLKW64 : u32 = 7 ; pub const O_ACCMODE : u32 = 3 ; pub const O_RDONLY : u32 = 0 ; pub const O_WRONLY : u32 = 1 ; pub const O_RDWR : u32 = 2 ; pub const O_CREAT : u32 = 64 ; pub const O_EXCL : u32 = 128 ; pub const O_NOCTTY : u32 = 256 ; pub const O_TRUNC : u32 = 512 ; pub const O_APPEND : u32 = 1024 ; pub const O_NONBLOCK : u32 = 2048 ; pub const O_NDELAY : u32 = 2048 ; pub const O_SYNC : u32 = 1052672 ; pub const O_FSYNC : u32 = 1052672 ; pub const O_ASYNC : u32 = 8192 ; pub const __O_DIRECTORY : u32 = 65536 ; pub const __O_NOFOLLOW : u32 = 131072 ; pub const __O_CLOEXEC : u32 = 524288 ; pub const __O_DIRECT : u32 = 16384 ; pub const __O_NOATIME : u32 = 262144 ; pub const __O_PATH : u32 = 2097152 ; pub const __O_DSYNC : u32 = 4096 ; pub const __O_TMPFILE : u32 = 4259840 ; pub const F_GETLK : u32 = 5 ; pub const F_SETLK : u32 = 6 ; pub const F_SETLKW : u32 = 7 ; pub const O_DIRECTORY : u32 = 65536 ; pub const O_NOFOLLOW : u32 = 131072 ; pub const O_CLOEXEC : u32 = 524288 ; pub const O_DSYNC : u32 = 4096 ; pub const O_RSYNC : u32 = 1052672 ; pub const F_DUPFD : u32 = 0 ; pub const F_GETFD : u32 = 1 ; pub const F_SETFD : u32 = 2 ; pub const F_GETFL : u32 = 3 ; pub const F_SETFL : u32 = 4 ; pub const __F_SETOWN : u32 = 8 ; pub const __F_GETOWN : u32 = 9 ; pub const F_SETOWN : u32 = 8 ; pub const F_GETOWN : u32 = 9 ; pub const __F_SETSIG : u32 = 10 ; pub const __F_GETSIG : u32 = 11 ; pub const __F_SETOWN_EX : u32 = 15 ; pub const __F_GETOWN_EX : u32 = 16 ; pub const F_DUPFD_CLOEXEC : u32 = 1030 ; pub const FD_CLOEXEC : u32 = 1 ; pub const F_RDLCK : u32 = 0 ; pub const F_WRLCK : u32 = 1 ; pub const F_UNLCK : u32 = 2 ; pub const F_EXLCK : u32 = 4 ; pub const F_SHLCK : u32 = 8 ; pub const LOCK_SH : u32 = 1 ; pub const LOCK_EX : u32 = 2 ; pub const LOCK_NB : u32 = 4 ; pub const LOCK_UN : u32 = 8 ; pub const FAPPEND : u32 = 1024 ; pub const FFSYNC : u32 = 1052672 ; pub const FASYNC : u32 = 8192 ; pub const FNONBLOCK : u32 = 2048 ; pub const FNDELAY : u32 = 2048 ; pub const __POSIX_FADV_DONTNEED : u32 = 4 ; pub const __POSIX_FADV_NOREUSE : u32 = 5 ; pub const POSIX_FADV_NORMAL : u32 = 0 ; pub const POSIX_FADV_RANDOM : u32 = 1 ; pub const POSIX_FADV_SEQUENTIAL : u32 = 2 ; pub const POSIX_FADV_WILLNEED : u32 = 3 ; pub const POSIX_FADV_DONTNEED : u32 = 4 ; pub const POSIX_FADV_NOREUSE : u32 = 5 ; pub const R_OK : u32 = 4 ; pub const W_OK : u32 = 2 ; pub const X_OK : u32 = 1 ; pub const F_OK : u32 = 0 ; pub const AT_FDCWD : i32 = - 100 ; pub const AT_SYMLINK_NOFOLLOW : u32 = 256 ; pub const AT_REMOVEDIR : u32 = 512 ; pub const AT_SYMLINK_FOLLOW : u32 = 1024 ; pub const AT_EACCESS : u32 = 512 ; pub const F_ULOCK : u32 = 0 ; pub const F_LOCK : u32 = 1 ; pub const F_TLOCK : u32 = 2 ; pub const F_TEST : u32 = 3 ; pub const _DIRENT_H : u32 = 1 ; pub const _DIRENT_MATCHES_DIRENT64 : u32 = 1 ; pub const _BITS_POSIX1_LIM_H : u32 = 1 ; pub const _POSIX_AIO_LISTIO_MAX : u32 = 2 ; pub const _POSIX_AIO_MAX : u32 = 1 ; pub const _POSIX_ARG_MAX : u32 = 4096 ; pub const _POSIX_CHILD_MAX : u32 = 25 ; pub const _POSIX_DELAYTIMER_MAX : u32 = 32 ; pub const _POSIX_HOST_NAME_MAX : u32 = 255 ; pub const _POSIX_LINK_MAX : u32 = 8 ; pub const _POSIX_LOGIN_NAME_MAX : u32 = 9 ; pub const _POSIX_MAX_CANON : u32 = 255 ; pub const _POSIX_MAX_INPUT : u32 = 255 ; pub const _POSIX_MQ_OPEN_MAX : u32 = 8 ; pub const _POSIX_MQ_PRIO_MAX : u32 = 32 ; pub const _POSIX_NAME_MAX : u32 = 14 ; pub const _POSIX_NGROUPS_MAX : u32 = 8 ; pub const _POSIX_OPEN_MAX : u32 = 20 ; pub const _POSIX_PATH_MAX : u32 = 256 ; pub const _POSIX_PIPE_BUF : u32 = 512 ; pub const _POSIX_RE_DUP_MAX : u32 = 255 ; pub const _POSIX_RTSIG_MAX : u32 = 8 ; pub const _POSIX_SEM_NSEMS_MAX : u32 = 256 ; pub const _POSIX_SEM_VALUE_MAX : u32 = 32767 ; pub const _POSIX_SIGQUEUE_MAX : u32 = 32 ; pub const _POSIX_SSIZE_MAX : u32 = 32767 ; pub const _POSIX_STREAM_MAX : u32 = 8 ; pub const _POSIX_SYMLINK_MAX : u32 = 255 ; pub const _POSIX_SYMLOOP_MAX : u32 = 8 ; pub const _POSIX_TIMER_MAX : u32 = 32 ; pub const _POSIX_TTY_NAME_MAX : u32 = 9 ; pub const _POSIX_TZNAME_MAX : u32 = 6 ; pub const _POSIX_CLOCKRES_MIN : u32 = 20000000 ; pub const NR_OPEN : u32 = 1024 ; pub const NGROUPS_MAX : u32 = 65536 ; pub const ARG_MAX : u32 = 131072 ; pub const LINK_MAX : u32 = 127 ; pub const MAX_CANON : u32 = 255 ; pub const MAX_INPUT : u32 = 255 ; pub const NAME_MAX : u32 = 255 ; pub const PATH_MAX : u32 = 4096 ; pub const PIPE_BUF : u32 = 4096 ; pub const XATTR_NAME_MAX : u32 = 255 ; pub const XATTR_SIZE_MAX : u32 = 65536 ; pub const XATTR_LIST_MAX : u32 = 65536 ; pub const RTSIG_MAX : u32 = 32 ; pub const _POSIX_THREAD_KEYS_MAX : u32 = 128 ; pub const PTHREAD_KEYS_MAX : u32 = 1024 ; pub const _POSIX_THREAD_DESTRUCTOR_ITERATIONS : u32 = 4 ; pub const PTHREAD_DESTRUCTOR_ITERATIONS : u32 = 4 ; pub const _POSIX_THREAD_THREADS_MAX : u32 = 64 ; pub const AIO_PRIO_DELTA_MAX : u32 = 20 ; pub const PTHREAD_STACK_MIN : u32 = 16384 ; pub const DELAYTIMER_MAX : u32 = 2147483647 ; pub const TTY_NAME_MAX : u32 = 32 ; pub const LOGIN_NAME_MAX : u32 = 256 ; pub const HOST_NAME_MAX : u32 = 64 ; pub const MQ_PRIO_MAX : u32 = 32768 ; pub const SEM_VALUE_MAX : u32 = 2147483647 ; pub const MAXNAMLEN : u32 = 255 ; pub const _SYS_SOCKET_H : u32 = 1 ; pub const __iovec_defined : u32 = 1 ; pub const PF_UNSPEC : u32 = 0 ; pub const PF_LOCAL : u32 = 1 ; pub const PF_UNIX : u32 = 1 ; pub const PF_FILE : u32 = 1 ; pub const PF_INET : u32 = 2 ; pub const PF_AX25 : u32 = 3 ; pub const PF_IPX : u32 = 4 ; pub const PF_APPLETALK : u32 = 5 ; pub const PF_NETROM : u32 = 6 ; pub const PF_BRIDGE : u32 = 7 ; pub const PF_ATMPVC : u32 = 8 ; pub const PF_X25 : u32 = 9 ; pub const PF_INET6 : u32 = 10 ; pub const PF_ROSE : u32 = 11 ; pub const PF_DECnet : u32 = 12 ; pub const PF_NETBEUI : u32 = 13 ; pub const PF_SECURITY : u32 = 14 ; pub const PF_KEY : u32 = 15 ; pub const PF_NETLINK : u32 = 16 ; pub const PF_ROUTE : u32 = 16 ; pub const PF_PACKET : u32 = 17 ; pub const PF_ASH : u32 = 18 ; pub const PF_ECONET : u32 = 19 ; pub const PF_ATMSVC : u32 = 20 ; pub const PF_RDS : u32 = 21 ; pub const PF_SNA : u32 = 22 ; pub const PF_IRDA : u32 = 23 ; pub const PF_PPPOX : u32 = 24 ; pub const PF_WANPIPE : u32 = 25 ; pub const PF_LLC : u32 = 26 ; pub const PF_IB : u32 = 27 ; pub const PF_MPLS : u32 = 28 ; pub const PF_CAN : u32 = 29 ; pub const PF_TIPC : u32 = 30 ; pub const PF_BLUETOOTH : u32 = 31 ; pub const PF_IUCV : u32 = 32 ; pub const PF_RXRPC : u32 = 33 ; pub const PF_ISDN : u32 = 34 ; pub const PF_PHONET : u32 = 35 ; pub const PF_IEEE802154 : u32 = 36 ; pub const PF_CAIF : u32 = 37 ; pub const PF_ALG : u32 = 38 ; pub const PF_NFC : u32 = 39 ; pub const PF_VSOCK : u32 = 40 ; pub const PF_KCM : u32 = 41 ; pub const PF_QIPCRTR : u32 = 42 ; pub const PF_SMC : u32 = 43 ; pub const PF_XDP : u32 = 44 ; pub const PF_MCTP : u32 = 45 ; pub const PF_MAX : u32 = 46 ; pub const AF_UNSPEC : u32 = 0 ; pub const AF_LOCAL : u32 = 1 ; pub const AF_UNIX : u32 = 1 ; pub const AF_FILE : u32 = 1 ; pub const AF_INET : u32 = 2 ; pub const AF_AX25 : u32 = 3 ; pub const AF_IPX : u32 = 4 ; pub const AF_APPLETALK : u32 = 5 ; pub const AF_NETROM : u32 = 6 ; pub const AF_BRIDGE : u32 = 7 ; pub const AF_ATMPVC : u32 = 8 ; pub const AF_X25 : u32 = 9 ; pub const AF_INET6 : u32 = 10 ; pub const AF_ROSE : u32 = 11 ; pub const AF_DECnet : u32 = 12 ; pub const AF_NETBEUI : u32 = 13 ; pub const AF_SECURITY : u32 = 14 ; pub const AF_KEY : u32 = 15 ; pub const AF_NETLINK : u32 = 16 ; pub const AF_ROUTE : u32 = 16 ; pub const AF_PACKET : u32 = 17 ; pub const AF_ASH : u32 = 18 ; pub const AF_ECONET : u32 = 19 ; pub const AF_ATMSVC : u32 = 20 ; pub const AF_RDS : u32 = 21 ; pub const AF_SNA : u32 = 22 ; pub const AF_IRDA : u32 = 23 ; pub const AF_PPPOX : u32 = 24 ; pub const AF_WANPIPE : u32 = 25 ; pub const AF_LLC : u32 = 26 ; pub const AF_IB : u32 = 27 ; pub const AF_MPLS : u32 = 28 ; pub const AF_CAN : u32 = 29 ; pub const AF_TIPC : u32 = 30 ; pub const AF_BLUETOOTH : u32 = 31 ; pub const AF_IUCV : u32 = 32 ; pub const AF_RXRPC : u32 = 33 ; pub const AF_ISDN : u32 = 34 ; pub const AF_PHONET : u32 = 35 ; pub const AF_IEEE802154 : u32 = 36 ; pub const AF_CAIF : u32 = 37 ; pub const AF_ALG : u32 = 38 ; pub const AF_NFC : u32 = 39 ; pub const AF_VSOCK : u32 = 40 ; pub const AF_KCM : u32 = 41 ; pub const AF_QIPCRTR : u32 = 42 ; pub const AF_SMC : u32 = 43 ; pub const AF_XDP : u32 = 44 ; pub const AF_MCTP : u32 = 45 ; pub const AF_MAX : u32 = 46 ; pub const SOL_RAW : u32 = 255 ; pub const SOL_DECNET : u32 = 261 ; pub const SOL_X25 : u32 = 262 ; pub const SOL_PACKET : u32 = 263 ; pub const SOL_ATM : u32 = 264 ; pub const SOL_AAL : u32 = 265 ; pub const SOL_IRDA : u32 = 266 ; pub const SOL_NETBEUI : u32 = 267 ; pub const SOL_LLC : u32 = 268 ; pub const SOL_DCCP : u32 = 269 ; pub const SOL_NETLINK : u32 = 270 ; pub const SOL_TIPC : u32 = 271 ; pub const SOL_RXRPC : u32 = 272 ; pub const SOL_PPPOL2TP : u32 = 273 ; pub const SOL_BLUETOOTH : u32 = 274 ; pub const SOL_PNPIPE : u32 = 275 ; pub const SOL_RDS : u32 = 276 ; pub const SOL_IUCV : u32 = 277 ; pub const SOL_CAIF : u32 = 278 ; pub const SOL_ALG : u32 = 279 ; pub const SOL_NFC : u32 = 280 ; pub const SOL_KCM : u32 = 281 ; pub const SOL_TLS : u32 = 282 ; pub const SOL_XDP : u32 = 283 ; pub const SOL_MPTCP : u32 = 284 ; pub const SOL_MCTP : u32 = 285 ; pub const SOL_SMC : u32 = 286 ; pub const SOL_VSOCK : u32 = 287 ; pub const SOMAXCONN : u32 = 4096 ; pub const _BITS_SOCKADDR_H : u32 = 1 ; pub const _SS_SIZE : u32 = 128 ; pub const __BITS_PER_LONG : u32 = 64 ; pub const __BITS_PER_LONG_LONG : u32 = 64 ; pub const FIOSETOWN : u32 = 35073 ; pub const SIOCSPGRP : u32 = 35074 ; pub const FIOGETOWN : u32 = 35075 ; pub const SIOCGPGRP : u32 = 35076 ; pub const SIOCATMARK : u32 = 35077 ; pub const SIOCGSTAMP_OLD : u32 = 35078 ; pub const SIOCGSTAMPNS_OLD : u32 = 35079 ; pub const SOL_SOCKET : u32 = 1 ; pub const SO_DEBUG : u32 = 1 ; pub const SO_REUSEADDR : u32 = 2 ; pub const SO_TYPE : u32 = 3 ; pub const SO_ERROR : u32 = 4 ; pub const SO_DONTROUTE : u32 = 5 ; pub const SO_BROADCAST : u32 = 6 ; pub const SO_SNDBUF : u32 = 7 ; pub const SO_RCVBUF : u32 = 8 ; pub const SO_SNDBUFFORCE : u32 = 32 ; pub const SO_RCVBUFFORCE : u32 = 33 ; pub const SO_KEEPALIVE : u32 = 9 ; pub const SO_OOBINLINE : u32 = 10 ; pub const SO_NO_CHECK : u32 = 11 ; pub const SO_PRIORITY : u32 = 12 ; pub const SO_LINGER : u32 = 13 ; pub const SO_BSDCOMPAT : u32 = 14 ; pub const SO_REUSEPORT : u32 = 15 ; pub const SO_PASSCRED : u32 = 16 ; pub const SO_PEERCRED : u32 = 17 ; pub const SO_RCVLOWAT : u32 = 18 ; pub const SO_SNDLOWAT : u32 = 19 ; pub const SO_RCVTIMEO_OLD : u32 = 20 ; pub const SO_SNDTIMEO_OLD : u32 = 21 ; pub const SO_SECURITY_AUTHENTICATION : u32 = 22 ; pub const SO_SECURITY_ENCRYPTION_TRANSPORT : u32 = 23 ; pub const SO_SECURITY_ENCRYPTION_NETWORK : u32 = 24 ; pub const SO_BINDTODEVICE : u32 = 25 ; pub const SO_ATTACH_FILTER : u32 = 26 ; pub const SO_DETACH_FILTER : u32 = 27 ; pub const SO_GET_FILTER : u32 = 26 ; pub const SO_PEERNAME : u32 = 28 ; pub const SO_ACCEPTCONN : u32 = 30 ; pub const SO_PEERSEC : u32 = 31 ; pub const SO_PASSSEC : u32 = 34 ; pub const SO_MARK : u32 = 36 ; pub const SO_PROTOCOL : u32 = 38 ; pub const SO_DOMAIN : u32 = 39 ; pub const SO_RXQ_OVFL : u32 = 40 ; pub const SO_WIFI_STATUS : u32 = 41 ; pub const SCM_WIFI_STATUS : u32 = 41 ; pub const SO_PEEK_OFF : u32 = 42 ; pub const SO_NOFCS : u32 = 43 ; pub const SO_LOCK_FILTER : u32 = 44 ; pub const SO_SELECT_ERR_QUEUE : u32 = 45 ; pub const SO_BUSY_POLL : u32 = 46 ; pub const SO_MAX_PACING_RATE : u32 = 47 ; pub const SO_BPF_EXTENSIONS : u32 = 48 ; pub const SO_INCOMING_CPU : u32 = 49 ; pub const SO_ATTACH_BPF : u32 = 50 ; pub const SO_DETACH_BPF : u32 = 27 ; pub const SO_ATTACH_REUSEPORT_CBPF : u32 = 51 ; pub const SO_ATTACH_REUSEPORT_EBPF : u32 = 52 ; pub const SO_CNX_ADVICE : u32 = 53 ; pub const SCM_TIMESTAMPING_OPT_STATS : u32 = 54 ; pub const SO_MEMINFO : u32 = 55 ; pub const SO_INCOMING_NAPI_ID : u32 = 56 ; pub const SO_COOKIE : u32 = 57 ; pub const SCM_TIMESTAMPING_PKTINFO : u32 = 58 ; pub const SO_PEERGROUPS : u32 = 59 ; pub const SO_ZEROCOPY : u32 = 60 ; pub const SO_TXTIME : u32 = 61 ; pub const SCM_TXTIME : u32 = 61 ; pub const SO_BINDTOIFINDEX : u32 = 62 ; pub const SO_TIMESTAMP_OLD : u32 = 29 ; pub const SO_TIMESTAMPNS_OLD : u32 = 35 ; pub const SO_TIMESTAMPING_OLD : u32 = 37 ; pub const SO_TIMESTAMP_NEW : u32 = 63 ; pub const SO_TIMESTAMPNS_NEW : u32 = 64 ; pub const SO_TIMESTAMPING_NEW : u32 = 65 ; pub const SO_RCVTIMEO_NEW : u32 = 66 ; pub const SO_SNDTIMEO_NEW : u32 = 67 ; pub const SO_DETACH_REUSEPORT_BPF : u32 = 68 ; pub const SO_PREFER_BUSY_POLL : u32 = 69 ; pub const SO_BUSY_POLL_BUDGET : u32 = 70 ; pub const SO_NETNS_COOKIE : u32 = 71 ; pub const SO_BUF_LOCK : u32 = 72 ; pub const SO_RESERVE_MEM : u32 = 73 ; pub const SO_TXREHASH : u32 = 74 ; pub const SO_RCVMARK : u32 = 75 ; pub const SO_PASSPIDFD : u32 = 76 ; pub const SO_PEERPIDFD : u32 = 77 ; pub const SO_DEVMEM_LINEAR : u32 = 78 ; pub const SCM_DEVMEM_LINEAR : u32 = 78 ; pub const SO_DEVMEM_DMABUF : u32 = 79 ; pub const SCM_DEVMEM_DMABUF : u32 = 79 ; pub const SO_DEVMEM_DONTNEED : u32 = 80 ; pub const SCM_TS_OPT_ID : u32 = 81 ; pub const SO_RCVPRIORITY : u32 = 82 ; pub const SO_PASSRIGHTS : u32 = 83 ; pub const SO_INQ : u32 = 84 ; pub const SCM_INQ : u32 = 84 ; pub const SO_TIMESTAMP : u32 = 29 ; pub const SO_TIMESTAMPNS : u32 = 35 ; pub const SO_TIMESTAMPING : u32 = 37 ; pub const SO_RCVTIMEO : u32 = 20 ; pub const SO_SNDTIMEO : u32 = 21 ; pub const SCM_TIMESTAMP : u32 = 29 ; pub const SCM_TIMESTAMPNS : u32 = 35 ; pub const SCM_TIMESTAMPING : u32 = 37 ; pub const __osockaddr_defined : u32 = 1 ; pub const _NETINET_IN_H : u32 = 1 ; pub const __USE_KERNEL_IPV6_DEFS : u32 = 0 ; pub const IP_OPTIONS : u32 = 4 ; pub const IP_HDRINCL : u32 = 3 ; pub const IP_TOS : u32 = 1 ; pub const IP_TTL : u32 = 2 ; pub const IP_RECVOPTS : u32 = 6 ; pub const IP_RETOPTS : u32 = 7 ; pub const IP_MULTICAST_IF : u32 = 32 ; pub const IP_MULTICAST_TTL : u32 = 33 ; pub const IP_MULTICAST_LOOP : u32 = 34 ; pub const IP_ADD_MEMBERSHIP : u32 = 35 ; pub const IP_DROP_MEMBERSHIP : u32 = 36 ; pub const IP_UNBLOCK_SOURCE : u32 = 37 ; pub const IP_BLOCK_SOURCE : u32 = 38 ; pub const IP_ADD_SOURCE_MEMBERSHIP : u32 = 39 ; pub const IP_DROP_SOURCE_MEMBERSHIP : u32 = 40 ; pub const IP_MSFILTER : u32 = 41 ; pub const MCAST_JOIN_GROUP : u32 = 42 ; pub const MCAST_BLOCK_SOURCE : u32 = 43 ; pub const MCAST_UNBLOCK_SOURCE : u32 = 44 ; pub const MCAST_LEAVE_GROUP : u32 = 45 ; pub const MCAST_JOIN_SOURCE_GROUP : u32 = 46 ; pub const MCAST_LEAVE_SOURCE_GROUP : u32 = 47 ; pub const MCAST_MSFILTER : u32 = 48 ; pub const IP_MULTICAST_ALL : u32 = 49 ; pub const IP_UNICAST_IF : u32 = 50 ; pub const MCAST_EXCLUDE : u32 = 0 ; pub const MCAST_INCLUDE : u32 = 1 ; pub const IP_ROUTER_ALERT : u32 = 5 ; pub const IP_PKTINFO : u32 = 8 ; pub const IP_PKTOPTIONS : u32 = 9 ; pub const IP_PMTUDISC : u32 = 10 ; pub const IP_MTU_DISCOVER : u32 = 10 ; pub const IP_RECVERR : u32 = 11 ; pub const IP_RECVTTL : u32 = 12 ; pub const IP_RECVTOS : u32 = 13 ; pub const IP_MTU : u32 = 14 ; pub const IP_FREEBIND : u32 = 15 ; pub const IP_IPSEC_POLICY : u32 = 16 ; pub const IP_XFRM_POLICY : u32 = 17 ; pub const IP_PASSSEC : u32 = 18 ; pub const IP_TRANSPARENT : u32 = 19 ; pub const IP_ORIGDSTADDR : u32 = 20 ; pub const IP_RECVORIGDSTADDR : u32 = 20 ; pub const IP_MINTTL : u32 = 21 ; pub const IP_NODEFRAG : u32 = 22 ; pub const IP_CHECKSUM : u32 = 23 ; pub const IP_BIND_ADDRESS_NO_PORT : u32 = 24 ; pub const IP_RECVFRAGSIZE : u32 = 25 ; pub const IP_RECVERR_RFC4884 : u32 = 26 ; pub const IP_PMTUDISC_DONT : u32 = 0 ; pub const IP_PMTUDISC_WANT : u32 = 1 ; pub const IP_PMTUDISC_DO : u32 = 2 ; pub const IP_PMTUDISC_PROBE : u32 = 3 ; pub const IP_PMTUDISC_INTERFACE : u32 = 4 ; pub const IP_PMTUDISC_OMIT : u32 = 5 ; pub const IP_LOCAL_PORT_RANGE : u32 = 51 ; pub const IP_PROTOCOL : u32 = 52 ; pub const SOL_IP : u32 = 0 ; pub const IP_DEFAULT_MULTICAST_TTL : u32 = 1 ; pub const IP_DEFAULT_MULTICAST_LOOP : u32 = 1 ; pub const IP_MAX_MEMBERSHIPS : u32 = 20 ; pub const IPV6_ADDRFORM : u32 = 1 ; pub const IPV6_2292PKTINFO : u32 = 2 ; pub const IPV6_2292HOPOPTS : u32 = 3 ; pub const IPV6_2292DSTOPTS : u32 = 4 ; pub const IPV6_2292RTHDR : u32 = 5 ; pub const IPV6_2292PKTOPTIONS : u32 = 6 ; pub const IPV6_CHECKSUM : u32 = 7 ; pub const IPV6_2292HOPLIMIT : u32 = 8 ; pub const IPV6_NEXTHOP : u32 = 9 ; pub const IPV6_AUTHHDR : u32 = 10 ; pub const IPV6_UNICAST_HOPS : u32 = 16 ; pub const IPV6_MULTICAST_IF : u32 = 17 ; pub const IPV6_MULTICAST_HOPS : u32 = 18 ; pub const IPV6_MULTICAST_LOOP : u32 = 19 ; pub const IPV6_JOIN_GROUP : u32 = 20 ; pub const IPV6_LEAVE_GROUP : u32 = 21 ; pub const IPV6_ROUTER_ALERT : u32 = 22 ; pub const IPV6_MTU_DISCOVER : u32 = 23 ; pub const IPV6_MTU : u32 = 24 ; pub const IPV6_RECVERR : u32 = 25 ; pub const IPV6_V6ONLY : u32 = 26 ; pub const IPV6_JOIN_ANYCAST : u32 = 27 ; pub const IPV6_LEAVE_ANYCAST : u32 = 28 ; pub const IPV6_MULTICAST_ALL : u32 = 29 ; pub const IPV6_ROUTER_ALERT_ISOLATE : u32 = 30 ; pub const IPV6_RECVERR_RFC4884 : u32 = 31 ; pub const IPV6_IPSEC_POLICY : u32 = 34 ; pub const IPV6_XFRM_POLICY : u32 = 35 ; pub const IPV6_HDRINCL : u32 = 36 ; pub const IPV6_RECVPKTINFO : u32 = 49 ; pub const IPV6_PKTINFO : u32 = 50 ; pub const IPV6_RECVHOPLIMIT : u32 = 51 ; pub const IPV6_HOPLIMIT : u32 = 52 ; pub const IPV6_RECVHOPOPTS : u32 = 53 ; pub const IPV6_HOPOPTS : u32 = 54 ; pub const IPV6_RTHDRDSTOPTS : u32 = 55 ; pub const IPV6_RECVRTHDR : u32 = 56 ; pub const IPV6_RTHDR : u32 = 57 ; pub const IPV6_RECVDSTOPTS : u32 = 58 ; pub const IPV6_DSTOPTS : u32 = 59 ; pub const IPV6_RECVPATHMTU : u32 = 60 ; pub const IPV6_PATHMTU : u32 = 61 ; pub const IPV6_DONTFRAG : u32 = 62 ; pub const IPV6_RECVTCLASS : u32 = 66 ; pub const IPV6_TCLASS : u32 = 67 ; pub const IPV6_AUTOFLOWLABEL : u32 = 70 ; pub const IPV6_ADDR_PREFERENCES : u32 = 72 ; pub const IPV6_MINHOPCOUNT : u32 = 73 ; pub const IPV6_ORIGDSTADDR : u32 = 74 ; pub const IPV6_RECVORIGDSTADDR : u32 = 74 ; pub const IPV6_TRANSPARENT : u32 = 75 ; pub const IPV6_UNICAST_IF : u32 = 76 ; pub const IPV6_RECVFRAGSIZE : u32 = 77 ; pub const IPV6_FREEBIND : u32 = 78 ; pub const IPV6_ADD_MEMBERSHIP : u32 = 20 ; pub const IPV6_DROP_MEMBERSHIP : u32 = 21 ; pub const IPV6_RXHOPOPTS : u32 = 54 ; pub const IPV6_RXDSTOPTS : u32 = 59 ; pub const IPV6_PMTUDISC_DONT : u32 = 0 ; pub const IPV6_PMTUDISC_WANT : u32 = 1 ; pub const IPV6_PMTUDISC_DO : u32 = 2 ; pub const IPV6_PMTUDISC_PROBE : u32 = 3 ; pub const IPV6_PMTUDISC_INTERFACE : u32 = 4 ; pub const IPV6_PMTUDISC_OMIT : u32 = 5 ; pub const SOL_IPV6 : u32 = 41 ; pub const SOL_ICMPV6 : u32 = 58 ; pub const IPV6_RTHDR_LOOSE : u32 = 0 ; pub const IPV6_RTHDR_STRICT : u32 = 1 ; pub const IPV6_RTHDR_TYPE_0 : u32 = 0 ; pub const IN_CLASSA_NET : u32 = 4278190080 ; pub const IN_CLASSA_NSHIFT : u32 = 24 ; pub const IN_CLASSA_HOST : u32 = 16777215 ; pub const IN_CLASSA_MAX : u32 = 128 ; pub const IN_CLASSB_NET : u32 = 4294901760 ; pub const IN_CLASSB_NSHIFT : u32 = 16 ; pub const IN_CLASSB_HOST : u32 = 65535 ; pub const IN_CLASSB_MAX : u32 = 65536 ; pub const IN_CLASSC_NET : u32 = 4294967040 ; pub const IN_CLASSC_NSHIFT : u32 = 8 ; pub const IN_CLASSC_HOST : u32 = 255 ; pub const IN_LOOPBACKNET : u32 = 127 ; pub const INET_ADDRSTRLEN : u32 = 16 ; pub const INET6_ADDRSTRLEN : u32 = 46 ; pub const _NETINET_TCP_H : u32 = 1 ; pub const TCP_NODELAY : u32 = 1 ; pub const TCP_MAXSEG : u32 = 2 ; pub const TCP_CORK : u32 = 3 ; pub const TCP_KEEPIDLE : u32 = 4 ; pub const TCP_KEEPINTVL : u32 = 5 ; pub const TCP_KEEPCNT : u32 = 6 ; pub const TCP_SYNCNT : u32 = 7 ; pub const TCP_LINGER2 : u32 = 8 ; pub const TCP_DEFER_ACCEPT : u32 = 9 ; pub const TCP_WINDOW_CLAMP : u32 = 10 ; pub const TCP_INFO : u32 = 11 ; pub const TCP_QUICKACK : u32 = 12 ; pub const TCP_CONGESTION : u32 = 13 ; pub const TCP_MD5SIG : u32 = 14 ; pub const TCP_COOKIE_TRANSACTIONS : u32 = 15 ; pub const TCP_THIN_LINEAR_TIMEOUTS : u32 = 16 ; pub const TCP_THIN_DUPACK : u32 = 17 ; pub const TCP_USER_TIMEOUT : u32 = 18 ; pub const TCP_REPAIR : u32 = 19 ; pub const TCP_REPAIR_QUEUE : u32 = 20 ; pub const TCP_QUEUE_SEQ : u32 = 21 ; pub const TCP_REPAIR_OPTIONS : u32 = 22 ; pub const TCP_FASTOPEN : u32 = 23 ; pub const TCP_TIMESTAMP : u32 = 24 ; pub const TCP_NOTSENT_LOWAT : u32 = 25 ; pub const TCP_CC_INFO : u32 = 26 ; pub const TCP_SAVE_SYN : u32 = 27 ; pub const TCP_SAVED_SYN : u32 = 28 ; pub const TCP_REPAIR_WINDOW : u32 = 29 ; pub const TCP_FASTOPEN_CONNECT : u32 = 30 ; pub const TCP_ULP : u32 = 31 ; pub const TCP_MD5SIG_EXT : u32 = 32 ; pub const TCP_FASTOPEN_KEY : u32 = 33 ; pub const TCP_FASTOPEN_NO_COOKIE : u32 = 34 ; pub const TCP_ZEROCOPY_RECEIVE : u32 = 35 ; pub const TCP_INQ : u32 = 36 ; pub const TCP_CM_INQ : u32 = 36 ; pub const TCP_TX_DELAY : u32 = 37 ; pub const TCP_REPAIR_ON : u32 = 1 ; pub const TCP_REPAIR_OFF : u32 = 0 ; pub const TCP_REPAIR_OFF_NO_WP : i32 = - 1 ; pub const TH_FIN : u32 = 1 ; pub const TH_SYN : u32 = 2 ; pub const TH_RST : u32 = 4 ; pub const TH_PUSH : u32 = 8 ; pub const TH_ACK : u32 = 16 ; pub const TH_URG : u32 = 32 ; pub const TCPOPT_EOL : u32 = 0 ; pub const TCPOPT_NOP : u32 = 1 ; pub const TCPOPT_MAXSEG : u32 = 2 ; pub const TCPOLEN_MAXSEG : u32 = 4 ; pub const TCPOPT_WINDOW : u32 = 3 ; pub const TCPOLEN_WINDOW : u32 = 3 ; pub const TCPOPT_SACK_PERMITTED : u32 = 4 ; pub const TCPOLEN_SACK_PERMITTED : u32 = 2 ; pub const TCPOPT_SACK : u32 = 5 ; pub const TCPOPT_TIMESTAMP : u32 = 8 ; pub const TCPOLEN_TIMESTAMP : u32 = 10 ; pub const TCPOLEN_TSTAMP_APPA : u32 = 12 ; pub const TCPOPT_TSTAMP_HDR : u32 = 16844810 ; pub const TCP_MSS : u32 = 512 ; pub const TCP_MAXWIN : u32 = 65535 ; pub const TCP_MAX_WINSHIFT : u32 = 14 ; pub const SOL_TCP : u32 = 6 ; pub const TCPI_OPT_TIMESTAMPS : u32 = 1 ; pub const TCPI_OPT_SACK : u32 = 2 ; pub const TCPI_OPT_WSCALE : u32 = 4 ; pub const TCPI_OPT_ECN : u32 = 8 ; pub const TCPI_OPT_ECN_SEEN : u32 = 16 ; pub const TCPI_OPT_SYN_DATA : u32 = 32 ; pub const TCPI_OPT_USEC_TS : u32 = 64 ; pub const TCPI_OPT_TFO_CHILD : u32 = 128 ; pub const TCP_MD5SIG_MAXKEYLEN : u32 = 80 ; pub const TCP_MD5SIG_FLAG_PREFIX : u32 = 1 ; pub const TCP_MD5SIG_FLAG_IFINDEX : u32 = 2 ; pub const TCP_AO_MAXKEYLEN : u32 = 80 ; pub const TCP_AO_KEYF_IFINDEX : u32 = 1 ; pub const TCP_AO_KEYF_EXCLUDE_OPT : u32 = 2 ; pub const TCP_COOKIE_MIN : u32 = 8 ; pub const TCP_COOKIE_MAX : u32 = 16 ; pub const TCP_COOKIE_PAIR_SIZE : u32 = 32 ; pub const TCP_COOKIE_IN_ALWAYS : u32 = 1 ; pub const TCP_COOKIE_OUT_NEVER : u32 = 2 ; pub const TCP_S_DATA_IN : u32 = 4 ; pub const TCP_S_DATA_OUT : u32 = 8 ; pub const TCP_MSS_DEFAULT : u32 = 536 ; pub const TCP_MSS_DESIRED : u32 = 1220 ; pub const _ARPA_INET_H : u32 = 1 ; pub const _NETDB_H : u32 = 1 ; pub const _RPC_NETDB_H : u32 = 1 ; pub const _PATH_HEQUIV : & [u8 ; 17] = b"/etc/hosts.equiv\0" ; pub const _PATH_HOSTS : & [u8 ; 11] = b"/etc/hosts\0" ; pub const _PATH_NETWORKS : & [u8 ; 14] = b"/etc/networks\0" ; pub const _PATH_NSSWITCH_CONF : & [u8 ; 19] = b"/etc/nsswitch.conf\0" ; pub const _PATH_PROTOCOLS : & [u8 ; 15] = b"/etc/protocols\0" ; pub const _PATH_SERVICES : & [u8 ; 14] = b"/etc/services\0" ; pub const HOST_NOT_FOUND : u32 = 1 ; pub const TRY_AGAIN : u32 = 2 ; pub const NO_RECOVERY : u32 = 3 ; pub const NO_DATA : u32 = 4 ; pub const NETDB_INTERNAL : i32 = - 1 ; pub const NETDB_SUCCESS : u32 = 0 ; pub const NO_ADDRESS : u32 = 4 ; pub const IPPORT_RESERVED : u32 = 1024 ; pub const AI_PASSIVE : u32 = 1 ; pub const AI_CANONNAME : u32 = 2 ; pub const AI_NUMERICHOST : u32 = 4 ; pub const AI_V4MAPPED : u32 = 8 ; pub const AI_ALL : u32 = 16 ; pub const AI_ADDRCONFIG : u32 = 32 ; pub const AI_NUMERICSERV : u32 = 1024 ; pub const EAI_BADFLAGS : i32 = - 1 ; pub const EAI_NONAME : i32 = - 2 ; pub const EAI_AGAIN : i32 = - 3 ; pub const EAI_FAIL : i32 = - 4 ; pub const EAI_FAMILY : i32 = - 6 ; pub const EAI_SOCKTYPE : i32 = - 7 ; pub const EAI_SERVICE : i32 = - 8 ; pub const EAI_MEMORY : i32 = - 10 ; pub const EAI_SYSTEM : i32 = - 11 ; pub const EAI_OVERFLOW : i32 = - 12 ; pub const NI_MAXHOST : u32 = 1025 ; pub const NI_MAXSERV : u32 = 32 ; pub const NI_NUMERICHOST : u32 = 1 ; pub const NI_NUMERICSERV : u32 = 2 ; pub const NI_NOFQDN : u32 = 4 ; pub const NI_NAMEREQD : u32 = 8 ; pub const NI_DGRAM : u32 = 16 ; pub const _TERMIOS_H : u32 = 1 ; pub const NCCS : u32 = 32 ; pub const _HAVE_STRUCT_TERMIOS_C_ISPEED : u32 = 1 ; pub const _HAVE_STRUCT_TERMIOS_C_OSPEED : u32 = 1 ; pub const VINTR : u32 = 0 ; pub const VQUIT : u32 = 1 ; pub const VERASE : u32 = 2 ; pub const VKILL : u32 = 3 ; pub const VEOF : u32 = 4 ; pub const VTIME : u32 = 5 ; pub const VMIN : u32 = 6 ; pub const VSWTC : u32 = 7 ; pub const VSTART : u32 = 8 ; pub const VSTOP : u32 = 9 ; pub const VSUSP : u32 = 10 ; pub const VEOL : u32 = 11 ; pub const VREPRINT : u32 = 12 ; pub const VDISCARD : u32 = 13 ; pub const VWERASE : u32 = 14 ; pub const VLNEXT : u32 = 15 ; pub const VEOL2 : u32 = 16 ; pub const IGNBRK : u32 = 1 ; pub const BRKINT : u32 = 2 ; pub const IGNPAR : u32 = 4 ; pub const PARMRK : u32 = 8 ; pub const INPCK : u32 = 16 ; pub const ISTRIP : u32 = 32 ; pub const INLCR : u32 = 64 ; pub const IGNCR : u32 = 128 ; pub const ICRNL : u32 = 256 ; pub const IUCLC : u32 = 512 ; pub const IXON : u32 = 1024 ; pub const IXANY : u32 = 2048 ; pub const IXOFF : u32 = 4096 ; pub const IMAXBEL : u32 = 8192 ; pub const IUTF8 : u32 = 16384 ; pub const OPOST : u32 = 1 ; pub const OLCUC : u32 = 2 ; pub const ONLCR : u32 = 4 ; pub const OCRNL : u32 = 8 ; pub const ONOCR : u32 = 16 ; pub const ONLRET : u32 = 32 ; pub const OFILL : u32 = 64 ; pub const OFDEL : u32 = 128 ; pub const NLDLY : u32 = 256 ; pub const NL0 : u32 = 0 ; pub const NL1 : u32 = 256 ; pub const CRDLY : u32 = 1536 ; pub const CR0 : u32 = 0 ; pub const CR1 : u32 = 512 ; pub const CR2 : u32 = 1024 ; pub const CR3 : u32 = 1536 ; pub const TABDLY : u32 = 6144 ; pub const TAB0 : u32 = 0 ; pub const TAB1 : u32 = 2048 ; pub const TAB2 : u32 = 4096 ; pub const TAB3 : u32 = 6144 ; pub const BSDLY : u32 = 8192 ; pub const BS0 : u32 = 0 ; pub const BS1 : u32 = 8192 ; pub const FFDLY : u32 = 32768 ; pub const FF0 : u32 = 0 ; pub const FF1 : u32 = 32768 ; pub const VTDLY : u32 = 16384 ; pub const VT0 : u32 = 0 ; pub const VT1 : u32 = 16384 ; pub const XTABS : u32 = 6144 ; pub const CSIZE : u32 = 48 ; pub const CS5 : u32 = 0 ; pub const CS6 : u32 = 16 ; pub const CS7 : u32 = 32 ; pub const CS8 : u32 = 48 ; pub const CSTOPB : u32 = 64 ; pub const CREAD : u32 = 128 ; pub const PARENB : u32 = 256 ; pub const PARODD : u32 = 512 ; pub const HUPCL : u32 = 1024 ; pub const CLOCAL : u32 = 2048 ; pub const ADDRB : u32 = 536870912 ; pub const CMSPAR : u32 = 1073741824 ; pub const CRTSCTS : u32 = 2147483648 ; pub const __B0 : u32 = 0 ; pub const __B50 : u32 = 1 ; pub const __B75 : u32 = 2 ; pub const __B110 : u32 = 3 ; pub const __B134 : u32 = 4 ; pub const __B150 : u32 = 5 ; pub const __B200 : u32 = 6 ; pub const __B300 : u32 = 7 ; pub const __B600 : u32 = 8 ; pub const __B1200 : u32 = 9 ; pub const __B1800 : u32 = 10 ; pub const __B2400 : u32 = 11 ; pub const __B4800 : u32 = 12 ; pub const __B9600 : u32 = 13 ; pub const __B19200 : u32 = 14 ; pub const __B38400 : u32 = 15 ; pub const CBAUD : u32 = 4111 ; pub const CBAUDEX : u32 = 4096 ; pub const CIBAUD : u32 = 269418496 ; pub const IBSHIFT : u32 = 16 ; pub const __BOTHER : u32 = 4096 ; pub const __B57600 : u32 = 4097 ; pub const __B115200 : u32 = 4098 ; pub const __B230400 : u32 = 4099 ; pub const __B460800 : u32 = 4100 ; pub const __B500000 : u32 = 4101 ; pub const __B576000 : u32 = 4102 ; pub const __B921600 : u32 = 4103 ; pub const __B1000000 : u32 = 4104 ; pub const __B1152000 : u32 = 4105 ; pub const __B1500000 : u32 = 4106 ; pub const __B2000000 : u32 = 4107 ; pub const __B2500000 : u32 = 4108 ; pub const __B3000000 : u32 = 4109 ; pub const __B3500000 : u32 = 4110 ; pub const __B4000000 : u32 = 4111 ; pub const __EXTA : u32 = 14 ; pub const __EXTB : u32 = 15 ; pub const BOTHER : u32 = 4096 ; pub const ISIG : u32 = 1 ; pub const ICANON : u32 = 2 ; pub const XCASE : u32 = 4 ; pub const ECHO : u32 = 8 ; pub const ECHOE : u32 = 16 ; pub const ECHOK : u32 = 32 ; pub const ECHONL : u32 = 64 ; pub const NOFLSH : u32 = 128 ; pub const TOSTOP : u32 = 256 ; pub const ECHOCTL : u32 = 512 ; pub const ECHOPRT : u32 = 1024 ; pub const ECHOKE : u32 = 2048 ; pub const FLUSHO : u32 = 4096 ; pub const PENDIN : u32 = 16384 ; pub const IEXTEN : u32 = 32768 ; pub const EXTPROC : u32 = 65536 ; pub const TIOCSER_TEMT : u32 = 1 ; pub const TCOOFF : u32 = 0 ; pub const TCOON : u32 = 1 ; pub const TCIOFF : u32 = 2 ; pub const TCION : u32 = 3 ; pub const TCIFLUSH : u32 = 0 ; pub const TCOFLUSH : u32 = 1 ; pub const TCIOFLUSH : u32 = 2 ; pub const TCSANOW : u32 = 0 ; pub const TCSADRAIN : u32 = 1 ; pub const TCSAFLUSH : u32 = 2 ; pub const B0 : u32 = 0 ; pub const B50 : u32 = 50 ; pub const B75 : u32 = 75 ; pub const B110 : u32 = 110 ; pub const B134 : u32 = 134 ; pub const B150 : u32 = 150 ; pub const B200 : u32 = 200 ; pub const B300 : u32 = 300 ; pub const B600 : u32 = 600 ; pub const B1200 : u32 = 1200 ; pub const B1800 : u32 = 1800 ; pub const B2400 : u32 = 2400 ; pub const B4800 : u32 = 4800 ; pub const B9600 : u32 = 9600 ; pub const B19200 : u32 = 19200 ; pub const B38400 : u32 = 38400 ; pub const EXTA : u32 = 19200 ; pub const EXTB : u32 = 38400 ; pub const B7200 : u32 = 7200 ; pub const B14400 : u32 = 14400 ; pub const B28800 : u32 = 28800 ; pub const B33600 : u32 = 33600 ; pub const B57600 : u32 = 57600 ; pub const B76800 : u32 = 76800 ; pub const B115200 : u32 = 115200 ; pub const B153600 : u32 = 153600 ; pub const B230400 : u32 = 230400 ; pub const B307200 : u32 = 307200 ; pub const B460800 : u32 = 460800 ; pub const B500000 : u32 = 500000 ; pub const B576000 : u32 = 576000 ; pub const B614400 : u32 = 614400 ; pub const B921600 : u32 = 921600 ; pub const B1000000 : u32 = 1000000 ; pub const B1152000 : u32 = 1152000 ; pub const B1500000 : u32 = 1500000 ; pub const B2000000 : u32 = 2000000 ; pub const B2500000 : u32 = 2500000 ; pub const B3000000 : u32 = 3000000 ; pub const B3500000 : u32 = 3500000 ; pub const B4000000 : u32 = 4000000 ; pub const B5000000 : u32 = 5000000 ; pub const B10000000 : u32 = 10000000 ; pub const __MAX_BAUD : u32 = 4294967295 ; pub const TTYDEF_IFLAG : u32 = 11554 ; pub const TTYDEF_OFLAG : u32 = 6149 ; pub const TTYDEF_LFLAG : u32 = 35355 ; pub const TTYDEF_CFLAG : u32 = 1440 ; pub const TTYDEF_SPEED : u32 = 9600 ; pub const CEOL : u8 = 0u8 ; pub const CERASE : u32 = 127 ; pub const CSTATUS : u8 = 0u8 ; pub const CMIN : u32 = 1 ; pub const CQUIT : u32 = 28 ; pub const CTIME : u32 = 0 ; pub const CBRK : u8 = 0u8 ; pub const _PWD_H : u32 = 1 ; pub const NSS_BUFLEN_PASSWD : u32 = 1024 ; pub const _SEMAPHORE_H : u32 = 1 ; pub const __SIZEOF_SEM_T : u32 = 32 ; pub const _SYS_PARAM_H : u32 = 1 ; pub const _LIBC_LIMITS_H_ : u32 = 1 ; pub const MB_LEN_MAX : u32 = 16 ; pub const _BITS_POSIX2_LIM_H : u32 = 1 ; pub const _POSIX2_BC_BASE_MAX : u32 = 99 ; pub const _POSIX2_BC_DIM_MAX : u32 = 2048 ; pub const _POSIX2_BC_SCALE_MAX : u32 = 99 ; pub const _POSIX2_BC_STRING_MAX : u32 = 1000 ; pub const _POSIX2_COLL_WEIGHTS_MAX : u32 = 2 ; pub const _POSIX2_EXPR_NEST_MAX : u32 = 32 ; pub const _POSIX2_LINE_MAX : u32 = 2048 ; pub const _POSIX2_RE_DUP_MAX : u32 = 255 ; pub const _POSIX2_CHARCLASS_NAME_MAX : u32 = 14 ; pub const BC_BASE_MAX : u32 = 99 ; pub const BC_DIM_MAX : u32 = 2048 ; pub const BC_SCALE_MAX : u32 = 99 ; pub const BC_STRING_MAX : u32 = 1000 ; pub const COLL_WEIGHTS_MAX : u32 = 255 ; pub const EXPR_NEST_MAX : u32 = 32 ; pub const LINE_MAX : u32 = 2048 ; pub const CHARCLASS_NAME_MAX : u32 = 2048 ; pub const RE_DUP_MAX : u32 = 32767 ; pub const _BITS_SIGNUM_GENERIC_H : u32 = 1 ; pub const SIGINT : u32 = 2 ; pub const SIGILL : u32 = 4 ; pub const SIGABRT : u32 = 6 ; pub const SIGFPE : u32 = 8 ; pub const SIGSEGV : u32 = 11 ; pub const SIGTERM : u32 = 15 ; pub const SIGHUP : u32 = 1 ; pub const SIGQUIT : u32 = 3 ; pub const SIGTRAP : u32 = 5 ; pub const SIGKILL : u32 = 9 ; pub const SIGPIPE : u32 = 13 ; pub const SIGALRM : u32 = 14 ; pub const SIGIOT : u32 = 6 ; pub const _BITS_SIGNUM_ARCH_H : u32 = 1 ; pub const SIGSTKFLT : u32 = 16 ; pub const SIGPWR : u32 = 30 ; pub const SIGBUS : u32 = 7 ; pub const SIGSYS : u32 = 31 ; pub const SIGURG : u32 = 23 ; pub const SIGSTOP : u32 = 19 ; pub const SIGTSTP : u32 = 20 ; pub const SIGCONT : u32 = 18 ; pub const SIGCHLD : u32 = 17 ; pub const SIGTTIN : u32 = 21 ; pub const SIGTTOU : u32 = 22 ; pub const SIGPOLL : u32 = 29 ; pub const SIGXFSZ : u32 = 25 ; pub const SIGXCPU : u32 = 24 ; pub const SIGVTALRM : u32 = 26 ; pub const SIGPROF : u32 = 27 ; pub const SIGUSR1 : u32 = 10 ; pub const SIGUSR2 : u32 = 12 ; pub const SIGWINCH : u32 = 28 ; pub const SIGIO : u32 = 29 ; pub const SIGCLD : u32 = 17 ; pub const __SIGRTMIN : u32 = 32 ; pub const __SIGRTMAX : u32 = 64 ; pub const _NSIG : u32 = 65 ; pub const __sig_atomic_t_defined : u32 = 1 ; pub const __siginfo_t_defined : u32 = 1 ; pub const __SI_MAX_SIZE : u32 = 128 ; pub const _BITS_SIGINFO_ARCH_H : u32 = 1 ; pub const __SI_ERRNO_THEN_CODE : u32 = 1 ; pub const __SI_HAVE_SIGSYS : u32 = 1 ; pub const _BITS_SIGINFO_CONSTS_H : u32 = 1 ; pub const __SI_ASYNCIO_AFTER_SIGIO : u32 = 1 ; pub const __sigevent_t_defined : u32 = 1 ; pub const __SIGEV_MAX_SIZE : u32 = 64 ; pub const _BITS_SIGEVENT_CONSTS_H : u32 = 1 ; pub const NSIG : u32 = 65 ; pub const _BITS_SIGACTION_H : u32 = 1 ; pub const SA_NOCLDSTOP : u32 = 1 ; pub const SA_NOCLDWAIT : u32 = 2 ; pub const SA_SIGINFO : u32 = 4 ; pub const SA_ONSTACK : u32 = 134217728 ; pub const SA_RESTART : u32 = 268435456 ; pub const SA_NODEFER : u32 = 1073741824 ; pub const SA_RESETHAND : u32 = 2147483648 ; pub const SA_INTERRUPT : u32 = 536870912 ; pub const SA_NOMASK : u32 = 1073741824 ; pub const SA_ONESHOT : u32 = 2147483648 ; pub const SA_STACK : u32 = 134217728 ; pub const SIG_BLOCK : u32 = 0 ; pub const SIG_UNBLOCK : u32 = 1 ; pub const SIG_SETMASK : u32 = 2 ; pub const _BITS_SIGCONTEXT_H : u32 = 1 ; pub const FP_XSTATE_MAGIC1 : u32 = 1179670611 ; pub const FP_XSTATE_MAGIC2 : u32 = 1179670597 ; pub const __stack_t_defined : u32 = 1 ; pub const _SYS_UCONTEXT_H : u32 = 1 ; pub const __NGREG : u32 = 23 ; pub const NGREG : u32 = 23 ; pub const _BITS_SIGSTACK_H : u32 = 1 ; pub const MINSIGSTKSZ : u32 = 2048 ; pub const SIGSTKSZ : u32 = 8192 ; pub const _BITS_SS_FLAGS_H : u32 = 1 ; pub const __sigstack_defined : u32 = 1 ; pub const _BITS_SIGTHREAD_H : u32 = 1 ; pub const __USER_HZ : u32 = 100 ; pub const HZ : u32 = 100 ; pub const EXEC_PAGESIZE : u32 = 4096 ; pub const NOGROUP : i32 = - 1 ; pub const MAXHOSTNAMELEN : u32 = 64 ; pub const MAXSYMLINKS : u32 = 20 ; pub const NOFILE : u32 = 256 ; pub const NCARGS : u32 = 131072 ; pub const NGROUPS : u32 = 65536 ; pub const CANBSIZ : u32 = 255 ; pub const MAXPATHLEN : u32 = 4096 ; pub const DEV_BSIZE : u32 = 512 ; pub const _PTHREAD_H : u32 = 1 ; pub const _SCHED_H : u32 = 1 ; pub const _BITS_SCHED_H : u32 = 1 ; pub const SCHED_OTHER : u32 = 0 ; pub const SCHED_FIFO : u32 = 1 ; pub const SCHED_RR : u32 = 2 ; pub const _BITS_TYPES_STRUCT_SCHED_PARAM : u32 = 1 ; pub const _BITS_CPU_SET_H : u32 = 1 ; pub const __CPU_SETSIZE : u32 = 1024 ; pub const _TIME_H : u32 = 1 ; pub const _BITS_TIME_H : u32 = 1 ; pub const CLOCK_REALTIME : u32 = 0 ; pub const CLOCK_MONOTONIC : u32 = 1 ; pub const CLOCK_PROCESS_CPUTIME_ID : u32 = 2 ; pub const CLOCK_THREAD_CPUTIME_ID : u32 = 3 ; pub const CLOCK_MONOTONIC_RAW : u32 = 4 ; pub const CLOCK_REALTIME_COARSE : u32 = 5 ; pub const CLOCK_MONOTONIC_COARSE : u32 = 6 ; pub const CLOCK_BOOTTIME : u32 = 7 ; pub const CLOCK_REALTIME_ALARM : u32 = 8 ; pub const CLOCK_BOOTTIME_ALARM : u32 = 9 ; pub const CLOCK_TAI : u32 = 11 ; pub const TIMER_ABSTIME : u32 = 1 ; pub const __struct_tm_defined : u32 = 1 ; pub const __itimerspec_defined : u32 = 1 ; pub const _BITS_TYPES_LOCALE_T_H : u32 = 1 ; pub const _BITS_TYPES___LOCALE_T_H : u32 = 1 ; pub const TIME_UTC : u32 = 1 ; pub const _BITS_SETJMP_H : u32 = 1 ; pub const __jmp_buf_tag_defined : u32 = 1 ; pub const PTHREAD_ONCE_INIT : u32 = 0 ; pub const PTHREAD_BARRIER_SERIAL_THREAD : i32 = - 1 ; pub const UV_ONCE_INIT : u32 = 0 ; pub const UV_FS_O_APPEND : u32 = 1024 ; pub const UV_FS_O_CREAT : u32 = 64 ; pub const UV_FS_O_DIRECT : u32 = 16384 ; pub const UV_FS_O_DIRECTORY : u32 = 65536 ; pub const UV_FS_O_DSYNC : u32 = 4096 ; pub const UV_FS_O_EXCL : u32 = 128 ; pub const UV_FS_O_EXLOCK : u32 = 0 ; pub const UV_FS_O_NOATIME : u32 = 0 ; pub const UV_FS_O_NOCTTY : u32 = 256 ; pub const UV_FS_O_NOFOLLOW : u32 = 131072 ; pub const UV_FS_O_NONBLOCK : u32 = 2048 ; pub const UV_FS_O_RDONLY : u32 = 0 ; pub const UV_FS_O_RDWR : u32 = 2 ; pub const UV_FS_O_SYMLINK : u32 = 0 ; pub const UV_FS_O_SYNC : u32 = 1052672 ; pub const UV_FS_O_TRUNC : u32 = 512 ; pub const UV_FS_O_WRONLY : u32 = 1 ; pub const UV_FS_O_FILEMAP : u32 = 0 ; pub const UV_FS_O_RANDOM : u32 = 0 ; pub const UV_FS_O_SHORT_LIVED : u32 = 0 ; pub const UV_FS_O_SEQUENTIAL : u32 = 0 ; pub const UV_FS_O_TEMPORARY : u32 = 0 ; pub const UV_PRIORITY_LOW : u32 = 19 ; pub const UV_PRIORITY_BELOW_NORMAL : u32 = 10 ; pub const UV_PRIORITY_NORMAL : u32 = 0 ; pub const UV_PRIORITY_ABOVE_NORMAL : i32 = - 7 ; pub const UV_PRIORITY_HIGH : i32 = - 14 ; pub const UV_PRIORITY_HIGHEST : i32 = - 20 ; pub const UV_MAXHOSTNAMESIZE : u32 = 65 ; pub const UV_FS_COPYFILE_EXCL : u32 = 1 ; pub const UV_FS_COPYFILE_FICLONE : u32 = 2 ; pub const UV_FS_COPYFILE_FICLONE_FORCE : u32 = 4 ; pub const UV_FS_SYMLINK_DIR : u32 = 1 ; pub const UV_FS_SYMLINK_JUNCTION : u32 = 2 ; pub const UV_IF_NAMESIZE : u32 = 17 ; unsafe extern "C" { pub fn __errno_location () -> * mut :: std :: os :: raw :: c_int ; } pub type wchar_t = :: std :: os :: raw :: c_int ; # [repr (C)] # [repr (align (16))] # [derive (Debug , Copy , Clone)] pub struct max_align_t { pub __clang_max_align_nonce1 : :: std :: os :: raw :: c_longlong , pub __bindgen_padding_0 : u64 , pub __clang_max_align_nonce2 : u128 , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of max_align_t"] [:: std :: mem :: size_of :: < max_align_t > () - 32usize] ; ["Alignment of max_align_t"] [:: std :: mem :: align_of :: < max_align_t > () - 16usize] ; ["Offset of field: max_align_t::__clang_max_align_nonce1"] [:: std :: mem :: offset_of ! (max_align_t , __clang_max_align_nonce1) - 0usize] ; ["Offset of field: max_align_t::__clang_max_align_nonce2"] [:: std :: mem :: offset_of ! (max_align_t , __clang_max_align_nonce2) - 16usize] ; } ; pub type __gnuc_va_list = __builtin_va_list ; pub type __u_char = :: std :: os :: raw :: c_uchar ; pub type __u_short = :: std :: os :: raw :: c_ushort ; pub type __u_int = :: std :: os :: raw :: c_uint ; pub type __u_long = :: std :: os :: raw :: c_ulong ; pub type __int8_t = :: std :: os :: raw :: c_schar ; pub type __uint8_t = :: std :: os :: raw :: c_uchar ; pub type __int16_t = :: std :: os :: raw :: c_short ; pub type __uint16_t = :: std :: os :: raw :: c_ushort ; pub type __int32_t = :: std :: os :: raw :: c_int ; pub type __uint32_t = :: std :: os :: raw :: c_uint ; pub type __int64_t = :: std :: os :: raw :: c_long ; pub type __uint64_t = :: std :: os :: raw :: c_ulong ; pub type __int_least8_t = __int8_t ; pub type __uint_least8_t = __uint8_t ; pub type __int_least16_t = __int16_t ; pub type __uint_least16_t = __uint16_t ; pub type __int_least32_t = __int32_t ; pub type __uint_least32_t = __uint32_t ; pub type __int_least64_t = __int64_t ; pub type __uint_least64_t = __uint64_t ; pub type __quad_t = :: std :: os :: raw :: c_long ; pub type __u_quad_t = :: std :: os :: raw :: c_ulong ; pub type __intmax_t = :: std :: os :: raw :: c_long ; pub type __uintmax_t = :: std :: os :: raw :: c_ulong ; pub type __dev_t = :: std :: os :: raw :: c_ulong ; pub type __uid_t = :: std :: os :: raw :: c_uint ; pub type __gid_t = :: std :: os :: raw :: c_uint ; pub type __ino_t = :: std :: os :: raw :: c_ulong ; pub type __ino64_t = :: std :: os :: raw :: c_ulong ; pub type __mode_t = :: std :: os :: raw :: c_uint ; pub type __nlink_t = :: std :: os :: raw :: c_ulong ; pub type __off_t = :: std :: os :: raw :: c_long ; pub type __off64_t = :: std :: os :: raw :: c_long ; pub type __pid_t = :: std :: os :: raw :: c_int ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct __fsid_t { pub __val : [:: std :: os :: raw :: c_int ; 2usize] , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of __fsid_t"] [:: std :: mem :: size_of :: < __fsid_t > () - 8usize] ; ["Alignment of __fsid_t"] [:: std :: mem :: align_of :: < __fsid_t > () - 4usize] ; ["Offset of field: __fsid_t::__val"] [:: std :: mem :: offset_of ! (__fsid_t , __val) - 0usize] ; } ; pub type __clock_t = :: std :: os :: raw :: c_long ; pub type __rlim_t = :: std :: os :: raw :: c_ulong ; pub type __rlim64_t = :: std :: os :: raw :: c_ulong ; pub type __id_t = :: std :: os :: raw :: c_uint ; pub type __time_t = :: std :: os :: raw :: c_long ; pub type __useconds_t = :: std :: os :: raw :: c_uint ; pub type __suseconds_t = :: std :: os :: raw :: c_long ; pub type __suseconds64_t = :: std :: os :: raw :: c_long ; pub type __daddr_t = :: std :: os :: raw :: c_int ; pub type __key_t = :: std :: os :: raw :: c_int ; pub type __clockid_t = :: std :: os :: raw :: c_int ; pub type __timer_t = * mut :: std :: os :: raw :: c_void ; pub type __blksize_t = :: std :: os :: raw :: c_long ; pub type __blkcnt_t = :: std :: os :: raw :: c_long ; pub type __blkcnt64_t = :: std :: os :: raw :: c_long ; pub type __fsblkcnt_t = :: std :: os :: raw :: c_ulong ; pub type __fsblkcnt64_t = :: std :: os :: raw :: c_ulong ; pub type __fsfilcnt_t = :: std :: os :: raw :: c_ulong ; pub type __fsfilcnt64_t = :: std :: os :: raw :: c_ulong ; pub type __fsword_t = :: std :: os :: raw :: c_long ; pub type __ssize_t = :: std :: os :: raw :: c_long ; pub type __syscall_slong_t = :: std :: os :: raw :: c_long ; pub type __syscall_ulong_t = :: std :: os :: raw :: c_ulong ; pub type __loff_t = __off64_t ; pub type __caddr_t = * mut :: std :: os :: raw :: c_char ; pub type __intptr_t = :: std :: os :: raw :: c_long ; pub type __socklen_t = :: std :: os :: raw :: c_uint ; pub type __sig_atomic_t = :: std :: os :: raw :: c_int ; # [repr (C)] # [derive (Copy , Clone)] pub struct __mbstate_t { pub __count : :: std :: os :: raw :: c_int , pub __value : __mbstate_t__bindgen_ty_1 , } # [repr (C)] # [derive (Copy , Clone)] pub union __mbstate_t__bindgen_ty_1 { pub __wch : :: std :: os :: raw :: c_uint , pub __wchb : [:: std :: os :: raw :: c_char ; 4usize] , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of __mbstate_t__bindgen_ty_1"] [:: std :: mem :: size_of :: < __mbstate_t__bindgen_ty_1 > () - 4usize] ; ["Alignment of __mbstate_t__bindgen_ty_1"] [:: std :: mem :: align_of :: < __mbstate_t__bindgen_ty_1 > () - 4usize] ; ["Offset of field: __mbstate_t__bindgen_ty_1::__wch"] [:: std :: mem :: offset_of ! (__mbstate_t__bindgen_ty_1 , __wch) - 0usize] ; ["Offset of field: __mbstate_t__bindgen_ty_1::__wchb"] [:: std :: mem :: offset_of ! (__mbstate_t__bindgen_ty_1 , __wchb) - 0usize] ; } ; # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of __mbstate_t"] [:: std :: mem :: size_of :: < __mbstate_t > () - 8usize] ; ["Alignment of __mbstate_t"] [:: std :: mem :: align_of :: < __mbstate_t > () - 4usize] ; ["Offset of field: __mbstate_t::__count"] [:: std :: mem :: offset_of ! (__mbstate_t , __count) - 0usize] ; ["Offset of field: __mbstate_t::__value"] [:: std :: mem :: offset_of ! (__mbstate_t , __value) - 4usize] ; } ; # [repr (C)] # [derive (Copy , Clone)] pub struct _G_fpos_t { pub __pos : __off_t , pub __state : __mbstate_t , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of _G_fpos_t"] [:: std :: mem :: size_of :: < _G_fpos_t > () - 16usize] ; ["Alignment of _G_fpos_t"] [:: std :: mem :: align_of :: < _G_fpos_t > () - 8usize] ; ["Offset of field: _G_fpos_t::__pos"] [:: std :: mem :: offset_of ! (_G_fpos_t , __pos) - 0usize] ; ["Offset of field: _G_fpos_t::__state"] [:: std :: mem :: offset_of ! (_G_fpos_t , __state) - 8usize] ; } ; pub type __fpos_t = _G_fpos_t ; # [repr (C)] # [derive (Copy , Clone)] pub struct _G_fpos64_t { pub __pos : __off64_t , pub __state : __mbstate_t , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of _G_fpos64_t"] [:: std :: mem :: size_of :: < _G_fpos64_t > () - 16usize] ; ["Alignment of _G_fpos64_t"] [:: std :: mem :: align_of :: < _G_fpos64_t > () - 8usize] ; ["Offset of field: _G_fpos64_t::__pos"] [:: std :: mem :: offset_of ! (_G_fpos64_t , __pos) - 0usize] ; ["Offset of field: _G_fpos64_t::__state"] [:: std :: mem :: offset_of ! (_G_fpos64_t , __state) - 8usize] ; } ; pub type __fpos64_t = _G_fpos64_t ; pub type __FILE = _IO_FILE ; pub type FILE = _IO_FILE ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct _IO_marker { _unused : [u8 ; 0] , } # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct _IO_codecvt { _unused : [u8 ; 0] , } # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct _IO_wide_data { _unused : [u8 ; 0] , } pub type _IO_lock_t = :: std :: os :: raw :: c_void ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct _IO_FILE { pub _flags : :: std :: os :: raw :: c_int , pub _IO_read_ptr : * mut :: std :: os :: raw :: c_char , pub _IO_read_end : * mut :: std :: os :: raw :: c_char , pub _IO_read_base : * mut :: std :: os :: raw :: c_char , pub _IO_write_base : * mut :: std :: os :: raw :: c_char , pub _IO_write_ptr : * mut :: std :: os :: raw :: c_char , pub _IO_write_end : * mut :: std :: os :: raw :: c_char , pub _IO_buf_base : * mut :: std :: os :: raw :: c_char , pub _IO_buf_end : * mut :: std :: os :: raw :: c_char , pub _IO_save_base : * mut :: std :: os :: raw :: c_char , pub _IO_backup_base : * mut :: std :: os :: raw :: c_char , pub _IO_save_end : * mut :: std :: os :: raw :: c_char , pub _markers : * mut _IO_marker , pub _chain : * mut _IO_FILE , pub _fileno : :: std :: os :: raw :: c_int , pub _bitfield_align_1 : [u32 ; 0] , pub _bitfield_1 : __BindgenBitfieldUnit < [u8 ; 3usize] > , pub _short_backupbuf : [:: std :: os :: raw :: c_char ; 1usize] , pub _old_offset : __off_t , pub _cur_column : :: std :: os :: raw :: c_ushort , pub _vtable_offset : :: std :: os :: raw :: c_schar , pub _shortbuf : [:: std :: os :: raw :: c_char ; 1usize] , pub _lock : * mut _IO_lock_t , pub _offset : __off64_t , pub _codecvt : * mut _IO_codecvt , pub _wide_data : * mut _IO_wide_data , pub _freeres_list : * mut _IO_FILE , pub _freeres_buf : * mut :: std :: os :: raw :: c_void , pub _prevchain : * mut * mut _IO_FILE , pub _mode : :: std :: os :: raw :: c_int , pub _unused3 : :: std :: os :: raw :: c_int , pub _total_written : __uint64_t , pub _unused2 : [:: std :: os :: raw :: c_char ; 8usize] , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of _IO_FILE"] [:: std :: mem :: size_of :: < _IO_FILE > () - 216usize] ; ["Alignment of _IO_FILE"] [:: std :: mem :: align_of :: < _IO_FILE > () - 8usize] ; ["Offset of field: _IO_FILE::_flags"] [:: std :: mem :: offset_of ! (_IO_FILE , _flags) - 0usize] ; ["Offset of field: _IO_FILE::_IO_read_ptr"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_read_ptr) - 8usize] ; ["Offset of field: _IO_FILE::_IO_read_end"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_read_end) - 16usize] ; ["Offset of field: _IO_FILE::_IO_read_base"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_read_base) - 24usize] ; ["Offset of field: _IO_FILE::_IO_write_base"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_write_base) - 32usize] ; ["Offset of field: _IO_FILE::_IO_write_ptr"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_write_ptr) - 40usize] ; ["Offset of field: _IO_FILE::_IO_write_end"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_write_end) - 48usize] ; ["Offset of field: _IO_FILE::_IO_buf_base"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_buf_base) - 56usize] ; ["Offset of field: _IO_FILE::_IO_buf_end"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_buf_end) - 64usize] ; ["Offset of field: _IO_FILE::_IO_save_base"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_save_base) - 72usize] ; ["Offset of field: _IO_FILE::_IO_backup_base"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_backup_base) - 80usize] ; ["Offset of field: _IO_FILE::_IO_save_end"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_save_end) - 88usize] ; ["Offset of field: _IO_FILE::_markers"] [:: std :: mem :: offset_of ! (_IO_FILE , _markers) - 96usize] ; ["Offset of field: _IO_FILE::_chain"] [:: std :: mem :: offset_of ! (_IO_FILE , _chain) - 104usize] ; ["Offset of field: _IO_FILE::_fileno"] [:: std :: mem :: offset_of ! (_IO_FILE , _fileno) - 112usize] ; ["Offset of field: _IO_FILE::_short_backupbuf"] [:: std :: mem :: offset_of ! (_IO_FILE , _short_backupbuf) - 119usize] ; ["Offset of field: _IO_FILE::_old_offset"] [:: std :: mem :: offset_of ! (_IO_FILE , _old_offset) - 120usize] ; ["Offset of field: _IO_FILE::_cur_column"] [:: std :: mem :: offset_of ! (_IO_FILE , _cur_column) - 128usize] ; ["Offset of field: _IO_FILE::_vtable_offset"] [:: std :: mem :: offset_of ! (_IO_FILE , _vtable_offset) - 130usize] ; ["Offset of field: _IO_FILE::_shortbuf"] [:: std :: mem :: offset_of ! (_IO_FILE , _shortbuf) - 131usize] ; ["Offset of field: _IO_FILE::_lock"] [:: std :: mem :: offset_of ! (_IO_FILE , _lock) - 136usize] ; ["Offset of field: _IO_FILE::_offset"] [:: std :: mem :: offset_of ! (_IO_FILE , _offset) - 144usize] ; ["Offset of field: _IO_FILE::_codecvt"] [:: std :: mem :: offset_of ! (_IO_FILE , _codecvt) - 152usize] ; ["Offset of field: _IO_FILE::_wide_data"] [:: std :: mem :: offset_of ! (_IO_FILE , _wide_data) - 160usize] ; ["Offset of field: _IO_FILE::_freeres_list"] [:: std :: mem :: offset_of ! (_IO_FILE , _freeres_list) - 168usize] ; ["Offset of field: _IO_FILE::_freeres_buf"] [:: std :: mem :: offset_of ! (_IO_FILE , _freeres_buf) - 176usize] ; ["Offset of field: _IO_FILE::_prevchain"] [:: std :: mem :: offset_of ! (_IO_FILE , _prevchain) - 184usize] ; ["Offset of field: _IO_FILE::_mode"] [:: std :: mem :: offset_of ! (_IO_FILE , _mode) - 192usize] ; ["Offset of field: _IO_FILE::_unused3"] [:: std :: mem :: offset_of ! (_IO_FILE , _unused3) - 196usize] ; ["Offset of field: _IO_FILE::_total_written"] [:: std :: mem :: offset_of ! (_IO_FILE , _total_written) - 200usize] ; ["Offset of field: _IO_FILE::_unused2"] [:: std :: mem :: offset_of ! (_IO_FILE , _unused2) - 208usize] ; } ; impl _IO_FILE { # [inline] pub fn _flags2 (& self) -> :: std :: os :: raw :: c_int { unsafe { :: std :: mem :: transmute (self . _bitfield_1 . get (0usize , 24u8) as u32) } } # [inline] pub fn set__flags2 (& mut self , val : :: std :: os :: raw :: c_int) { unsafe { let val : u32 = :: std :: mem :: transmute (val) ; self . _bitfield_1 . set (0usize , 24u8 , val as u64) } } # [inline] pub unsafe fn _flags2_raw (this : * const Self) -> :: std :: os :: raw :: c_int { unsafe { :: std :: mem :: transmute (< __BindgenBitfieldUnit < [u8 ; 3usize] > > :: raw_get (:: std :: ptr :: addr_of ! ((* this) . _bitfield_1) , 0usize , 24u8 ,) as u32) } } # [inline] pub unsafe fn set__flags2_raw (this : * mut Self , val : :: std :: os :: raw :: c_int) { unsafe { let val : u32 = :: std :: mem :: transmute (val) ; < __BindgenBitfieldUnit < [u8 ; 3usize] > > :: raw_set (:: std :: ptr :: addr_of_mut ! ((* this) . _bitfield_1) , 0usize , 24u8 , val as u64 ,) } } # [inline] pub fn new_bitfield_1 (_flags2 : :: std :: os :: raw :: c_int) -> __BindgenBitfieldUnit < [u8 ; 3usize] > { let mut __bindgen_bitfield_unit : __BindgenBitfieldUnit < [u8 ; 3usize] > = Default :: default () ; __bindgen_bitfield_unit . set (0usize , 24u8 , { let _flags2 : u32 = unsafe { :: std :: mem :: transmute (_flags2) } ; _flags2 as u64 }) ; __bindgen_bitfield_unit } } pub type cookie_read_function_t = :: std :: option :: Option < unsafe extern "C" fn (__cookie : * mut :: std :: os :: raw :: c_void , __buf : * mut :: std :: os :: raw :: c_char , __nbytes : usize) -> __ssize_t > ; pub type cookie_write_function_t = :: std :: option :: Option < unsafe extern "C" fn (__cookie : * mut :: std :: os :: raw :: c_void , __buf : * const :: std :: os :: raw :: c_char , __nbytes : usize) -> __ssize_t > ; pub type cookie_seek_function_t = :: std :: option :: Option < unsafe extern "C" fn (__cookie : * mut :: std :: os :: raw :: c_void , __pos : * mut __off64_t , __w : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int > ; pub type cookie_close_function_t = :: std :: option :: Option < unsafe extern "C" fn (__cookie : * mut :: std :: os :: raw :: c_void) -> :: std :: os :: raw :: c_int > ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct _IO_cookie_io_functions_t { pub read : cookie_read_function_t , pub write : cookie_write_function_t , pub seek : cookie_seek_function_t , pub close : cookie_close_function_t , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of _IO_cookie_io_functions_t"] [:: std :: mem :: size_of :: < _IO_cookie_io_functions_t > () - 32usize] ; ["Alignment of _IO_cookie_io_functions_t"] [:: std :: mem :: align_of :: < _IO_cookie_io_functions_t > () - 8usize] ; ["Offset of field: _IO_cookie_io_functions_t::read"] [:: std :: mem :: offset_of ! (_IO_cookie_io_functions_t , read) - 0usize] ; ["Offset of field: _IO_cookie_io_functions_t::write"] [:: std :: mem :: offset_of ! (_IO_cookie_io_functions_t , write) - 8usize] ; ["Offset of field: _IO_cookie_io_functions_t::seek"] [:: std :: mem :: offset_of ! (_IO_cookie_io_functions_t , seek) - 16usize] ; ["Offset of field: _IO_cookie_io_functions_t::close"] [:: std :: mem :: offset_of ! (_IO_cookie_io_functions_t , close) - 24usize] ; } ; pub type cookie_io_functions_t = _IO_cookie_io_functions_t ; pub type va_list = __gnuc_va_list ; pub type off_t = __off_t ; pub type fpos_t = __fpos_t ; unsafe extern "C" { pub static mut stdin : * mut FILE ; } unsafe extern "C" { pub static mut stdout : * mut FILE ; } unsafe extern "C" { pub static mut stderr : * mut FILE ; } unsafe extern "C" { pub fn remove (__filename : * const :: std :: os :: raw :: c_char) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn rename (__old : * const :: std :: os :: raw :: c_char , __new : * const :: std :: os :: raw :: c_char) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn renameat (__oldfd : :: std :: os :: raw :: c_int , __old : * const :: std :: os :: raw :: c_char , __newfd : :: std :: os :: raw :: c_int , __new : * const :: std :: os :: raw :: c_char) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fclose (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn tmpfile () -> * mut FILE ; } unsafe extern "C" { pub fn tmpnam (arg1 : * mut :: std :: os :: raw :: c_char) -> * mut :: std :: os :: raw :: c_char ; } unsafe extern "C" { pub fn tmpnam_r (__s : * mut :: std :: os :: raw :: c_char) -> * mut :: std :: os :: raw :: c_char ; } unsafe extern "C" { pub fn tempnam (__dir : * const :: std :: os :: raw :: c_char , __pfx : * const :: std :: os :: raw :: c_char) -> * mut :: std :: os :: raw :: c_char ; } unsafe extern "C" { pub fn fflush (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fflush_unlocked (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fopen (__filename : * const :: std :: os :: raw :: c_char , __modes : * const :: std :: os :: raw :: c_char) -> * mut FILE ; } unsafe extern "C" { pub fn freopen (__filename : * const :: std :: os :: raw :: c_char , __modes : * const :: std :: os :: raw :: c_char , __stream : * mut FILE) -> * mut FILE ; } unsafe extern "C" { pub fn fdopen (__fd : :: std :: os :: raw :: c_int , __modes : * const :: std :: os :: raw :: c_char) -> * mut FILE ; } unsafe extern "C" { pub fn fopencookie (__magic_cookie : * mut :: std :: os :: raw :: c_void , __modes : * const :: std :: os :: raw :: c_char , __io_funcs : cookie_io_functions_t) -> * mut FILE ; } unsafe extern "C" { pub fn fmemopen (__s : * mut :: std :: os :: raw :: c_void , __len : usize , __modes : * const :: std :: os :: raw :: c_char) -> * mut FILE ; } unsafe extern "C" { pub fn open_memstream (__bufloc : * mut * mut :: std :: os :: raw :: c_char , __sizeloc : * mut usize) -> * mut FILE ; } unsafe extern "C" { pub fn setbuf (__stream : * mut FILE , __buf : * mut :: std :: os :: raw :: c_char) ; } unsafe extern "C" { pub fn setvbuf (__stream : * mut FILE , __buf : * mut :: std :: os :: raw :: c_char , __modes : :: std :: os :: raw :: c_int , __n : usize) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn setbuffer (__stream : * mut FILE , __buf : * mut :: std :: os :: raw :: c_char , __size : usize) ; } unsafe extern "C" { pub fn setlinebuf (__stream : * mut FILE) ; } unsafe extern "C" { pub fn fprintf (__stream : * mut FILE , __format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn printf (__format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn sprintf (__s : * mut :: std :: os :: raw :: c_char , __format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vfprintf (__s : * mut FILE , __format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vprintf (__format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vsprintf (__s : * mut :: std :: os :: raw :: c_char , __format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn snprintf (__s : * mut :: std :: os :: raw :: c_char , __maxlen : :: std :: os :: raw :: c_ulong , __format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vsnprintf (__s : * mut :: std :: os :: raw :: c_char , __maxlen : :: std :: os :: raw :: c_ulong , __format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vasprintf (__ptr : * mut * mut :: std :: os :: raw :: c_char , __f : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __asprintf (__ptr : * mut * mut :: std :: os :: raw :: c_char , __fmt : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn asprintf (__ptr : * mut * mut :: std :: os :: raw :: c_char , __fmt : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vdprintf (__fd : :: std :: os :: raw :: c_int , __fmt : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn dprintf (__fd : :: std :: os :: raw :: c_int , __fmt : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fscanf (__stream : * mut FILE , __format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn scanf (__format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn sscanf (__s : * const :: std :: os :: raw :: c_char , __format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } pub type __cfloat128 = __BindgenComplex < u128 > ; pub type _Float128 = u128 ; pub type _Float32 = f32 ; pub type _Float64 = f64 ; pub type _Float32x = f64 ; pub type _Float64x = u128 ; unsafe extern "C" { # [link_name = "\u{1}__isoc99_fscanf"] pub fn fscanf1 (__stream : * mut FILE , __format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { # [link_name = "\u{1}__isoc99_scanf"] pub fn scanf1 (__format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { # [link_name = "\u{1}__isoc99_sscanf"] pub fn sscanf1 (__s : * const :: std :: os :: raw :: c_char , __format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vfscanf (__s : * mut FILE , __format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vscanf (__format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vsscanf (__s : * const :: std :: os :: raw :: c_char , __format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { # [link_name = "\u{1}__isoc99_vfscanf"] pub fn vfscanf1 (__s : * mut FILE , __format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { # [link_name = "\u{1}__isoc99_vscanf"] pub fn vscanf1 (__format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { # [link_name = "\u{1}__isoc99_vsscanf"] pub fn vsscanf1 (__s : * const :: std :: os :: raw :: c_char , __format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fgetc (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn getc (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn getchar () -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn getc_unlocked (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn getchar_unlocked () -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fgetc_unlocked (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fputc (__c : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn putc (__c : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn putchar (__c : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fputc_unlocked (__c : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn putc_unlocked (__c : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn putchar_unlocked (__c : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn getw (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn putw (__w : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fgets (__s : * mut :: std :: os :: raw :: c_char , __n : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> * mut :: std :: os :: raw :: c_char ; } unsafe extern "C" { pub fn __getdelim (__lineptr : * mut * mut :: std :: os :: raw :: c_char , __n : * mut usize , __delimiter : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> __ssize_t ; } unsafe extern "C" { pub fn getdelim (__lineptr : * mut * mut :: std :: os :: raw :: c_char , __n : * mut usize , __delimiter : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> __ssize_t ; } unsafe extern "C" { pub fn getline (__lineptr : * mut * mut :: std :: os :: raw :: c_char , __n : * mut usize , __stream : * mut FILE) -> __ssize_t ; } unsafe extern "C" { pub fn fputs (__s : * const :: std :: os :: raw :: c_char , __stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn puts (__s : * const :: std :: os :: raw :: c_char) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn ungetc (__c : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fread (__ptr : * mut :: std :: os :: raw :: c_void , __size : :: std :: os :: raw :: c_ulong , __n : :: std :: os :: raw :: c_ulong , __stream : * mut FILE) -> :: std :: os :: raw :: c_ulong ; } unsafe extern "C" { pub fn fwrite (__ptr : * const :: std :: os :: raw :: c_void , __size : :: std :: os :: raw :: c_ulong , __n : :: std :: os :: raw :: c_ulong , __s : * mut FILE) -> :: std :: os :: raw :: c_ulong ; } unsafe extern "C" { pub fn fread_unlocked (__ptr : * mut :: std :: os :: raw :: c_void , __size : usize , __n : usize , __stream : * mut FILE) -> usize ; } unsafe extern "C" { pub fn fwrite_unlocked (__ptr : * const :: std :: os :: raw :: c_void , __size : usize , __n : usize , __stream : * mut FILE) -> usize ; } unsafe extern "C" { pub fn fseek (__stream : * mut FILE , __off : :: std :: os :: raw :: c_long , __whence : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn ftell (__stream : * mut FILE) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn rewind (__stream : * mut FILE) ; } unsafe extern "C" { pub fn fseeko (__stream : * mut FILE , __off : __off_t , __whence : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn ftello (__stream : * mut FILE) -> __off_t ; } unsafe extern "C" { pub fn fgetpos (__stream : * mut FILE , __pos : * mut fpos_t) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fsetpos (__stream : * mut FILE , __pos : * const fpos_t) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn clearerr (__stream : * mut FILE) ; } unsafe extern "C" { pub fn feof (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn ferror (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn clearerr_unlocked (__stream : * mut FILE) ; } unsafe extern "C" { pub fn feof_unlocked (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn ferror_unlocked (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn perror (__s : * const :: std :: os :: raw :: c_char) ; } unsafe extern "C" { pub fn fileno (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fileno_unlocked (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn pclose (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn popen (__command : * const :: std :: os :: raw :: c_char , __modes : * const :: std :: os :: raw :: c_char) -> * mut FILE ; } unsafe extern "C" { pub fn ctermid (__s : * mut :: std :: os :: raw :: c_char) -> * mut :: std :: os :: raw :: c_char ; } unsafe extern "C" { pub fn flockfile (__stream : * mut FILE) ; } unsafe extern "C" { pub fn ftrylockfile (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn funlockfile (__stream : * mut FILE) ; } unsafe extern "C" { pub fn __uflow (arg1 : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __overflow (arg1 : * mut FILE , arg2 : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int ; } pub type int_least8_t = __int_least8_t ; pub type int_least16_t = __int_least16_t ; pub type int_least32_t = __int_least32_t ; pub type int_least64_t = __int_least64_t ; pub type uint_least8_t = __uint_least8_t ; pub type uint_least16_t = __uint_least16_t ; pub type uint_least32_t = __uint_least32_t ; pub type uint_least64_t = __uint_least64_t ; pub type int_fast8_t = :: std :: os :: raw :: c_schar ; pub type int_fast16_t = :: std :: os :: raw :: c_long ; pub type int_fast32_t = :: std :: os :: raw :: c_long ; pub type int_fast64_t = :: std :: os :: raw :: c_long ; pub type uint_fast8_t = :: std :: os :: raw :: c_uchar ; pub type uint_fast16_t = :: std :: os :: raw :: c_ulong ; pub type uint_fast32_t = :: std :: os :: raw :: c_ulong ; pub type uint_fast64_t = :: std :: os :: raw :: c_ulong ; pub type intmax_t = __intmax_t ; pub type uintmax_t = __uintmax_t ; pub type float_t = f32 ; pub type double_t = f64 ; unsafe extern "C" { pub fn __fpclassify (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __signbit (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isinf (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __finite (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isnan (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __iseqsig (__x : f64 , __y : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __issignaling (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn acos (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __acos (__x : f64) -> f64 ; } unsafe extern "C" { pub fn asin (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __asin (__x : f64) -> f64 ; } unsafe extern "C" { pub fn atan (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __atan (__x : f64) -> f64 ; } unsafe extern "C" { pub fn atan2 (__y : f64 , __x : f64) -> f64 ; } unsafe extern "C" { pub fn __atan2 (__y : f64 , __x : f64) -> f64 ; } unsafe extern "C" { pub fn cos (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __cos (__x : f64) -> f64 ; } unsafe extern "C" { pub fn sin (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __sin (__x : f64) -> f64 ; } unsafe extern "C" { pub fn tan (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __tan (__x : f64) -> f64 ; } unsafe extern "C" { pub fn cosh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __cosh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn sinh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __sinh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn tanh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __tanh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn acosh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __acosh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn asinh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __asinh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn atanh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __atanh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn exp (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __exp (__x : f64) -> f64 ; } unsafe extern "C" { pub fn frexp (__x : f64 , __exponent : * mut :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn __frexp (__x : f64 , __exponent : * mut :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn ldexp (__x : f64 , __exponent : :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn __ldexp (__x : f64 , __exponent : :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn log (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __log (__x : f64) -> f64 ; } unsafe extern "C" { pub fn log10 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __log10 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn modf (__x : f64 , __iptr : * mut f64) -> f64 ; } unsafe extern "C" { pub fn __modf (__x : f64 , __iptr : * mut f64) -> f64 ; } unsafe extern "C" { pub fn expm1 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __expm1 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn log1p (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __log1p (__x : f64) -> f64 ; } unsafe extern "C" { pub fn logb (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __logb (__x : f64) -> f64 ; } unsafe extern "C" { pub fn exp2 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __exp2 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn log2 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __log2 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn pow (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn __pow (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn sqrt (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __sqrt (__x : f64) -> f64 ; } unsafe extern "C" { pub fn hypot (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn __hypot (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn cbrt (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __cbrt (__x : f64) -> f64 ; } unsafe extern "C" { pub fn ceil (__x : f64) -> f64 ; } unsafe extern "C" { pub fn fabs (__x : f64) -> f64 ; } unsafe extern "C" { pub fn floor (__x : f64) -> f64 ; } unsafe extern "C" { pub fn fmod (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn __fmod (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn isinf (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn finite (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn drem (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn __drem (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn significand (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __significand (__x : f64) -> f64 ; } unsafe extern "C" { pub fn copysign (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn nan (__tagb : * const :: std :: os :: raw :: c_char) -> f64 ; } unsafe extern "C" { pub fn __nan (__tagb : * const :: std :: os :: raw :: c_char) -> f64 ; } unsafe extern "C" { pub fn isnan (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn j0 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __j0 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn j1 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __j1 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn jn (arg1 : :: std :: os :: raw :: c_int , arg2 : f64) -> f64 ; } unsafe extern "C" { pub fn __jn (arg1 : :: std :: os :: raw :: c_int , arg2 : f64) -> f64 ; } unsafe extern "C" { pub fn y0 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __y0 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn y1 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __y1 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn yn (arg1 : :: std :: os :: raw :: c_int , arg2 : f64) -> f64 ; } unsafe extern "C" { pub fn __yn (arg1 : :: std :: os :: raw :: c_int , arg2 : f64) -> f64 ; } unsafe extern "C" { pub fn erf (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __erf (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn erfc (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __erfc (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn lgamma (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __lgamma (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn tgamma (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __tgamma (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn gamma (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __gamma (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn lgamma_r (arg1 : f64 , __signgamp : * mut :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn __lgamma_r (arg1 : f64 , __signgamp : * mut :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn rint (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __rint (__x : f64) -> f64 ; } unsafe extern "C" { pub fn nextafter (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn __nextafter (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn nexttoward (__x : f64 , __y : u128) -> f64 ; } unsafe extern "C" { pub fn __nexttoward (__x : f64 , __y : u128) -> f64 ; } unsafe extern "C" { pub fn remainder (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn __remainder (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn scalbn (__x : f64 , __n : :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn __scalbn (__x : f64 , __n : :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn ilogb (__x : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __ilogb (__x : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn scalbln (__x : f64 , __n : :: std :: os :: raw :: c_long) -> f64 ; } unsafe extern "C" { pub fn __scalbln (__x : f64 , __n : :: std :: os :: raw :: c_long) -> f64 ; } unsafe extern "C" { pub fn nearbyint (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __nearbyint (__x : f64) -> f64 ; } unsafe extern "C" { pub fn round (__x : f64) -> f64 ; } unsafe extern "C" { pub fn trunc (__x : f64) -> f64 ; } unsafe extern "C" { pub fn remquo (__x : f64 , __y : f64 , __quo : * mut :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn __remquo (__x : f64 , __y : f64 , __quo : * mut :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn lrint (__x : f64) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn __lrint (__x : f64) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn llrint (__x : f64) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn __llrint (__x : f64) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn lround (__x : f64) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn __lround (__x : f64) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn llround (__x : f64) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn __llround (__x : f64) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn fdim (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn __fdim (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn fmax (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn fmin (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn fma (__x : f64 , __y : f64 , __z : f64) -> f64 ; } unsafe extern "C" { pub fn __fma (__x : f64 , __y : f64 , __z : f64) -> f64 ; } unsafe extern "C" { pub fn scalb (__x : f64 , __n : f64) -> f64 ; } unsafe extern "C" { pub fn __scalb (__x : f64 , __n : f64) -> f64 ; } unsafe extern "C" { pub fn __fpclassifyf (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __signbitf (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isinff (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __finitef (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isnanf (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __iseqsigf (__x : f32 , __y : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __issignalingf (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn acosf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __acosf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn asinf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __asinf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn atanf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __atanf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn atan2f (__y : f32 , __x : f32) -> f32 ; } unsafe extern "C" { pub fn __atan2f (__y : f32 , __x : f32) -> f32 ; } unsafe extern "C" { pub fn cosf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __cosf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn sinf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __sinf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn tanf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __tanf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn coshf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __coshf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn sinhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __sinhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn tanhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __tanhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn acoshf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __acoshf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn asinhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __asinhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn atanhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __atanhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn expf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __expf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn frexpf (__x : f32 , __exponent : * mut :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn __frexpf (__x : f32 , __exponent : * mut :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn ldexpf (__x : f32 , __exponent : :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn __ldexpf (__x : f32 , __exponent : :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn logf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __logf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn log10f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __log10f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn modff (__x : f32 , __iptr : * mut f32) -> f32 ; } unsafe extern "C" { pub fn __modff (__x : f32 , __iptr : * mut f32) -> f32 ; } unsafe extern "C" { pub fn expm1f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __expm1f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn log1pf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __log1pf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn logbf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __logbf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn exp2f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __exp2f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn log2f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __log2f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn powf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn __powf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn sqrtf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __sqrtf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn hypotf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn __hypotf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn cbrtf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __cbrtf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn ceilf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn fabsf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn floorf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn fmodf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn __fmodf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn isinff (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn finitef (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn dremf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn __dremf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn significandf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __significandf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn copysignf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn nanf (__tagb : * const :: std :: os :: raw :: c_char) -> f32 ; } unsafe extern "C" { pub fn __nanf (__tagb : * const :: std :: os :: raw :: c_char) -> f32 ; } unsafe extern "C" { pub fn isnanf (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn j0f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __j0f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn j1f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __j1f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn jnf (arg1 : :: std :: os :: raw :: c_int , arg2 : f32) -> f32 ; } unsafe extern "C" { pub fn __jnf (arg1 : :: std :: os :: raw :: c_int , arg2 : f32) -> f32 ; } unsafe extern "C" { pub fn y0f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __y0f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn y1f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __y1f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn ynf (arg1 : :: std :: os :: raw :: c_int , arg2 : f32) -> f32 ; } unsafe extern "C" { pub fn __ynf (arg1 : :: std :: os :: raw :: c_int , arg2 : f32) -> f32 ; } unsafe extern "C" { pub fn erff (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __erff (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn erfcf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __erfcf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn lgammaf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __lgammaf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn tgammaf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __tgammaf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn gammaf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __gammaf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn lgammaf_r (arg1 : f32 , __signgamp : * mut :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn __lgammaf_r (arg1 : f32 , __signgamp : * mut :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn rintf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __rintf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn nextafterf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn __nextafterf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn nexttowardf (__x : f32 , __y : u128) -> f32 ; } unsafe extern "C" { pub fn __nexttowardf (__x : f32 , __y : u128) -> f32 ; } unsafe extern "C" { pub fn remainderf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn __remainderf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn scalbnf (__x : f32 , __n : :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn __scalbnf (__x : f32 , __n : :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn ilogbf (__x : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __ilogbf (__x : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn scalblnf (__x : f32 , __n : :: std :: os :: raw :: c_long) -> f32 ; } unsafe extern "C" { pub fn __scalblnf (__x : f32 , __n : :: std :: os :: raw :: c_long) -> f32 ; } unsafe extern "C" { pub fn nearbyintf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __nearbyintf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn roundf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn truncf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn remquof (__x : f32 , __y : f32 , __quo : * mut :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn __remquof (__x : f32 , __y : f32 , __quo : * mut :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn lrintf (__x : f32) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn __lrintf (__x : f32) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn llrintf (__x : f32) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn __llrintf (__x : f32) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn lroundf (__x : f32) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn __lroundf (__x : f32) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn llroundf (__x : f32) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn __llroundf (__x : f32) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn fdimf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn __fdimf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn fmaxf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn fminf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn fmaf (__x : f32 , __y : f32 , __z : f32) -> f32 ; } unsafe extern "C" { pub fn __fmaf (__x : f32 , __y : f32 , __z : f32) -> f32 ; } unsafe extern "C" { pub fn scalbf (__x : f32 , __n : f32) -> f32 ; } unsafe extern "C" { pub fn __scalbf (__x : f32 , __n : f32) -> f32 ; } unsafe extern "C" { pub fn __fpclassifyl (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __signbitl (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isinfl (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __finitel (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isnanl (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __iseqsigl (__x : u128 , __y : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __issignalingl (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn acosl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __acosl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn asinl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __asinl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn atanl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __atanl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn atan2l (__y : u128 , __x : u128) -> u128 ; } unsafe extern "C" { pub fn __atan2l (__y : u128 , __x : u128) -> u128 ; } unsafe extern "C" { pub fn cosl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __cosl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn sinl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __sinl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn tanl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __tanl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn coshl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __coshl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn sinhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __sinhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn tanhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __tanhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn acoshl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __acoshl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn asinhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __asinhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn atanhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __atanhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn expl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __expl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn frexpl (__x : u128 , __exponent : * mut :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn __frexpl (__x : u128 , __exponent : * mut :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn ldexpl (__x : u128 , __exponent : :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn __ldexpl (__x : u128 , __exponent : :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn logl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __logl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn log10l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __log10l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn modfl (__x : u128 , __iptr : * mut u128) -> u128 ; } unsafe extern "C" { pub fn __modfl (__x : u128 , __iptr : * mut u128) -> u128 ; } unsafe extern "C" { pub fn expm1l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __expm1l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn log1pl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __log1pl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn logbl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __logbl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn exp2l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __exp2l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn log2l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __log2l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn powl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __powl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn sqrtl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __sqrtl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn hypotl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __hypotl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn cbrtl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __cbrtl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn ceill (__x : u128) -> u128 ; } unsafe extern "C" { pub fn fabsl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn floorl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn fmodl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __fmodl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn isinfl (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn finitel (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn dreml (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __dreml (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn significandl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __significandl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn copysignl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn nanl (__tagb : * const :: std :: os :: raw :: c_char) -> u128 ; } unsafe extern "C" { pub fn __nanl (__tagb : * const :: std :: os :: raw :: c_char) -> u128 ; } unsafe extern "C" { pub fn isnanl (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn j0l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __j0l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn j1l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __j1l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn jnl (arg1 : :: std :: os :: raw :: c_int , arg2 : u128) -> u128 ; } unsafe extern "C" { pub fn __jnl (arg1 : :: std :: os :: raw :: c_int , arg2 : u128) -> u128 ; } unsafe extern "C" { pub fn y0l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __y0l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn y1l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __y1l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn ynl (arg1 : :: std :: os :: raw :: c_int , arg2 : u128) -> u128 ; } unsafe extern "C" { pub fn __ynl (arg1 : :: std :: os :: raw :: c_int , arg2 : u128) -> u128 ; } unsafe extern "C" { pub fn erfl (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __erfl (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn erfcl (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __erfcl (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn lgammal (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __lgammal (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn tgammal (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __tgammal (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn gammal (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __gammal (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn lgammal_r (arg1 : u128 , __signgamp : * mut :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn __lgammal_r (arg1 : u128 , __signgamp : * mut :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn rintl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __rintl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn nextafterl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __nextafterl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn nexttowardl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __nexttowardl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn remainderl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __remainderl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn scalbnl (__x : u128 , __n : :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn __scalbnl (__x : u128 , __n : :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn ilogbl (__x : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __ilogbl (__x : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn scalblnl (__x : u128 , __n : :: std :: os :: raw :: c_long) -> u128 ; } unsafe extern "C" { pub fn __scalblnl (__x : u128 , __n : :: std :: os :: raw :: c_long) -> u128 ; } unsafe extern "C" { pub fn nearbyintl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __nearbyintl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn roundl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn truncl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn remquol (__x : u128 , __y : u128 , __quo : * mut :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn __remquol (__x : u128 , __y : u128 , __quo : * mut :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn lrintl (__x : u128) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn __lrintl (__x : u128) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn llrintl (__x : u128) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn __llrintl (__x : u128) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn lroundl (__x : u128) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn __lroundl (__x : u128) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn llroundl (__x : u128) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn __llroundl (__x : u128) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn fdiml (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __fdiml (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn fmaxl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn fminl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn fmal (__x : u128 , __y : u128 , __z : u128) -> u128 ; } unsafe extern "C" { pub fn __fmal (__x : u128 , __y : u128 , __z : u128) -> u128 ; } unsafe extern "C" { pub fn scalbl (__x : u128 , __n : u128) -> u128 ; } unsafe extern "C" { pub fn __scalbl (__x : u128 , __n : u128) -> u128 ; } unsafe extern "C" { pub fn __fpclassifyf128 (__value : _Float128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __signbitf128 (__value : _Float128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isinff128 (__value : _Float128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __finitef128 (__value : _Float128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isnanf128 (__value : _Float128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __iseqsigf128 (__x : _Float128 , __y : _Float128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __issignalingf128 (__value : _Float128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub static mut signgam : :: std :: os :: raw :: c_int ; } pub const FP_NAN : _bindgen_ty_1 = 0 ; pub const FP_INFINITE : _bindgen_ty_1 = 1 ; pub const FP_ZERO : _bindgen_ty_1 = 2 ; pub const FP_SUBNORMAL : _bindgen_ty_1 = 3 ; pub const FP_NORMAL : _bindgen_ty_1 = 4 ; pu...
[INFO] [stdout]   |       ------------------------------- previous definition of the value `FP_NORMAL` here                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `FP_NORMAL` redefined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `FP_NORMAL` must be defined only once in the value namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `IPPORT_RESERVED` is defined multiple times
[INFO] [stdout]  --> /opt/rustwide/target/release/build/archetypes-c7b3e0040a624258/out/bindings.rs:3:170462
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... ; pub const IPPORT_RESERVED : u32 = 1024 ; pub const AI_PASSIVE : u32 = 1 ; pub const AI_CANONNAME : u32 = 2 ; pub const AI_NUMERICHOST : u32 = 4 ; pub const AI_V4MAPPED : u32 = 8 ; pub const AI_ALL : u32 = 16 ; pub const AI_ADDRCONFIG : u32 = 32 ; pub const AI_NUMERICSERV : u32 = 1024 ; pub const EAI_BADFLAGS : i32 = - 1 ; pub const EAI_NONAME : i32 = - 2 ; pub const EAI_AGAIN : i32 = - 3 ; pub const EAI_FAIL : i32 = - 4 ; pub const EAI_FAMILY : i32 = - 6 ; pub const EAI_SOCKTYPE : i32 = - 7 ; pub const EAI_SERVICE : i32 = - 8 ; pub const EAI_MEMORY : i32 = - 10 ; pub const EAI_SYSTEM : i32 = - 11 ; pub const EAI_OVERFLOW : i32 = - 12 ; pub const NI_MAXHOST : u32 = 1025 ; pub const NI_MAXSERV : u32 = 32 ; pub const NI_NUMERICHOST : u32 = 1 ; pub const NI_NUMERICSERV : u32 = 2 ; pub const NI_NOFQDN : u32 = 4 ; pub const NI_NAMEREQD : u32 = 8 ; pub const NI_DGRAM : u32 = 16 ; pub const _TERMIOS_H : u32 = 1 ; pub const NCCS : u32 = 32 ; pub const _HAVE_STRUCT_TERMIOS_C_ISPEED : u32 = 1 ; pub const _HAVE_STRUCT_TERMIOS_C_OSPEED : u32 = 1 ; pub const VINTR : u32 = 0 ; pub const VQUIT : u32 = 1 ; pub const VERASE : u32 = 2 ; pub const VKILL : u32 = 3 ; pub const VEOF : u32 = 4 ; pub const VTIME : u32 = 5 ; pub const VMIN : u32 = 6 ; pub const VSWTC : u32 = 7 ; pub const VSTART : u32 = 8 ; pub const VSTOP : u32 = 9 ; pub const VSUSP : u32 = 10 ; pub const VEOL : u32 = 11 ; pub const VREPRINT : u32 = 12 ; pub const VDISCARD : u32 = 13 ; pub const VWERASE : u32 = 14 ; pub const VLNEXT : u32 = 15 ; pub const VEOL2 : u32 = 16 ; pub const IGNBRK : u32 = 1 ; pub const BRKINT : u32 = 2 ; pub const IGNPAR : u32 = 4 ; pub const PARMRK : u32 = 8 ; pub const INPCK : u32 = 16 ; pub const ISTRIP : u32 = 32 ; pub const INLCR : u32 = 64 ; pub const IGNCR : u32 = 128 ; pub const ICRNL : u32 = 256 ; pub const IUCLC : u32 = 512 ; pub const IXON : u32 = 1024 ; pub const IXANY : u32 = 2048 ; pub const IXOFF : u32 = 4096 ; pub const IMAXBEL : u32 = 8192 ; pub const IUTF8 : u32 = 16384 ; pub const OPOST : u32 = 1 ; pub const OLCUC : u32 = 2 ; pub const ONLCR : u32 = 4 ; pub const OCRNL : u32 = 8 ; pub const ONOCR : u32 = 16 ; pub const ONLRET : u32 = 32 ; pub const OFILL : u32 = 64 ; pub const OFDEL : u32 = 128 ; pub const NLDLY : u32 = 256 ; pub const NL0 : u32 = 0 ; pub const NL1 : u32 = 256 ; pub const CRDLY : u32 = 1536 ; pub const CR0 : u32 = 0 ; pub const CR1 : u32 = 512 ; pub const CR2 : u32 = 1024 ; pub const CR3 : u32 = 1536 ; pub const TABDLY : u32 = 6144 ; pub const TAB0 : u32 = 0 ; pub const TAB1 : u32 = 2048 ; pub const TAB2 : u32 = 4096 ; pub const TAB3 : u32 = 6144 ; pub const BSDLY : u32 = 8192 ; pub const BS0 : u32 = 0 ; pub const BS1 : u32 = 8192 ; pub const FFDLY : u32 = 32768 ; pub const FF0 : u32 = 0 ; pub const FF1 : u32 = 32768 ; pub const VTDLY : u32 = 16384 ; pub const VT0 : u32 = 0 ; pub const VT1 : u32 = 16384 ; pub const XTABS : u32 = 6144 ; pub const CSIZE : u32 = 48 ; pub const CS5 : u32 = 0 ; pub const CS6 : u32 = 16 ; pub const CS7 : u32 = 32 ; pub const CS8 : u32 = 48 ; pub const CSTOPB : u32 = 64 ; pub const CREAD : u32 = 128 ; pub const PARENB : u32 = 256 ; pub const PARODD : u32 = 512 ; pub const HUPCL : u32 = 1024 ; pub const CLOCAL : u32 = 2048 ; pub const ADDRB : u32 = 536870912 ; pub const CMSPAR : u32 = 1073741824 ; pub const CRTSCTS : u32 = 2147483648 ; pub const __B0 : u32 = 0 ; pub const __B50 : u32 = 1 ; pub const __B75 : u32 = 2 ; pub const __B110 : u32 = 3 ; pub const __B134 : u32 = 4 ; pub const __B150 : u32 = 5 ; pub const __B200 : u32 = 6 ; pub const __B300 : u32 = 7 ; pub const __B600 : u32 = 8 ; pub const __B1200 : u32 = 9 ; pub const __B1800 : u32 = 10 ; pub const __B2400 : u32 = 11 ; pub const __B4800 : u32 = 12 ; pub const __B9600 : u32 = 13 ; pub const __B19200 : u32 = 14 ; pub const __B38400 : u32 = 15 ; pub const CBAUD : u32 = 4111 ; pub const CBAUDEX : u32 = 4096 ; pub const CIBAUD : u32 = 269418496 ; pub const IBSHIFT : u32 = 16 ; pub const __BOTHER : u32 = 4096 ; pub const __B57600 : u32 = 4097 ; pub const __B115200 : u32 = 4098 ; pub const __B230400 : u32 = 4099 ; pub const __B460800 : u32 = 4100 ; pub const __B500000 : u32 = 4101 ; pub const __B576000 : u32 = 4102 ; pub const __B921600 : u32 = 4103 ; pub const __B1000000 : u32 = 4104 ; pub const __B1152000 : u32 = 4105 ; pub const __B1500000 : u32 = 4106 ; pub const __B2000000 : u32 = 4107 ; pub const __B2500000 : u32 = 4108 ; pub const __B3000000 : u32 = 4109 ; pub const __B3500000 : u32 = 4110 ; pub const __B4000000 : u32 = 4111 ; pub const __EXTA : u32 = 14 ; pub const __EXTB : u32 = 15 ; pub const BOTHER : u32 = 4096 ; pub const ISIG : u32 = 1 ; pub const ICANON : u32 = 2 ; pub const XCASE : u32 = 4 ; pub const ECHO : u32 = 8 ; pub const ECHOE : u32 = 16 ; pub const ECHOK : u32 = 32 ; pub const ECHONL : u32 = 64 ; pub const NOFLSH : u32 = 128 ; pub const TOSTOP : u32 = 256 ; pub const ECHOCTL : u32 = 512 ; pub const ECHOPRT : u32 = 1024 ; pub const ECHOKE : u32 = 2048 ; pub const FLUSHO : u32 = 4096 ; pub const PENDIN : u32 = 16384 ; pub const IEXTEN : u32 = 32768 ; pub const EXTPROC : u32 = 65536 ; pub const TIOCSER_TEMT : u32 = 1 ; pub const TCOOFF : u32 = 0 ; pub const TCOON : u32 = 1 ; pub const TCIOFF : u32 = 2 ; pub const TCION : u32 = 3 ; pub const TCIFLUSH : u32 = 0 ; pub const TCOFLUSH : u32 = 1 ; pub const TCIOFLUSH : u32 = 2 ; pub const TCSANOW : u32 = 0 ; pub const TCSADRAIN : u32 = 1 ; pub const TCSAFLUSH : u32 = 2 ; pub const B0 : u32 = 0 ; pub const B50 : u32 = 50 ; pub const B75 : u32 = 75 ; pub const B110 : u32 = 110 ; pub const B134 : u32 = 134 ; pub const B150 : u32 = 150 ; pub const B200 : u32 = 200 ; pub const B300 : u32 = 300 ; pub const B600 : u32 = 600 ; pub const B1200 : u32 = 1200 ; pub const B1800 : u32 = 1800 ; pub const B2400 : u32 = 2400 ; pub const B4800 : u32 = 4800 ; pub const B9600 : u32 = 9600 ; pub const B19200 : u32 = 19200 ; pub const B38400 : u32 = 38400 ; pub const EXTA : u32 = 19200 ; pub const EXTB : u32 = 38400 ; pub const B7200 : u32 = 7200 ; pub const B14400 : u32 = 14400 ; pub const B28800 : u32 = 28800 ; pub const B33600 : u32 = 33600 ; pub const B57600 : u32 = 57600 ; pub const B76800 : u32 = 76800 ; pub const B115200 : u32 = 115200 ; pub const B153600 : u32 = 153600 ; pub const B230400 : u32 = 230400 ; pub const B307200 : u32 = 307200 ; pub const B460800 : u32 = 460800 ; pub const B500000 : u32 = 500000 ; pub const B576000 : u32 = 576000 ; pub const B614400 : u32 = 614400 ; pub const B921600 : u32 = 921600 ; pub const B1000000 : u32 = 1000000 ; pub const B1152000 : u32 = 1152000 ; pub const B1500000 : u32 = 1500000 ; pub const B2000000 : u32 = 2000000 ; pub const B2500000 : u32 = 2500000 ; pub const B3000000 : u32 = 3000000 ; pub const B3500000 : u32 = 3500000 ; pub const B4000000 : u32 = 4000000 ; pub const B5000000 : u32 = 5000000 ; pub const B10000000 : u32 = 10000000 ; pub const __MAX_BAUD : u32 = 4294967295 ; pub const TTYDEF_IFLAG : u32 = 11554 ; pub const TTYDEF_OFLAG : u32 = 6149 ; pub const TTYDEF_LFLAG : u32 = 35355 ; pub const TTYDEF_CFLAG : u32 = 1440 ; pub const TTYDEF_SPEED : u32 = 9600 ; pub const CEOL : u8 = 0u8 ; pub const CERASE : u32 = 127 ; pub const CSTATUS : u8 = 0u8 ; pub const CMIN : u32 = 1 ; pub const CQUIT : u32 = 28 ; pub const CTIME : u32 = 0 ; pub const CBRK : u8 = 0u8 ; pub const _PWD_H : u32 = 1 ; pub const NSS_BUFLEN_PASSWD : u32 = 1024 ; pub const _SEMAPHORE_H : u32 = 1 ; pub const __SIZEOF_SEM_T : u32 = 32 ; pub const _SYS_PARAM_H : u32 = 1 ; pub const _LIBC_LIMITS_H_ : u32 = 1 ; pub const MB_LEN_MAX : u32 = 16 ; pub const _BITS_POSIX2_LIM_H : u32 = 1 ; pub const _POSIX2_BC_BASE_MAX : u32 = 99 ; pub const _POSIX2_BC_DIM_MAX : u32 = 2048 ; pub const _POSIX2_BC_SCALE_MAX : u32 = 99 ; pub const _POSIX2_BC_STRING_MAX : u32 = 1000 ; pub const _POSIX2_COLL_WEIGHTS_MAX : u32 = 2 ; pub const _POSIX2_EXPR_NEST_MAX : u32 = 32 ; pub const _POSIX2_LINE_MAX : u32 = 2048 ; pub const _POSIX2_RE_DUP_MAX : u32 = 255 ; pub const _POSIX2_CHARCLASS_NAME_MAX : u32 = 14 ; pub const BC_BASE_MAX : u32 = 99 ; pub const BC_DIM_MAX : u32 = 2048 ; pub const BC_SCALE_MAX : u32 = 99 ; pub const BC_STRING_MAX : u32 = 1000 ; pub const COLL_WEIGHTS_MAX : u32 = 255 ; pub const EXPR_NEST_MAX : u32 = 32 ; pub const LINE_MAX : u32 = 2048 ; pub const CHARCLASS_NAME_MAX : u32 = 2048 ; pub const RE_DUP_MAX : u32 = 32767 ; pub const _BITS_SIGNUM_GENERIC_H : u32 = 1 ; pub const SIGINT : u32 = 2 ; pub const SIGILL : u32 = 4 ; pub const SIGABRT : u32 = 6 ; pub const SIGFPE : u32 = 8 ; pub const SIGSEGV : u32 = 11 ; pub const SIGTERM : u32 = 15 ; pub const SIGHUP : u32 = 1 ; pub const SIGQUIT : u32 = 3 ; pub const SIGTRAP : u32 = 5 ; pub const SIGKILL : u32 = 9 ; pub const SIGPIPE : u32 = 13 ; pub const SIGALRM : u32 = 14 ; pub const SIGIOT : u32 = 6 ; pub const _BITS_SIGNUM_ARCH_H : u32 = 1 ; pub const SIGSTKFLT : u32 = 16 ; pub const SIGPWR : u32 = 30 ; pub const SIGBUS : u32 = 7 ; pub const SIGSYS : u32 = 31 ; pub const SIGURG : u32 = 23 ; pub const SIGSTOP : u32 = 19 ; pub const SIGTSTP : u32 = 20 ; pub const SIGCONT : u32 = 18 ; pub const SIGCHLD : u32 = 17 ; pub const SIGTTIN : u32 = 21 ; pub const SIGTTOU : u32 = 22 ; pub const SIGPOLL : u32 = 29 ; pub const SIGXFSZ : u32 = 25 ; pub const SIGXCPU : u32 = 24 ; pub const SIGVTALRM : u32 = 26 ; pub const SIGPROF : u32 = 27 ; pub const SIGUSR1 : u32 = 10 ; pub const SIGUSR2 : u32 = 12 ; pub const SIGWINCH : u32 = 28 ; pub const SIGIO : u32 = 29 ; pub const SIGCLD : u32 = 17 ; pub const __SIGRTMIN : u32 = 32 ; pub const __SIGRTMAX : u32 = 64 ; pub const _NSIG : u32 = 65 ; pub const __sig_atomic_t_defined : u32 = 1 ; pub const __siginfo_t_defined : u32 = 1 ; pub const __SI_MAX_SIZE : u32 = 128 ; pub const _BITS_SIGINFO_ARCH_H : u32 = 1 ; pub const __SI_ERRNO_THEN_CODE : u32 = 1 ; pub const __SI_HAVE_SIGSYS : u32 = 1 ; pub const _BITS_SIGINFO_CONSTS_H : u32 = 1 ; pub const __SI_ASYNCIO_AFTER_SIGIO : u32 = 1 ; pub const __sigevent_t_defined : u32 = 1 ; pub const __SIGEV_MAX_SIZE : u32 = 64 ; pub const _BITS_SIGEVENT_CONSTS_H : u32 = 1 ; pub const NSIG : u32 = 65 ; pub const _BITS_SIGACTION_H : u32 = 1 ; pub const SA_NOCLDSTOP : u32 = 1 ; pub const SA_NOCLDWAIT : u32 = 2 ; pub const SA_SIGINFO : u32 = 4 ; pub const SA_ONSTACK : u32 = 134217728 ; pub const SA_RESTART : u32 = 268435456 ; pub const SA_NODEFER : u32 = 1073741824 ; pub const SA_RESETHAND : u32 = 2147483648 ; pub const SA_INTERRUPT : u32 = 536870912 ; pub const SA_NOMASK : u32 = 1073741824 ; pub const SA_ONESHOT : u32 = 2147483648 ; pub const SA_STACK : u32 = 134217728 ; pub const SIG_BLOCK : u32 = 0 ; pub const SIG_UNBLOCK : u32 = 1 ; pub const SIG_SETMASK : u32 = 2 ; pub const _BITS_SIGCONTEXT_H : u32 = 1 ; pub const FP_XSTATE_MAGIC1 : u32 = 1179670611 ; pub const FP_XSTATE_MAGIC2 : u32 = 1179670597 ; pub const __stack_t_defined : u32 = 1 ; pub const _SYS_UCONTEXT_H : u32 = 1 ; pub const __NGREG : u32 = 23 ; pub const NGREG : u32 = 23 ; pub const _BITS_SIGSTACK_H : u32 = 1 ; pub const MINSIGSTKSZ : u32 = 2048 ; pub const SIGSTKSZ : u32 = 8192 ; pub const _BITS_SS_FLAGS_H : u32 = 1 ; pub const __sigstack_defined : u32 = 1 ; pub const _BITS_SIGTHREAD_H : u32 = 1 ; pub const __USER_HZ : u32 = 100 ; pub const HZ : u32 = 100 ; pub const EXEC_PAGESIZE : u32 = 4096 ; pub const NOGROUP : i32 = - 1 ; pub const MAXHOSTNAMELEN : u32 = 64 ; pub const MAXSYMLINKS : u32 = 20 ; pub const NOFILE : u32 = 256 ; pub const NCARGS : u32 = 131072 ; pub const NGROUPS : u32 = 65536 ; pub const CANBSIZ : u32 = 255 ; pub const MAXPATHLEN : u32 = 4096 ; pub const DEV_BSIZE : u32 = 512 ; pub const _PTHREAD_H : u32 = 1 ; pub const _SCHED_H : u32 = 1 ; pub const _BITS_SCHED_H : u32 = 1 ; pub const SCHED_OTHER : u32 = 0 ; pub const SCHED_FIFO : u32 = 1 ; pub const SCHED_RR : u32 = 2 ; pub const _BITS_TYPES_STRUCT_SCHED_PARAM : u32 = 1 ; pub const _BITS_CPU_SET_H : u32 = 1 ; pub const __CPU_SETSIZE : u32 = 1024 ; pub const _TIME_H : u32 = 1 ; pub const _BITS_TIME_H : u32 = 1 ; pub const CLOCK_REALTIME : u32 = 0 ; pub const CLOCK_MONOTONIC : u32 = 1 ; pub const CLOCK_PROCESS_CPUTIME_ID : u32 = 2 ; pub const CLOCK_THREAD_CPUTIME_ID : u32 = 3 ; pub const CLOCK_MONOTONIC_RAW : u32 = 4 ; pub const CLOCK_REALTIME_COARSE : u32 = 5 ; pub const CLOCK_MONOTONIC_COARSE : u32 = 6 ; pub const CLOCK_BOOTTIME : u32 = 7 ; pub const CLOCK_REALTIME_ALARM : u32 = 8 ; pub const CLOCK_BOOTTIME_ALARM : u32 = 9 ; pub const CLOCK_TAI : u32 = 11 ; pub const TIMER_ABSTIME : u32 = 1 ; pub const __struct_tm_defined : u32 = 1 ; pub const __itimerspec_defined : u32 = 1 ; pub const _BITS_TYPES_LOCALE_T_H : u32 = 1 ; pub const _BITS_TYPES___LOCALE_T_H : u32 = 1 ; pub const TIME_UTC : u32 = 1 ; pub const _BITS_SETJMP_H : u32 = 1 ; pub const __jmp_buf_tag_defined : u32 = 1 ; pub const PTHREAD_ONCE_INIT : u32 = 0 ; pub const PTHREAD_BARRIER_SERIAL_THREAD : i32 = - 1 ; pub const UV_ONCE_INIT : u32 = 0 ; pub const UV_FS_O_APPEND : u32 = 1024 ; pub const UV_FS_O_CREAT : u32 = 64 ; pub const UV_FS_O_DIRECT : u32 = 16384 ; pub const UV_FS_O_DIRECTORY : u32 = 65536 ; pub const UV_FS_O_DSYNC : u32 = 4096 ; pub const UV_FS_O_EXCL : u32 = 128 ; pub const UV_FS_O_EXLOCK : u32 = 0 ; pub const UV_FS_O_NOATIME : u32 = 0 ; pub const UV_FS_O_NOCTTY : u32 = 256 ; pub const UV_FS_O_NOFOLLOW : u32 = 131072 ; pub const UV_FS_O_NONBLOCK : u32 = 2048 ; pub const UV_FS_O_RDONLY : u32 = 0 ; pub const UV_FS_O_RDWR : u32 = 2 ; pub const UV_FS_O_SYMLINK : u32 = 0 ; pub const UV_FS_O_SYNC : u32 = 1052672 ; pub const UV_FS_O_TRUNC : u32 = 512 ; pub const UV_FS_O_WRONLY : u32 = 1 ; pub const UV_FS_O_FILEMAP : u32 = 0 ; pub const UV_FS_O_RANDOM : u32 = 0 ; pub const UV_FS_O_SHORT_LIVED : u32 = 0 ; pub const UV_FS_O_SEQUENTIAL : u32 = 0 ; pub const UV_FS_O_TEMPORARY : u32 = 0 ; pub const UV_PRIORITY_LOW : u32 = 19 ; pub const UV_PRIORITY_BELOW_NORMAL : u32 = 10 ; pub const UV_PRIORITY_NORMAL : u32 = 0 ; pub const UV_PRIORITY_ABOVE_NORMAL : i32 = - 7 ; pub const UV_PRIORITY_HIGH : i32 = - 14 ; pub const UV_PRIORITY_HIGHEST : i32 = - 20 ; pub const UV_MAXHOSTNAMESIZE : u32 = 65 ; pub const UV_FS_COPYFILE_EXCL : u32 = 1 ; pub const UV_FS_COPYFILE_FICLONE : u32 = 2 ; pub const UV_FS_COPYFILE_FICLONE_FORCE : u32 = 4 ; pub const UV_FS_SYMLINK_DIR : u32 = 1 ; pub const UV_FS_SYMLINK_JUNCTION : u32 = 2 ; pub const UV_IF_NAMESIZE : u32 = 17 ; unsafe extern "C" { pub fn __errno_location () -> * mut :: std :: os :: raw :: c_int ; } pub type wchar_t = :: std :: os :: raw :: c_int ; # [repr (C)] # [repr (align (16))] # [derive (Debug , Copy , Clone)] pub struct max_align_t { pub __clang_max_align_nonce1 : :: std :: os :: raw :: c_longlong , pub __bindgen_padding_0 : u64 , pub __clang_max_align_nonce2 : u128 , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of max_align_t"] [:: std :: mem :: size_of :: < max_align_t > () - 32usize] ; ["Alignment of max_align_t"] [:: std :: mem :: align_of :: < max_align_t > () - 16usize] ; ["Offset of field: max_align_t::__clang_max_align_nonce1"] [:: std :: mem :: offset_of ! (max_align_t , __clang_max_align_nonce1) - 0usize] ; ["Offset of field: max_align_t::__clang_max_align_nonce2"] [:: std :: mem :: offset_of ! (max_align_t , __clang_max_align_nonce2) - 16usize] ; } ; pub type __gnuc_va_list = __builtin_va_list ; pub type __u_char = :: std :: os :: raw :: c_uchar ; pub type __u_short = :: std :: os :: raw :: c_ushort ; pub type __u_int = :: std :: os :: raw :: c_uint ; pub type __u_long = :: std :: os :: raw :: c_ulong ; pub type __int8_t = :: std :: os :: raw :: c_schar ; pub type __uint8_t = :: std :: os :: raw :: c_uchar ; pub type __int16_t = :: std :: os :: raw :: c_short ; pub type __uint16_t = :: std :: os :: raw :: c_ushort ; pub type __int32_t = :: std :: os :: raw :: c_int ; pub type __uint32_t = :: std :: os :: raw :: c_uint ; pub type __int64_t = :: std :: os :: raw :: c_long ; pub type __uint64_t = :: std :: os :: raw :: c_ulong ; pub type __int_least8_t = __int8_t ; pub type __uint_least8_t = __uint8_t ; pub type __int_least16_t = __int16_t ; pub type __uint_least16_t = __uint16_t ; pub type __int_least32_t = __int32_t ; pub type __uint_least32_t = __uint32_t ; pub type __int_least64_t = __int64_t ; pub type __uint_least64_t = __uint64_t ; pub type __quad_t = :: std :: os :: raw :: c_long ; pub type __u_quad_t = :: std :: os :: raw :: c_ulong ; pub type __intmax_t = :: std :: os :: raw :: c_long ; pub type __uintmax_t = :: std :: os :: raw :: c_ulong ; pub type __dev_t = :: std :: os :: raw :: c_ulong ; pub type __uid_t = :: std :: os :: raw :: c_uint ; pub type __gid_t = :: std :: os :: raw :: c_uint ; pub type __ino_t = :: std :: os :: raw :: c_ulong ; pub type __ino64_t = :: std :: os :: raw :: c_ulong ; pub type __mode_t = :: std :: os :: raw :: c_uint ; pub type __nlink_t = :: std :: os :: raw :: c_ulong ; pub type __off_t = :: std :: os :: raw :: c_long ; pub type __off64_t = :: std :: os :: raw :: c_long ; pub type __pid_t = :: std :: os :: raw :: c_int ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct __fsid_t { pub __val : [:: std :: os :: raw :: c_int ; 2usize] , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of __fsid_t"] [:: std :: mem :: size_of :: < __fsid_t > () - 8usize] ; ["Alignment of __fsid_t"] [:: std :: mem :: align_of :: < __fsid_t > () - 4usize] ; ["Offset of field: __fsid_t::__val"] [:: std :: mem :: offset_of ! (__fsid_t , __val) - 0usize] ; } ; pub type __clock_t = :: std :: os :: raw :: c_long ; pub type __rlim_t = :: std :: os :: raw :: c_ulong ; pub type __rlim64_t = :: std :: os :: raw :: c_ulong ; pub type __id_t = :: std :: os :: raw :: c_uint ; pub type __time_t = :: std :: os :: raw :: c_long ; pub type __useconds_t = :: std :: os :: raw :: c_uint ; pub type __suseconds_t = :: std :: os :: raw :: c_long ; pub type __suseconds64_t = :: std :: os :: raw :: c_long ; pub type __daddr_t = :: std :: os :: raw :: c_int ; pub type __key_t = :: std :: os :: raw :: c_int ; pub type __clockid_t = :: std :: os :: raw :: c_int ; pub type __timer_t = * mut :: std :: os :: raw :: c_void ; pub type __blksize_t = :: std :: os :: raw :: c_long ; pub type __blkcnt_t = :: std :: os :: raw :: c_long ; pub type __blkcnt64_t = :: std :: os :: raw :: c_long ; pub type __fsblkcnt_t = :: std :: os :: raw :: c_ulong ; pub type __fsblkcnt64_t = :: std :: os :: raw :: c_ulong ; pub type __fsfilcnt_t = :: std :: os :: raw :: c_ulong ; pub type __fsfilcnt64_t = :: std :: os :: raw :: c_ulong ; pub type __fsword_t = :: std :: os :: raw :: c_long ; pub type __ssize_t = :: std :: os :: raw :: c_long ; pub type __syscall_slong_t = :: std :: os :: raw :: c_long ; pub type __syscall_ulong_t = :: std :: os :: raw :: c_ulong ; pub type __loff_t = __off64_t ; pub type __caddr_t = * mut :: std :: os :: raw :: c_char ; pub type __intptr_t = :: std :: os :: raw :: c_long ; pub type __socklen_t = :: std :: os :: raw :: c_uint ; pub type __sig_atomic_t = :: std :: os :: raw :: c_int ; # [repr (C)] # [derive (Copy , Clone)] pub struct __mbstate_t { pub __count : :: std :: os :: raw :: c_int , pub __value : __mbstate_t__bindgen_ty_1 , } # [repr (C)] # [derive (Copy , Clone)] pub union __mbstate_t__bindgen_ty_1 { pub __wch : :: std :: os :: raw :: c_uint , pub __wchb : [:: std :: os :: raw :: c_char ; 4usize] , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of __mbstate_t__bindgen_ty_1"] [:: std :: mem :: size_of :: < __mbstate_t__bindgen_ty_1 > () - 4usize] ; ["Alignment of __mbstate_t__bindgen_ty_1"] [:: std :: mem :: align_of :: < __mbstate_t__bindgen_ty_1 > () - 4usize] ; ["Offset of field: __mbstate_t__bindgen_ty_1::__wch"] [:: std :: mem :: offset_of ! (__mbstate_t__bindgen_ty_1 , __wch) - 0usize] ; ["Offset of field: __mbstate_t__bindgen_ty_1::__wchb"] [:: std :: mem :: offset_of ! (__mbstate_t__bindgen_ty_1 , __wchb) - 0usize] ; } ; # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of __mbstate_t"] [:: std :: mem :: size_of :: < __mbstate_t > () - 8usize] ; ["Alignment of __mbstate_t"] [:: std :: mem :: align_of :: < __mbstate_t > () - 4usize] ; ["Offset of field: __mbstate_t::__count"] [:: std :: mem :: offset_of ! (__mbstate_t , __count) - 0usize] ; ["Offset of field: __mbstate_t::__value"] [:: std :: mem :: offset_of ! (__mbstate_t , __value) - 4usize] ; } ; # [repr (C)] # [derive (Copy , Clone)] pub struct _G_fpos_t { pub __pos : __off_t , pub __state : __mbstate_t , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of _G_fpos_t"] [:: std :: mem :: size_of :: < _G_fpos_t > () - 16usize] ; ["Alignment of _G_fpos_t"] [:: std :: mem :: align_of :: < _G_fpos_t > () - 8usize] ; ["Offset of field: _G_fpos_t::__pos"] [:: std :: mem :: offset_of ! (_G_fpos_t , __pos) - 0usize] ; ["Offset of field: _G_fpos_t::__state"] [:: std :: mem :: offset_of ! (_G_fpos_t , __state) - 8usize] ; } ; pub type __fpos_t = _G_fpos_t ; # [repr (C)] # [derive (Copy , Clone)] pub struct _G_fpos64_t { pub __pos : __off64_t , pub __state : __mbstate_t , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of _G_fpos64_t"] [:: std :: mem :: size_of :: < _G_fpos64_t > () - 16usize] ; ["Alignment of _G_fpos64_t"] [:: std :: mem :: align_of :: < _G_fpos64_t > () - 8usize] ; ["Offset of field: _G_fpos64_t::__pos"] [:: std :: mem :: offset_of ! (_G_fpos64_t , __pos) - 0usize] ; ["Offset of field: _G_fpos64_t::__state"] [:: std :: mem :: offset_of ! (_G_fpos64_t , __state) - 8usize] ; } ; pub type __fpos64_t = _G_fpos64_t ; pub type __FILE = _IO_FILE ; pub type FILE = _IO_FILE ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct _IO_marker { _unused : [u8 ; 0] , } # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct _IO_codecvt { _unused : [u8 ; 0] , } # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct _IO_wide_data { _unused : [u8 ; 0] , } pub type _IO_lock_t = :: std :: os :: raw :: c_void ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct _IO_FILE { pub _flags : :: std :: os :: raw :: c_int , pub _IO_read_ptr : * mut :: std :: os :: raw :: c_char , pub _IO_read_end : * mut :: std :: os :: raw :: c_char , pub _IO_read_base : * mut :: std :: os :: raw :: c_char , pub _IO_write_base : * mut :: std :: os :: raw :: c_char , pub _IO_write_ptr : * mut :: std :: os :: raw :: c_char , pub _IO_write_end : * mut :: std :: os :: raw :: c_char , pub _IO_buf_base : * mut :: std :: os :: raw :: c_char , pub _IO_buf_end : * mut :: std :: os :: raw :: c_char , pub _IO_save_base : * mut :: std :: os :: raw :: c_char , pub _IO_backup_base : * mut :: std :: os :: raw :: c_char , pub _IO_save_end : * mut :: std :: os :: raw :: c_char , pub _markers : * mut _IO_marker , pub _chain : * mut _IO_FILE , pub _fileno : :: std :: os :: raw :: c_int , pub _bitfield_align_1 : [u32 ; 0] , pub _bitfield_1 : __BindgenBitfieldUnit < [u8 ; 3usize] > , pub _short_backupbuf : [:: std :: os :: raw :: c_char ; 1usize] , pub _old_offset : __off_t , pub _cur_column : :: std :: os :: raw :: c_ushort , pub _vtable_offset : :: std :: os :: raw :: c_schar , pub _shortbuf : [:: std :: os :: raw :: c_char ; 1usize] , pub _lock : * mut _IO_lock_t , pub _offset : __off64_t , pub _codecvt : * mut _IO_codecvt , pub _wide_data : * mut _IO_wide_data , pub _freeres_list : * mut _IO_FILE , pub _freeres_buf : * mut :: std :: os :: raw :: c_void , pub _prevchain : * mut * mut _IO_FILE , pub _mode : :: std :: os :: raw :: c_int , pub _unused3 : :: std :: os :: raw :: c_int , pub _total_written : __uint64_t , pub _unused2 : [:: std :: os :: raw :: c_char ; 8usize] , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of _IO_FILE"] [:: std :: mem :: size_of :: < _IO_FILE > () - 216usize] ; ["Alignment of _IO_FILE"] [:: std :: mem :: align_of :: < _IO_FILE > () - 8usize] ; ["Offset of field: _IO_FILE::_flags"] [:: std :: mem :: offset_of ! (_IO_FILE , _flags) - 0usize] ; ["Offset of field: _IO_FILE::_IO_read_ptr"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_read_ptr) - 8usize] ; ["Offset of field: _IO_FILE::_IO_read_end"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_read_end) - 16usize] ; ["Offset of field: _IO_FILE::_IO_read_base"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_read_base) - 24usize] ; ["Offset of field: _IO_FILE::_IO_write_base"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_write_base) - 32usize] ; ["Offset of field: _IO_FILE::_IO_write_ptr"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_write_ptr) - 40usize] ; ["Offset of field: _IO_FILE::_IO_write_end"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_write_end) - 48usize] ; ["Offset of field: _IO_FILE::_IO_buf_base"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_buf_base) - 56usize] ; ["Offset of field: _IO_FILE::_IO_buf_end"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_buf_end) - 64usize] ; ["Offset of field: _IO_FILE::_IO_save_base"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_save_base) - 72usize] ; ["Offset of field: _IO_FILE::_IO_backup_base"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_backup_base) - 80usize] ; ["Offset of field: _IO_FILE::_IO_save_end"] [:: std :: mem :: offset_of ! (_IO_FILE , _IO_save_end) - 88usize] ; ["Offset of field: _IO_FILE::_markers"] [:: std :: mem :: offset_of ! (_IO_FILE , _markers) - 96usize] ; ["Offset of field: _IO_FILE::_chain"] [:: std :: mem :: offset_of ! (_IO_FILE , _chain) - 104usize] ; ["Offset of field: _IO_FILE::_fileno"] [:: std :: mem :: offset_of ! (_IO_FILE , _fileno) - 112usize] ; ["Offset of field: _IO_FILE::_short_backupbuf"] [:: std :: mem :: offset_of ! (_IO_FILE , _short_backupbuf) - 119usize] ; ["Offset of field: _IO_FILE::_old_offset"] [:: std :: mem :: offset_of ! (_IO_FILE , _old_offset) - 120usize] ; ["Offset of field: _IO_FILE::_cur_column"] [:: std :: mem :: offset_of ! (_IO_FILE , _cur_column) - 128usize] ; ["Offset of field: _IO_FILE::_vtable_offset"] [:: std :: mem :: offset_of ! (_IO_FILE , _vtable_offset) - 130usize] ; ["Offset of field: _IO_FILE::_shortbuf"] [:: std :: mem :: offset_of ! (_IO_FILE , _shortbuf) - 131usize] ; ["Offset of field: _IO_FILE::_lock"] [:: std :: mem :: offset_of ! (_IO_FILE , _lock) - 136usize] ; ["Offset of field: _IO_FILE::_offset"] [:: std :: mem :: offset_of ! (_IO_FILE , _offset) - 144usize] ; ["Offset of field: _IO_FILE::_codecvt"] [:: std :: mem :: offset_of ! (_IO_FILE , _codecvt) - 152usize] ; ["Offset of field: _IO_FILE::_wide_data"] [:: std :: mem :: offset_of ! (_IO_FILE , _wide_data) - 160usize] ; ["Offset of field: _IO_FILE::_freeres_list"] [:: std :: mem :: offset_of ! (_IO_FILE , _freeres_list) - 168usize] ; ["Offset of field: _IO_FILE::_freeres_buf"] [:: std :: mem :: offset_of ! (_IO_FILE , _freeres_buf) - 176usize] ; ["Offset of field: _IO_FILE::_prevchain"] [:: std :: mem :: offset_of ! (_IO_FILE , _prevchain) - 184usize] ; ["Offset of field: _IO_FILE::_mode"] [:: std :: mem :: offset_of ! (_IO_FILE , _mode) - 192usize] ; ["Offset of field: _IO_FILE::_unused3"] [:: std :: mem :: offset_of ! (_IO_FILE , _unused3) - 196usize] ; ["Offset of field: _IO_FILE::_total_written"] [:: std :: mem :: offset_of ! (_IO_FILE , _total_written) - 200usize] ; ["Offset of field: _IO_FILE::_unused2"] [:: std :: mem :: offset_of ! (_IO_FILE , _unused2) - 208usize] ; } ; impl _IO_FILE { # [inline] pub fn _flags2 (& self) -> :: std :: os :: raw :: c_int { unsafe { :: std :: mem :: transmute (self . _bitfield_1 . get (0usize , 24u8) as u32) } } # [inline] pub fn set__flags2 (& mut self , val : :: std :: os :: raw :: c_int) { unsafe { let val : u32 = :: std :: mem :: transmute (val) ; self . _bitfield_1 . set (0usize , 24u8 , val as u64) } } # [inline] pub unsafe fn _flags2_raw (this : * const Self) -> :: std :: os :: raw :: c_int { unsafe { :: std :: mem :: transmute (< __BindgenBitfieldUnit < [u8 ; 3usize] > > :: raw_get (:: std :: ptr :: addr_of ! ((* this) . _bitfield_1) , 0usize , 24u8 ,) as u32) } } # [inline] pub unsafe fn set__flags2_raw (this : * mut Self , val : :: std :: os :: raw :: c_int) { unsafe { let val : u32 = :: std :: mem :: transmute (val) ; < __BindgenBitfieldUnit < [u8 ; 3usize] > > :: raw_set (:: std :: ptr :: addr_of_mut ! ((* this) . _bitfield_1) , 0usize , 24u8 , val as u64 ,) } } # [inline] pub fn new_bitfield_1 (_flags2 : :: std :: os :: raw :: c_int) -> __BindgenBitfieldUnit < [u8 ; 3usize] > { let mut __bindgen_bitfield_unit : __BindgenBitfieldUnit < [u8 ; 3usize] > = Default :: default () ; __bindgen_bitfield_unit . set (0usize , 24u8 , { let _flags2 : u32 = unsafe { :: std :: mem :: transmute (_flags2) } ; _flags2 as u64 }) ; __bindgen_bitfield_unit } } pub type cookie_read_function_t = :: std :: option :: Option < unsafe extern "C" fn (__cookie : * mut :: std :: os :: raw :: c_void , __buf : * mut :: std :: os :: raw :: c_char , __nbytes : usize) -> __ssize_t > ; pub type cookie_write_function_t = :: std :: option :: Option < unsafe extern "C" fn (__cookie : * mut :: std :: os :: raw :: c_void , __buf : * const :: std :: os :: raw :: c_char , __nbytes : usize) -> __ssize_t > ; pub type cookie_seek_function_t = :: std :: option :: Option < unsafe extern "C" fn (__cookie : * mut :: std :: os :: raw :: c_void , __pos : * mut __off64_t , __w : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int > ; pub type cookie_close_function_t = :: std :: option :: Option < unsafe extern "C" fn (__cookie : * mut :: std :: os :: raw :: c_void) -> :: std :: os :: raw :: c_int > ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct _IO_cookie_io_functions_t { pub read : cookie_read_function_t , pub write : cookie_write_function_t , pub seek : cookie_seek_function_t , pub close : cookie_close_function_t , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of _IO_cookie_io_functions_t"] [:: std :: mem :: size_of :: < _IO_cookie_io_functions_t > () - 32usize] ; ["Alignment of _IO_cookie_io_functions_t"] [:: std :: mem :: align_of :: < _IO_cookie_io_functions_t > () - 8usize] ; ["Offset of field: _IO_cookie_io_functions_t::read"] [:: std :: mem :: offset_of ! (_IO_cookie_io_functions_t , read) - 0usize] ; ["Offset of field: _IO_cookie_io_functions_t::write"] [:: std :: mem :: offset_of ! (_IO_cookie_io_functions_t , write) - 8usize] ; ["Offset of field: _IO_cookie_io_functions_t::seek"] [:: std :: mem :: offset_of ! (_IO_cookie_io_functions_t , seek) - 16usize] ; ["Offset of field: _IO_cookie_io_functions_t::close"] [:: std :: mem :: offset_of ! (_IO_cookie_io_functions_t , close) - 24usize] ; } ; pub type cookie_io_functions_t = _IO_cookie_io_functions_t ; pub type va_list = __gnuc_va_list ; pub type off_t = __off_t ; pub type fpos_t = __fpos_t ; unsafe extern "C" { pub static mut stdin : * mut FILE ; } unsafe extern "C" { pub static mut stdout : * mut FILE ; } unsafe extern "C" { pub static mut stderr : * mut FILE ; } unsafe extern "C" { pub fn remove (__filename : * const :: std :: os :: raw :: c_char) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn rename (__old : * const :: std :: os :: raw :: c_char , __new : * const :: std :: os :: raw :: c_char) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn renameat (__oldfd : :: std :: os :: raw :: c_int , __old : * const :: std :: os :: raw :: c_char , __newfd : :: std :: os :: raw :: c_int , __new : * const :: std :: os :: raw :: c_char) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fclose (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn tmpfile () -> * mut FILE ; } unsafe extern "C" { pub fn tmpnam (arg1 : * mut :: std :: os :: raw :: c_char) -> * mut :: std :: os :: raw :: c_char ; } unsafe extern "C" { pub fn tmpnam_r (__s : * mut :: std :: os :: raw :: c_char) -> * mut :: std :: os :: raw :: c_char ; } unsafe extern "C" { pub fn tempnam (__dir : * const :: std :: os :: raw :: c_char , __pfx : * const :: std :: os :: raw :: c_char) -> * mut :: std :: os :: raw :: c_char ; } unsafe extern "C" { pub fn fflush (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fflush_unlocked (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fopen (__filename : * const :: std :: os :: raw :: c_char , __modes : * const :: std :: os :: raw :: c_char) -> * mut FILE ; } unsafe extern "C" { pub fn freopen (__filename : * const :: std :: os :: raw :: c_char , __modes : * const :: std :: os :: raw :: c_char , __stream : * mut FILE) -> * mut FILE ; } unsafe extern "C" { pub fn fdopen (__fd : :: std :: os :: raw :: c_int , __modes : * const :: std :: os :: raw :: c_char) -> * mut FILE ; } unsafe extern "C" { pub fn fopencookie (__magic_cookie : * mut :: std :: os :: raw :: c_void , __modes : * const :: std :: os :: raw :: c_char , __io_funcs : cookie_io_functions_t) -> * mut FILE ; } unsafe extern "C" { pub fn fmemopen (__s : * mut :: std :: os :: raw :: c_void , __len : usize , __modes : * const :: std :: os :: raw :: c_char) -> * mut FILE ; } unsafe extern "C" { pub fn open_memstream (__bufloc : * mut * mut :: std :: os :: raw :: c_char , __sizeloc : * mut usize) -> * mut FILE ; } unsafe extern "C" { pub fn setbuf (__stream : * mut FILE , __buf : * mut :: std :: os :: raw :: c_char) ; } unsafe extern "C" { pub fn setvbuf (__stream : * mut FILE , __buf : * mut :: std :: os :: raw :: c_char , __modes : :: std :: os :: raw :: c_int , __n : usize) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn setbuffer (__stream : * mut FILE , __buf : * mut :: std :: os :: raw :: c_char , __size : usize) ; } unsafe extern "C" { pub fn setlinebuf (__stream : * mut FILE) ; } unsafe extern "C" { pub fn fprintf (__stream : * mut FILE , __format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn printf (__format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn sprintf (__s : * mut :: std :: os :: raw :: c_char , __format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vfprintf (__s : * mut FILE , __format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vprintf (__format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vsprintf (__s : * mut :: std :: os :: raw :: c_char , __format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn snprintf (__s : * mut :: std :: os :: raw :: c_char , __maxlen : :: std :: os :: raw :: c_ulong , __format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vsnprintf (__s : * mut :: std :: os :: raw :: c_char , __maxlen : :: std :: os :: raw :: c_ulong , __format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vasprintf (__ptr : * mut * mut :: std :: os :: raw :: c_char , __f : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __asprintf (__ptr : * mut * mut :: std :: os :: raw :: c_char , __fmt : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn asprintf (__ptr : * mut * mut :: std :: os :: raw :: c_char , __fmt : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vdprintf (__fd : :: std :: os :: raw :: c_int , __fmt : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn dprintf (__fd : :: std :: os :: raw :: c_int , __fmt : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fscanf (__stream : * mut FILE , __format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn scanf (__format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn sscanf (__s : * const :: std :: os :: raw :: c_char , __format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } pub type __cfloat128 = __BindgenComplex < u128 > ; pub type _Float128 = u128 ; pub type _Float32 = f32 ; pub type _Float64 = f64 ; pub type _Float32x = f64 ; pub type _Float64x = u128 ; unsafe extern "C" { # [link_name = "\u{1}__isoc99_fscanf"] pub fn fscanf1 (__stream : * mut FILE , __format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { # [link_name = "\u{1}__isoc99_scanf"] pub fn scanf1 (__format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { # [link_name = "\u{1}__isoc99_sscanf"] pub fn sscanf1 (__s : * const :: std :: os :: raw :: c_char , __format : * const :: std :: os :: raw :: c_char , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vfscanf (__s : * mut FILE , __format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vscanf (__format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn vsscanf (__s : * const :: std :: os :: raw :: c_char , __format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { # [link_name = "\u{1}__isoc99_vfscanf"] pub fn vfscanf1 (__s : * mut FILE , __format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { # [link_name = "\u{1}__isoc99_vscanf"] pub fn vscanf1 (__format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { # [link_name = "\u{1}__isoc99_vsscanf"] pub fn vsscanf1 (__s : * const :: std :: os :: raw :: c_char , __format : * const :: std :: os :: raw :: c_char , __arg : * mut __va_list_tag) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fgetc (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn getc (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn getchar () -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn getc_unlocked (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn getchar_unlocked () -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fgetc_unlocked (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fputc (__c : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn putc (__c : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn putchar (__c : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fputc_unlocked (__c : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn putc_unlocked (__c : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn putchar_unlocked (__c : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn getw (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn putw (__w : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fgets (__s : * mut :: std :: os :: raw :: c_char , __n : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> * mut :: std :: os :: raw :: c_char ; } unsafe extern "C" { pub fn __getdelim (__lineptr : * mut * mut :: std :: os :: raw :: c_char , __n : * mut usize , __delimiter : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> __ssize_t ; } unsafe extern "C" { pub fn getdelim (__lineptr : * mut * mut :: std :: os :: raw :: c_char , __n : * mut usize , __delimiter : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> __ssize_t ; } unsafe extern "C" { pub fn getline (__lineptr : * mut * mut :: std :: os :: raw :: c_char , __n : * mut usize , __stream : * mut FILE) -> __ssize_t ; } unsafe extern "C" { pub fn fputs (__s : * const :: std :: os :: raw :: c_char , __stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn puts (__s : * const :: std :: os :: raw :: c_char) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn ungetc (__c : :: std :: os :: raw :: c_int , __stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fread (__ptr : * mut :: std :: os :: raw :: c_void , __size : :: std :: os :: raw :: c_ulong , __n : :: std :: os :: raw :: c_ulong , __stream : * mut FILE) -> :: std :: os :: raw :: c_ulong ; } unsafe extern "C" { pub fn fwrite (__ptr : * const :: std :: os :: raw :: c_void , __size : :: std :: os :: raw :: c_ulong , __n : :: std :: os :: raw :: c_ulong , __s : * mut FILE) -> :: std :: os :: raw :: c_ulong ; } unsafe extern "C" { pub fn fread_unlocked (__ptr : * mut :: std :: os :: raw :: c_void , __size : usize , __n : usize , __stream : * mut FILE) -> usize ; } unsafe extern "C" { pub fn fwrite_unlocked (__ptr : * const :: std :: os :: raw :: c_void , __size : usize , __n : usize , __stream : * mut FILE) -> usize ; } unsafe extern "C" { pub fn fseek (__stream : * mut FILE , __off : :: std :: os :: raw :: c_long , __whence : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn ftell (__stream : * mut FILE) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn rewind (__stream : * mut FILE) ; } unsafe extern "C" { pub fn fseeko (__stream : * mut FILE , __off : __off_t , __whence : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn ftello (__stream : * mut FILE) -> __off_t ; } unsafe extern "C" { pub fn fgetpos (__stream : * mut FILE , __pos : * mut fpos_t) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fsetpos (__stream : * mut FILE , __pos : * const fpos_t) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn clearerr (__stream : * mut FILE) ; } unsafe extern "C" { pub fn feof (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn ferror (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn clearerr_unlocked (__stream : * mut FILE) ; } unsafe extern "C" { pub fn feof_unlocked (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn ferror_unlocked (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn perror (__s : * const :: std :: os :: raw :: c_char) ; } unsafe extern "C" { pub fn fileno (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fileno_unlocked (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn pclose (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn popen (__command : * const :: std :: os :: raw :: c_char , __modes : * const :: std :: os :: raw :: c_char) -> * mut FILE ; } unsafe extern "C" { pub fn ctermid (__s : * mut :: std :: os :: raw :: c_char) -> * mut :: std :: os :: raw :: c_char ; } unsafe extern "C" { pub fn flockfile (__stream : * mut FILE) ; } unsafe extern "C" { pub fn ftrylockfile (__stream : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn funlockfile (__stream : * mut FILE) ; } unsafe extern "C" { pub fn __uflow (arg1 : * mut FILE) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __overflow (arg1 : * mut FILE , arg2 : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int ; } pub type int_least8_t = __int_least8_t ; pub type int_least16_t = __int_least16_t ; pub type int_least32_t = __int_least32_t ; pub type int_least64_t = __int_least64_t ; pub type uint_least8_t = __uint_least8_t ; pub type uint_least16_t = __uint_least16_t ; pub type uint_least32_t = __uint_least32_t ; pub type uint_least64_t = __uint_least64_t ; pub type int_fast8_t = :: std :: os :: raw :: c_schar ; pub type int_fast16_t = :: std :: os :: raw :: c_long ; pub type int_fast32_t = :: std :: os :: raw :: c_long ; pub type int_fast64_t = :: std :: os :: raw :: c_long ; pub type uint_fast8_t = :: std :: os :: raw :: c_uchar ; pub type uint_fast16_t = :: std :: os :: raw :: c_ulong ; pub type uint_fast32_t = :: std :: os :: raw :: c_ulong ; pub type uint_fast64_t = :: std :: os :: raw :: c_ulong ; pub type intmax_t = __intmax_t ; pub type uintmax_t = __uintmax_t ; pub type float_t = f32 ; pub type double_t = f64 ; unsafe extern "C" { pub fn __fpclassify (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __signbit (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isinf (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __finite (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isnan (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __iseqsig (__x : f64 , __y : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __issignaling (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn acos (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __acos (__x : f64) -> f64 ; } unsafe extern "C" { pub fn asin (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __asin (__x : f64) -> f64 ; } unsafe extern "C" { pub fn atan (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __atan (__x : f64) -> f64 ; } unsafe extern "C" { pub fn atan2 (__y : f64 , __x : f64) -> f64 ; } unsafe extern "C" { pub fn __atan2 (__y : f64 , __x : f64) -> f64 ; } unsafe extern "C" { pub fn cos (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __cos (__x : f64) -> f64 ; } unsafe extern "C" { pub fn sin (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __sin (__x : f64) -> f64 ; } unsafe extern "C" { pub fn tan (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __tan (__x : f64) -> f64 ; } unsafe extern "C" { pub fn cosh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __cosh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn sinh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __sinh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn tanh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __tanh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn acosh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __acosh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn asinh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __asinh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn atanh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __atanh (__x : f64) -> f64 ; } unsafe extern "C" { pub fn exp (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __exp (__x : f64) -> f64 ; } unsafe extern "C" { pub fn frexp (__x : f64 , __exponent : * mut :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn __frexp (__x : f64 , __exponent : * mut :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn ldexp (__x : f64 , __exponent : :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn __ldexp (__x : f64 , __exponent : :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn log (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __log (__x : f64) -> f64 ; } unsafe extern "C" { pub fn log10 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __log10 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn modf (__x : f64 , __iptr : * mut f64) -> f64 ; } unsafe extern "C" { pub fn __modf (__x : f64 , __iptr : * mut f64) -> f64 ; } unsafe extern "C" { pub fn expm1 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __expm1 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn log1p (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __log1p (__x : f64) -> f64 ; } unsafe extern "C" { pub fn logb (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __logb (__x : f64) -> f64 ; } unsafe extern "C" { pub fn exp2 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __exp2 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn log2 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __log2 (__x : f64) -> f64 ; } unsafe extern "C" { pub fn pow (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn __pow (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn sqrt (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __sqrt (__x : f64) -> f64 ; } unsafe extern "C" { pub fn hypot (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn __hypot (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn cbrt (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __cbrt (__x : f64) -> f64 ; } unsafe extern "C" { pub fn ceil (__x : f64) -> f64 ; } unsafe extern "C" { pub fn fabs (__x : f64) -> f64 ; } unsafe extern "C" { pub fn floor (__x : f64) -> f64 ; } unsafe extern "C" { pub fn fmod (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn __fmod (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn isinf (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn finite (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn drem (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn __drem (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn significand (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __significand (__x : f64) -> f64 ; } unsafe extern "C" { pub fn copysign (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn nan (__tagb : * const :: std :: os :: raw :: c_char) -> f64 ; } unsafe extern "C" { pub fn __nan (__tagb : * const :: std :: os :: raw :: c_char) -> f64 ; } unsafe extern "C" { pub fn isnan (__value : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn j0 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __j0 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn j1 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __j1 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn jn (arg1 : :: std :: os :: raw :: c_int , arg2 : f64) -> f64 ; } unsafe extern "C" { pub fn __jn (arg1 : :: std :: os :: raw :: c_int , arg2 : f64) -> f64 ; } unsafe extern "C" { pub fn y0 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __y0 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn y1 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __y1 (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn yn (arg1 : :: std :: os :: raw :: c_int , arg2 : f64) -> f64 ; } unsafe extern "C" { pub fn __yn (arg1 : :: std :: os :: raw :: c_int , arg2 : f64) -> f64 ; } unsafe extern "C" { pub fn erf (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __erf (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn erfc (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __erfc (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn lgamma (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __lgamma (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn tgamma (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __tgamma (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn gamma (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn __gamma (arg1 : f64) -> f64 ; } unsafe extern "C" { pub fn lgamma_r (arg1 : f64 , __signgamp : * mut :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn __lgamma_r (arg1 : f64 , __signgamp : * mut :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn rint (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __rint (__x : f64) -> f64 ; } unsafe extern "C" { pub fn nextafter (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn __nextafter (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn nexttoward (__x : f64 , __y : u128) -> f64 ; } unsafe extern "C" { pub fn __nexttoward (__x : f64 , __y : u128) -> f64 ; } unsafe extern "C" { pub fn remainder (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn __remainder (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn scalbn (__x : f64 , __n : :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn __scalbn (__x : f64 , __n : :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn ilogb (__x : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __ilogb (__x : f64) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn scalbln (__x : f64 , __n : :: std :: os :: raw :: c_long) -> f64 ; } unsafe extern "C" { pub fn __scalbln (__x : f64 , __n : :: std :: os :: raw :: c_long) -> f64 ; } unsafe extern "C" { pub fn nearbyint (__x : f64) -> f64 ; } unsafe extern "C" { pub fn __nearbyint (__x : f64) -> f64 ; } unsafe extern "C" { pub fn round (__x : f64) -> f64 ; } unsafe extern "C" { pub fn trunc (__x : f64) -> f64 ; } unsafe extern "C" { pub fn remquo (__x : f64 , __y : f64 , __quo : * mut :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn __remquo (__x : f64 , __y : f64 , __quo : * mut :: std :: os :: raw :: c_int) -> f64 ; } unsafe extern "C" { pub fn lrint (__x : f64) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn __lrint (__x : f64) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn llrint (__x : f64) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn __llrint (__x : f64) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn lround (__x : f64) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn __lround (__x : f64) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn llround (__x : f64) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn __llround (__x : f64) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn fdim (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn __fdim (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn fmax (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn fmin (__x : f64 , __y : f64) -> f64 ; } unsafe extern "C" { pub fn fma (__x : f64 , __y : f64 , __z : f64) -> f64 ; } unsafe extern "C" { pub fn __fma (__x : f64 , __y : f64 , __z : f64) -> f64 ; } unsafe extern "C" { pub fn scalb (__x : f64 , __n : f64) -> f64 ; } unsafe extern "C" { pub fn __scalb (__x : f64 , __n : f64) -> f64 ; } unsafe extern "C" { pub fn __fpclassifyf (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __signbitf (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isinff (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __finitef (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isnanf (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __iseqsigf (__x : f32 , __y : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __issignalingf (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn acosf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __acosf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn asinf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __asinf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn atanf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __atanf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn atan2f (__y : f32 , __x : f32) -> f32 ; } unsafe extern "C" { pub fn __atan2f (__y : f32 , __x : f32) -> f32 ; } unsafe extern "C" { pub fn cosf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __cosf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn sinf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __sinf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn tanf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __tanf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn coshf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __coshf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn sinhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __sinhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn tanhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __tanhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn acoshf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __acoshf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn asinhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __asinhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn atanhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __atanhf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn expf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __expf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn frexpf (__x : f32 , __exponent : * mut :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn __frexpf (__x : f32 , __exponent : * mut :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn ldexpf (__x : f32 , __exponent : :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn __ldexpf (__x : f32 , __exponent : :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn logf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __logf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn log10f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __log10f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn modff (__x : f32 , __iptr : * mut f32) -> f32 ; } unsafe extern "C" { pub fn __modff (__x : f32 , __iptr : * mut f32) -> f32 ; } unsafe extern "C" { pub fn expm1f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __expm1f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn log1pf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __log1pf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn logbf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __logbf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn exp2f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __exp2f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn log2f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __log2f (__x : f32) -> f32 ; } unsafe extern "C" { pub fn powf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn __powf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn sqrtf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __sqrtf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn hypotf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn __hypotf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn cbrtf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __cbrtf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn ceilf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn fabsf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn floorf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn fmodf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn __fmodf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn isinff (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn finitef (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn dremf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn __dremf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn significandf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __significandf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn copysignf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn nanf (__tagb : * const :: std :: os :: raw :: c_char) -> f32 ; } unsafe extern "C" { pub fn __nanf (__tagb : * const :: std :: os :: raw :: c_char) -> f32 ; } unsafe extern "C" { pub fn isnanf (__value : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn j0f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __j0f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn j1f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __j1f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn jnf (arg1 : :: std :: os :: raw :: c_int , arg2 : f32) -> f32 ; } unsafe extern "C" { pub fn __jnf (arg1 : :: std :: os :: raw :: c_int , arg2 : f32) -> f32 ; } unsafe extern "C" { pub fn y0f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __y0f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn y1f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __y1f (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn ynf (arg1 : :: std :: os :: raw :: c_int , arg2 : f32) -> f32 ; } unsafe extern "C" { pub fn __ynf (arg1 : :: std :: os :: raw :: c_int , arg2 : f32) -> f32 ; } unsafe extern "C" { pub fn erff (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __erff (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn erfcf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __erfcf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn lgammaf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __lgammaf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn tgammaf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __tgammaf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn gammaf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn __gammaf (arg1 : f32) -> f32 ; } unsafe extern "C" { pub fn lgammaf_r (arg1 : f32 , __signgamp : * mut :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn __lgammaf_r (arg1 : f32 , __signgamp : * mut :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn rintf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __rintf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn nextafterf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn __nextafterf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn nexttowardf (__x : f32 , __y : u128) -> f32 ; } unsafe extern "C" { pub fn __nexttowardf (__x : f32 , __y : u128) -> f32 ; } unsafe extern "C" { pub fn remainderf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn __remainderf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn scalbnf (__x : f32 , __n : :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn __scalbnf (__x : f32 , __n : :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn ilogbf (__x : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __ilogbf (__x : f32) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn scalblnf (__x : f32 , __n : :: std :: os :: raw :: c_long) -> f32 ; } unsafe extern "C" { pub fn __scalblnf (__x : f32 , __n : :: std :: os :: raw :: c_long) -> f32 ; } unsafe extern "C" { pub fn nearbyintf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn __nearbyintf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn roundf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn truncf (__x : f32) -> f32 ; } unsafe extern "C" { pub fn remquof (__x : f32 , __y : f32 , __quo : * mut :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn __remquof (__x : f32 , __y : f32 , __quo : * mut :: std :: os :: raw :: c_int) -> f32 ; } unsafe extern "C" { pub fn lrintf (__x : f32) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn __lrintf (__x : f32) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn llrintf (__x : f32) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn __llrintf (__x : f32) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn lroundf (__x : f32) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn __lroundf (__x : f32) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn llroundf (__x : f32) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn __llroundf (__x : f32) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn fdimf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn __fdimf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn fmaxf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn fminf (__x : f32 , __y : f32) -> f32 ; } unsafe extern "C" { pub fn fmaf (__x : f32 , __y : f32 , __z : f32) -> f32 ; } unsafe extern "C" { pub fn __fmaf (__x : f32 , __y : f32 , __z : f32) -> f32 ; } unsafe extern "C" { pub fn scalbf (__x : f32 , __n : f32) -> f32 ; } unsafe extern "C" { pub fn __scalbf (__x : f32 , __n : f32) -> f32 ; } unsafe extern "C" { pub fn __fpclassifyl (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __signbitl (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isinfl (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __finitel (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isnanl (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __iseqsigl (__x : u128 , __y : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __issignalingl (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn acosl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __acosl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn asinl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __asinl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn atanl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __atanl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn atan2l (__y : u128 , __x : u128) -> u128 ; } unsafe extern "C" { pub fn __atan2l (__y : u128 , __x : u128) -> u128 ; } unsafe extern "C" { pub fn cosl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __cosl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn sinl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __sinl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn tanl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __tanl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn coshl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __coshl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn sinhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __sinhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn tanhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __tanhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn acoshl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __acoshl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn asinhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __asinhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn atanhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __atanhl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn expl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __expl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn frexpl (__x : u128 , __exponent : * mut :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn __frexpl (__x : u128 , __exponent : * mut :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn ldexpl (__x : u128 , __exponent : :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn __ldexpl (__x : u128 , __exponent : :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn logl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __logl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn log10l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __log10l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn modfl (__x : u128 , __iptr : * mut u128) -> u128 ; } unsafe extern "C" { pub fn __modfl (__x : u128 , __iptr : * mut u128) -> u128 ; } unsafe extern "C" { pub fn expm1l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __expm1l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn log1pl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __log1pl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn logbl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __logbl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn exp2l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __exp2l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn log2l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __log2l (__x : u128) -> u128 ; } unsafe extern "C" { pub fn powl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __powl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn sqrtl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __sqrtl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn hypotl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __hypotl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn cbrtl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __cbrtl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn ceill (__x : u128) -> u128 ; } unsafe extern "C" { pub fn fabsl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn floorl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn fmodl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __fmodl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn isinfl (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn finitel (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn dreml (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __dreml (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn significandl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __significandl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn copysignl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn nanl (__tagb : * const :: std :: os :: raw :: c_char) -> u128 ; } unsafe extern "C" { pub fn __nanl (__tagb : * const :: std :: os :: raw :: c_char) -> u128 ; } unsafe extern "C" { pub fn isnanl (__value : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn j0l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __j0l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn j1l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __j1l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn jnl (arg1 : :: std :: os :: raw :: c_int , arg2 : u128) -> u128 ; } unsafe extern "C" { pub fn __jnl (arg1 : :: std :: os :: raw :: c_int , arg2 : u128) -> u128 ; } unsafe extern "C" { pub fn y0l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __y0l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn y1l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __y1l (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn ynl (arg1 : :: std :: os :: raw :: c_int , arg2 : u128) -> u128 ; } unsafe extern "C" { pub fn __ynl (arg1 : :: std :: os :: raw :: c_int , arg2 : u128) -> u128 ; } unsafe extern "C" { pub fn erfl (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __erfl (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn erfcl (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __erfcl (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn lgammal (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __lgammal (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn tgammal (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __tgammal (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn gammal (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn __gammal (arg1 : u128) -> u128 ; } unsafe extern "C" { pub fn lgammal_r (arg1 : u128 , __signgamp : * mut :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn __lgammal_r (arg1 : u128 , __signgamp : * mut :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn rintl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __rintl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn nextafterl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __nextafterl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn nexttowardl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __nexttowardl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn remainderl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __remainderl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn scalbnl (__x : u128 , __n : :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn __scalbnl (__x : u128 , __n : :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn ilogbl (__x : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __ilogbl (__x : u128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn scalblnl (__x : u128 , __n : :: std :: os :: raw :: c_long) -> u128 ; } unsafe extern "C" { pub fn __scalblnl (__x : u128 , __n : :: std :: os :: raw :: c_long) -> u128 ; } unsafe extern "C" { pub fn nearbyintl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn __nearbyintl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn roundl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn truncl (__x : u128) -> u128 ; } unsafe extern "C" { pub fn remquol (__x : u128 , __y : u128 , __quo : * mut :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn __remquol (__x : u128 , __y : u128 , __quo : * mut :: std :: os :: raw :: c_int) -> u128 ; } unsafe extern "C" { pub fn lrintl (__x : u128) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn __lrintl (__x : u128) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn llrintl (__x : u128) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn __llrintl (__x : u128) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn lroundl (__x : u128) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn __lroundl (__x : u128) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn llroundl (__x : u128) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn __llroundl (__x : u128) -> :: std :: os :: raw :: c_longlong ; } unsafe extern "C" { pub fn fdiml (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn __fdiml (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn fmaxl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn fminl (__x : u128 , __y : u128) -> u128 ; } unsafe extern "C" { pub fn fmal (__x : u128 , __y : u128 , __z : u128) -> u128 ; } unsafe extern "C" { pub fn __fmal (__x : u128 , __y : u128 , __z : u128) -> u128 ; } unsafe extern "C" { pub fn scalbl (__x : u128 , __n : u128) -> u128 ; } unsafe extern "C" { pub fn __scalbl (__x : u128 , __n : u128) -> u128 ; } unsafe extern "C" { pub fn __fpclassifyf128 (__value : _Float128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __signbitf128 (__value : _Float128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isinff128 (__value : _Float128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __finitef128 (__value : _Float128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __isnanf128 (__value : _Float128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __iseqsigf128 (__x : _Float128 , __y : _Float128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn __issignalingf128 (__value : _Float128) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub static mut signgam : :: std :: os :: raw :: c_int ; } pub const FP_NAN : _bindgen_ty_1 = 0 ; pub const FP_INFINITE : _bindgen_ty_1 = 1 ; pub const FP_ZERO : _bindgen_ty_1 = 2 ; pub const FP_SUBNORMAL : _bindgen_ty_1 = 3 ; pub const FP_NORMAL : _bindgen_ty_1 = 4 ; pub type _bindgen_ty_1 = :: std :: os :: raw :: c_uint ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct uv__queue { pub next : * mut uv__queue , pub prev : * mut uv__queue , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of uv__queue"] [:: std :: mem :: size_of :: < uv__queue > () - 16usize] ; ["Alignment of uv__queue"] [:: std :: mem :: align_of :: < uv__queue > () - 8usize] ; ["Offset of field: uv__queue::next"] [:: std :: mem :: offset_of ! (uv__queue , next) - 0usize] ; ["Offset of field: uv__queue::prev"] [:: std :: mem :: offset_of ! (uv__queue , prev) - 8usize] ; } ; pub type u_char = __u_char ; pub type u_short = __u_short ; pub type u_int = __u_int ; pub type u_long = __u_long ; pub type quad_t = __quad_t ; pub type u_quad_t = __u_quad_t ; pub type fsid_t = __fsid_t ; pub type loff_t = __loff_t ; pub type ino_t = __ino_t ; pub type dev_t = __dev_t ; pub type gid_t = __gid_t ; pub type mode_t = __mode_t ; pub type nlink_t = __nlink_t ; pub type uid_t = __uid_t ; pub type pid_t = __pid_t ; pub type id_t = __id_t ; pub type daddr_t = __daddr_t ; pub type caddr_t = __caddr_t ; pub type key_t = __key_t ; pub type clock_t = __clock_t ; pub type clockid_t = __clockid_t ; pub type time_t = __time_t ; pub type timer_t = __timer_t ; pub type ulong = :: std :: os :: raw :: c_ulong ; pub type ushort = :: std :: os :: raw :: c_ushort ; pub type uint = :: std :: os :: raw :: c_uint ; pub type u_int8_t = __uint8_t ; pub type u_int16_t = __uint16_t ; pub type u_int32_t = __uint32_t ; pub type u_int64_t = __uint64_t ; pub type register_t = :: std :: os :: raw :: c_long ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct __sigset_t { pub __val : [:: std :: os :: raw :: c_ulong ; 16usize] , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of __sigset_t"] [:: std :: mem :: size_of :: < __sigset_t > () - 128usize] ; ["Alignment of __sigset_t"] [:: std :: mem :: align_of :: < __sigset_t > () - 8usize] ; ["Offset of field: __sigset_t::__val"] [:: std :: mem :: offset_of ! (__sigset_t , __val) - 0usize] ; } ; pub type sigset_t = __sigset_t ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct timeval { pub tv_sec : __time_t , pub tv_usec : __suseconds_t , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of timeval"] [:: std :: mem :: size_of :: < timeval > () - 16usize] ; ["Alignment of timeval"] [:: std :: mem :: align_of :: < timeval > () - 8usize] ; ["Offset of field: timeval::tv_sec"] [:: std :: mem :: offset_of ! (timeval , tv_sec) - 0usize] ; ["Offset of field: timeval::tv_usec"] [:: std :: mem :: offset_of ! (timeval , tv_usec) - 8usize] ; } ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct timespec { pub tv_sec : __time_t , pub tv_nsec : __syscall_slong_t , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of timespec"] [:: std :: mem :: size_of :: < timespec > () - 16usize] ; ["Alignment of timespec"] [:: std :: mem :: align_of :: < timespec > () - 8usize] ; ["Offset of field: timespec::tv_sec"] [:: std :: mem :: offset_of ! (timespec , tv_sec) - 0usize] ; ["Offset of field: timespec::tv_nsec"] [:: std :: mem :: offset_of ! (timespec , tv_nsec) - 8usize] ; } ; pub type suseconds_t = __suseconds_t ; pub type __fd_mask = :: std :: os :: raw :: c_long ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct fd_set { pub __fds_bits : [__fd_mask ; 16usize] , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of fd_set"] [:: std :: mem :: size_of :: < fd_set > () - 128usize] ; ["Alignment of fd_set"] [:: std :: mem :: align_of :: < fd_set > () - 8usize] ; ["Offset of field: fd_set::__fds_bits"] [:: std :: mem :: offset_of ! (fd_set , __fds_bits) - 0usize] ; } ; pub type fd_mask = __fd_mask ; unsafe extern "C" { pub fn select (__nfds : :: std :: os :: raw :: c_int , __readfds : * mut fd_set , __writefds : * mut fd_set , __exceptfds : * mut fd_set , __timeout : * mut timeval) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn pselect (__nfds : :: std :: os :: raw :: c_int , __readfds : * mut fd_set , __writefds : * mut fd_set , __exceptfds : * mut fd_set , __timeout : * const timespec , __sigmask : * const __sigset_t) -> :: std :: os :: raw :: c_int ; } pub type blksize_t = __blksize_t ; pub type blkcnt_t = __blkcnt_t ; pub type fsblkcnt_t = __fsblkcnt_t ; pub type fsfilcnt_t = __fsfilcnt_t ; # [repr (C)] # [derive (Copy , Clone)] pub union __atomic_wide_counter { pub __value64 : :: std :: os :: raw :: c_ulonglong , pub __value32 : __atomic_wide_counter__bindgen_ty_1 , } # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct __atomic_wide_counter__bindgen_ty_1 { pub __low : :: std :: os :: raw :: c_uint , pub __high : :: std :: os :: raw :: c_uint , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of __atomic_wide_counter__bindgen_ty_1"] [:: std :: mem :: size_of :: < __atomic_wide_counter__bindgen_ty_1 > () - 8usize] ; ["Alignment of __atomic_wide_counter__bindgen_ty_1"] [:: std :: mem :: align_of :: < __atomic_wide_counter__bindgen_ty_1 > () - 4usize] ; ["Offset of field: __atomic_wide_counter__bindgen_ty_1::__low"] [:: std :: mem :: offset_of ! (__atomic_wide_counter__bindgen_ty_1 , __low) - 0usize] ; ["Offset of field: __atomic_wide_counter__bindgen_ty_1::__high"] [:: std :: mem :: offset_of ! (__atomic_wide_counter__bindgen_ty_1 , __high) - 4usize] ; } ; # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of __atomic_wide_counter"] [:: std :: mem :: size_of :: < __atomic_wide_counter > () - 8usize] ; ["Alignment of __atomic_wide_counter"] [:: std :: mem :: align_of :: < __atomic_wide_counter > () - 8usize] ; ["Offset of field: __atomic_wide_counter::__value64"] [:: std :: mem :: offset_of ! (__atomic_wide_counter , __value64) - 0usize] ; ["Offset of field: __atomic_wide_counter::__value32"] [:: std :: mem :: offset_of ! (__atomic_wide_counter , __value32) - 0usize] ; } ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct __pthread_internal_list { pub __prev : * mut __pthread_internal_list , pub __next : * mut __pthread_internal_list , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of __pthread_internal_list"] [:: std :: mem :: size_of :: < __pthread_internal_list > () - 16usize] ; ["Alignment of __pthread_internal_list"] [:: std :: mem :: align_of :: < __pthread_internal_list > () - 8usize] ; ["Offset of field: __pthread_internal_list::__prev"] [:: std :: mem :: offset_of ! (__pthread_internal_list , __prev) - 0usize] ; ["Offset of field: __pthread_internal_list::__next"] [:: std :: mem :: offset_of ! (__pthread_internal_list , __next) - 8usize] ; } ; pub type __pthread_list_t = __pthread_internal_list ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct __pthread_internal_slist { pub __next : * mut __pthread_internal_slist , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of __pthread_internal_slist"] [:: std :: mem :: size_of :: < __pthread_internal_slist > () - 8usize] ; ["Alignment of __pthread_internal_slist"] [:: std :: mem :: align_of :: < __pthread_internal_slist > () - 8usize] ; ["Offset of field: __pthread_internal_slist::__next"] [:: std :: mem :: offset_of ! (__pthread_internal_slist , __next) - 0usize] ; } ; pub type __pthread_slist_t = __pthread_internal_slist ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct __pthread_mutex_s { pub __lock : :: std :: os :: raw :: c_int , pub __count : :: std :: os :: raw :: c_uint , pub __owner : :: std :: os :: raw :: c_int , pub __nusers : :: std :: os :: raw :: c_uint , pub __kind : :: std :: os :: raw :: c_int , pub __spins : :: std :: os :: raw :: c_short , pub __unused : :: std :: os :: raw :: c_short , pub __list : __pthread_list_t , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of __pthread_mutex_s"] [:: std :: mem :: size_of :: < __pthread_mutex_s > () - 40usize] ; ["Alignment of __pthread_mutex_s"] [:: std :: mem :: align_of :: < __pthread_mutex_s > () - 8usize] ; ["Offset of field: __pthread_mutex_s::__lock"] [:: std :: mem :: offset_of ! (__pthread_mutex_s , __lock) - 0usize] ; ["Offset of field: __pthread_mutex_s::__count"] [:: std :: mem :: offset_of ! (__pthread_mutex_s , __count) - 4usize] ; ["Offset of field: __pthread_mutex_s::__owner"] [:: std :: mem :: offset_of ! (__pthread_mutex_s , __owner) - 8usize] ; ["Offset of field: __pthread_mutex_s::__nusers"] [:: std :: mem :: offset_of ! (__pthread_mutex_s , __nusers) - 12usize] ; ["Offset of field: __pthread_mutex_s::__kind"] [:: std :: mem :: offset_of ! (__pthread_mutex_s , __kind) - 16usize] ; ["Offset of field: __pthread_mutex_s::__spins"] [:: std :: mem :: offset_of ! (__pthread_mutex_s , __spins) - 20usize] ; ["Offset of field: __pthread_mutex_s::__unused"] [:: std :: mem :: offset_of ! (__pthread_mutex_s , __unused) - 22usize] ; ["Offset of field: __pthread_mutex_s::__list"] [:: std :: mem :: offset_of ! (__pthread_mutex_s , __list) - 24usize] ; } ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct __pthread_rwlock_arch_t { pub __readers : :: std :: os :: raw :: c_uint , pub __writers : :: std :: os :: raw :: c_uint , pub __wrphase_futex : :: std :: os :: raw :: c_uint , pub __writers_futex : :: std :: os :: raw :: c_uint , pub __pad3 : :: std :: os :: raw :: c_uint , pub __pad4 : :: std :: os :: raw :: c_uint , pub __cur_writer : :: std :: os :: raw :: c_int , pub __shared : :: std :: os :: raw :: c_int , pub __pad1 : :: std :: os :: raw :: c_ulong , pub __pad2 : :: std :: os :: raw :: c_ulong , pub __flags : :: std :: os :: raw :: c_uint , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of __pthread_rwlock_arch_t"] [:: std :: mem :: size_of :: < __pthread_rwlock_arch_t > () - 56usize] ; ["Alignment of __pthread_rwlock_arch_t"] [:: std :: mem :: align_of :: < __pthread_rwlock_arch_t > () - 8usize] ; ["Offset of field: __pthread_rwlock_arch_t::__readers"] [:: std :: mem :: offset_of ! (__pthread_rwlock_arch_t , __readers) - 0usize] ; ["Offset of field: __pthread_rwlock_arch_t::__writers"] [:: std :: mem :: offset_of ! (__pthread_rwlock_arch_t , __writers) - 4usize] ; ["Offset of field: __pthread_rwlock_arch_t::__wrphase_futex"] [:: std :: mem :: offset_of ! (__pthread_rwlock_arch_t , __wrphase_futex) - 8usize] ; ["Offset of field: __pthread_rwlock_arch_t::__writers_futex"] [:: std :: mem :: offset_of ! (__pthread_rwlock_arch_t , __writers_futex) - 12usize] ; ["Offset of field: __pthread_rwlock_arch_t::__pad3"] [:: std :: mem :: offset_of ! (__pthread_rwlock_arch_t , __pad3) - 16usize] ; ["Offset of field: __pthread_rwlock_arch_t::__pad4"] [:: std :: mem :: offset_of ! (__pthread_rwlock_arch_t , __pad4) - 20usize] ; ["Offset of field: __pthread_rwlock_arch_t::__cur_writer"] [:: std :: mem :: offset_of ! (__pthread_rwlock_arch_t , __cur_writer) - 24usize] ; ["Offset of field: __pthread_rwlock_arch_t::__shared"] [:: std :: mem :: offset_of ! (__pthread_rwlock_arch_t , __shared) - 28usize] ; ["Offset of field: __pthread_rwlock_arch_t::__pad1"] [:: std :: mem :: offset_of ! (__pthread_rwlock_arch_t , __pad1) - 32usize] ; ["Offset of field: __pthread_rwlock_arch_t::__pad2"] [:: std :: mem :: offset_of ! (__pthread_rwlock_arch_t , __pad2) - 40usize] ; ["Offset of field: __pthread_rwlock_arch_t::__flags"] [:: std :: mem :: offset_of ! (__pthread_rwlock_arch_t , __flags) - 48usize] ; } ; # [repr (C)] # [derive (Copy , Clone)] pub struct __pthread_cond_s { pub __wseq : __atomic_wide_counter , pub __g1_start : __atomic_wide_counter , pub __g_size : [:: std :: os :: raw :: c_uint ; 2usize] , pub __g1_orig_size : :: std :: os :: raw :: c_uint , pub __wrefs : :: std :: os :: raw :: c_uint , pub __g_signals : [:: std :: os :: raw :: c_uint ; 2usize] , pub __unused_initialized_1 : :: std :: os :: raw :: c_uint , pub __unused_initialized_2 : :: std :: os :: raw :: c_uint , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of __pthread_cond_s"] [:: std :: mem :: size_of :: < __pthread_cond_s > () - 48usize] ; ["Alignment of __pthread_cond_s"] [:: std :: mem :: align_of :: < __pthread_cond_s > () - 8usize] ; ["Offset of field: __pthread_cond_s::__wseq"] [:: std :: mem :: offset_of ! (__pthread_cond_s , __wseq) - 0usize] ; ["Offset of field: __pthread_cond_s::__g1_start"] [:: std :: mem :: offset_of ! (__pthread_cond_s , __g1_start) - 8usize] ; ["Offset of field: __pthread_cond_s::__g_size"] [:: std :: mem :: offset_of ! (__pthread_cond_s , __g_size) - 16usize] ; ["Offset of field: __pthread_cond_s::__g1_orig_size"] [:: std :: mem :: offset_of ! (__pthread_cond_s , __g1_orig_size) - 24usize] ; ["Offset of field: __pthread_cond_s::__wrefs"] [:: std :: mem :: offset_of ! (__pthread_cond_s , __wrefs) - 28usize] ; ["Offset of field: __pthread_cond_s::__g_signals"] [:: std :: mem :: offset_of ! (__pthread_cond_s , __g_signals) - 32usize] ; ["Offset of field: __pthread_cond_s::__unused_initialized_1"] [:: std :: mem :: offset_of ! (__pthread_cond_s , __unused_initialized_1) - 40usize] ; ["Offset of field: __pthread_cond_s::__unused_initialized_2"] [:: std :: mem :: offset_of ! (__pthread_cond_s , __unused_initialized_2) - 44usize] ; } ; pub type __tss_t = :: std :: os :: raw :: c_uint ; pub type __thrd_t = :: std :: os :: raw :: c_ulong ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct __once_flag { pub __data : :: std :: os :: raw :: c_int , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of __once_flag"] [:: std :: mem :: size_of :: < __once_flag > () - 4usize] ; ["Alignment of __once_flag"] [:: std :: mem :: align_of :: < __once_flag > () - 4usize] ; ["Offset of field: __once_flag::__data"] [:: std :: mem :: offset_of ! (__once_flag , __data) - 0usize] ; } ; pub type pthread_t = :: std :: os :: raw :: c_ulong ; # [repr (C)] # [derive (Copy , Clone)] pub union pthread_mutexattr_t { pub __size : [:: std :: os :: raw :: c_char ; 4usize] , pub __align : :: std :: os :: raw :: c_int , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of pthread_mutexattr_t"] [:: std :: mem :: size_of :: < pthread_mutexattr_t > () - 4usize] ; ["Alignment of pthread_mutexattr_t"] [:: std :: mem :: align_of :: < pthread_mutexattr_t > () - 4usize] ; ["Offset of field: pthread_mutexattr_t::__size"] [:: std :: mem :: offset_of ! (pthread_mutexattr_t , __size) - 0usize] ; ["Offset of field: pthread_mutexattr_t::__align"] [:: std :: mem :: offset_of ! (pthread_mutexattr_t , __align) - 0usize] ; } ; # [repr (C)] # [derive (Copy , Clone)] pub union pthread_condattr_t { pub __size : [:: std :: os :: raw :: c_char ; 4usize] , pub __align : :: std :: os :: raw :: c_int , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of pthread_condattr_t"] [:: std :: mem :: size_of :: < pthread_condattr_t > () - 4usize] ; ["Alignment of pthread_condattr_t"] [:: std :: mem :: align_of :: < pthread_condattr_t > () - 4usize] ; ["Offset of field: pthread_condattr_t::__size"] [:: std :: mem :: offset_of ! (pthread_condattr_t , __size) - 0usize] ; ["Offset of field: pthread_condattr_t::__align"] [:: std :: mem :: offset_of ! (pthread_condattr_t , __align) - 0usize] ; } ; pub type pthread_key_t = :: std :: os :: raw :: c_uint ; pub type pthread_once_t = :: std :: os :: raw :: c_int ; # [repr (C)] # [derive (Copy , Clone)] pub union pthread_attr_t { pub __size : [:: std :: os :: raw :: c_char ; 56usize] , pub __align : :: std :: os :: raw :: c_long , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of pthread_attr_t"] [:: std :: mem :: size_of :: < pthread_attr_t > () - 56usize] ; ["Alignment of pthread_attr_t"] [:: std :: mem :: align_of :: < pthread_attr_t > () - 8usize] ; ["Offset of field: pthread_attr_t::__size"] [:: std :: mem :: offset_of ! (pthread_attr_t , __size) - 0usize] ; ["Offset of field: pthread_attr_t::__align"] [:: std :: mem :: offset_of ! (pthread_attr_t , __align) - 0usize] ; } ; # [repr (C)] # [derive (Copy , Clone)] pub union pthread_mutex_t { pub __data : __pthread_mutex_s , pub __size : [:: std :: os :: raw :: c_char ; 40usize] , pub __align : :: std :: os :: raw :: c_long , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of pthread_mutex_t"] [:: std :: mem :: size_of :: < pthread_mutex_t > () - 40usize] ; ["Alignment of pthread_mutex_t"] [:: std :: mem :: align_of :: < pthread_mutex_t > () - 8usize] ; ["Offset of field: pthread_mutex_t::__data"] [:: std :: mem :: offset_of ! (pthread_mutex_t , __data) - 0usize] ; ["Offset of field: pthread_mutex_t::__size"] [:: std :: mem :: offset_of ! (pthread_mutex_t , __size) - 0usize] ; ["Offset of field: pthread_mutex_t::__align"] [:: std :: mem :: offset_of ! (pthread_mutex_t , __align) - 0usize] ; } ; # [repr (C)] # [derive (Copy , Clone)] pub union pthread_cond_t { pub __data : __pthread_cond_s , pub __size : [:: std :: os :: raw :: c_char ; 48usize] , pub __align : :: std :: os :: raw :: c_longlong , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of pthread_cond_t"] [:: std :: mem :: size_of :: < pthread_cond_t > () - 48usize] ; ["Alignment of pthread_cond_t"] [:: std :: mem :: align_of :: < pthread_cond_t > () - 8usize] ; ["Offset of field: pthread_cond_t::__data"] [:: std :: mem :: offset_of ! (pthread_cond_t , __data) - 0usize] ; ["Offset of field: pthread_cond_t::__size"] [:: std :: mem :: offset_of ! (pthread_cond_t , __size) - 0usize] ; ["Offset of field: pthread_cond_t::__align"] [:: std :: mem :: offset_of ! (pthread_cond_t , __align) - 0usize] ; } ; # [repr (C)] # [derive (Copy , Clone)] pub union pthread_rwlock_t { pub __data : __pthread_rwlock_arch_t , pub __size : [:: std :: os :: raw :: c_char ; 56usize] , pub __align : :: std :: os :: raw :: c_long , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of pthread_rwlock_t"] [:: std :: mem :: size_of :: < pthread_rwlock_t > () - 56usize] ; ["Alignment of pthread_rwlock_t"] [:: std :: mem :: align_of :: < pthread_rwlock_t > () - 8usize] ; ["Offset of field: pthread_rwlock_t::__data"] [:: std :: mem :: offset_of ! (pthread_rwlock_t , __data) - 0usize] ; ["Offset of field: pthread_rwlock_t::__size"] [:: std :: mem :: offset_of ! (pthread_rwlock_t , __size) - 0usize] ; ["Offset of field: pthread_rwlock_t::__align"] [:: std :: mem :: offset_of ! (pthread_rwlock_t , __align) - 0usize] ; } ; # [repr (C)] # [derive (Copy , Clone)] pub union pthread_rwlockattr_t { pub __size : [:: std :: os :: raw :: c_char ; 8usize] , pub __align : :: std :: os :: raw :: c_long , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of pthread_rwlockattr_t"] [:: std :: mem :: size_of :: < pthread_rwlockattr_t > () - 8usize] ; ["Alignment of pthread_rwlockattr_t"] [:: std :: mem :: align_of :: < pthread_rwlockattr_t > () - 8usize] ; ["Offset of field: pthread_rwlockattr_t::__size"] [:: std :: mem :: offset_of ! (pthread_rwlockattr_t , __size) - 0usize] ; ["Offset of field: pthread_rwlockattr_t::__align"] [:: std :: mem :: offset_of ! (pthread_rwlockattr_t , __align) - 0usize] ; } ; pub type pthread_spinlock_t = :: std :: os :: raw :: c_int ; # [repr (C)] # [derive (Copy , Clone)] pub union pthread_barrier_t { pub __size : [:: std :: os :: raw :: c_char ; 32usize] , pub __align : :: std :: os :: raw :: c_long , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of pthread_barrier_t"] [:: std :: mem :: size_of :: < pthread_barrier_t > () - 32usize] ; ["Alignment of pthread_barrier_t"] [:: std :: mem :: align_of :: < pthread_barrier_t > () - 8usize] ; ["Offset of field: pthread_barrier_t::__size"] [:: std :: mem :: offset_of ! (pthread_barrier_t , __size) - 0usize] ; ["Offset of field: pthread_barrier_t::__align"] [:: std :: mem :: offset_of ! (pthread_barrier_t , __align) - 0usize] ; } ; # [repr (C)] # [derive (Copy , Clone)] pub union pthread_barrierattr_t { pub __size : [:: std :: os :: raw :: c_char ; 4usize] , pub __align : :: std :: os :: raw :: c_int , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of pthread_barrierattr_t"] [:: std :: mem :: size_of :: < pthread_barrierattr_t > () - 4usize] ; ["Alignment of pthread_barrierattr_t"] [:: std :: mem :: align_of :: < pthread_barrierattr_t > () - 4usize] ; ["Offset of field: pthread_barrierattr_t::__size"] [:: std :: mem :: offset_of ! (pthread_barrierattr_t , __size) - 0usize] ; ["Offset of field: pthread_barrierattr_t::__align"] [:: std :: mem :: offset_of ! (pthread_barrierattr_t , __align) - 0usize] ; } ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct stat { pub st_dev : __dev_t , pub st_ino : __ino_t , pub st_nlink : __nlink_t , pub st_mode : __mode_t , pub st_uid : __uid_t , pub st_gid : __gid_t , pub __pad0 : :: std :: os :: raw :: c_int , pub st_rdev : __dev_t , pub st_size : __off_t , pub st_blksize : __blksize_t , pub st_blocks : __blkcnt_t , pub st_atim : timespec , pub st_mtim : timespec , pub st_ctim : timespec , pub __glibc_reserved : [__syscall_slong_t ; 3usize] , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of stat"] [:: std :: mem :: size_of :: < stat > () - 144usize] ; ["Alignment of stat"] [:: std :: mem :: align_of :: < stat > () - 8usize] ; ["Offset of field: stat::st_dev"] [:: std :: mem :: offset_of ! (stat , st_dev) - 0usize] ; ["Offset of field: stat::st_ino"] [:: std :: mem :: offset_of ! (stat , st_ino) - 8usize] ; ["Offset of field: stat::st_nlink"] [:: std :: mem :: offset_of ! (stat , st_nlink) - 16usize] ; ["Offset of field: stat::st_mode"] [:: std :: mem :: offset_of ! (stat , st_mode) - 24usize] ; ["Offset of field: stat::st_uid"] [:: std :: mem :: offset_of ! (stat , st_uid) - 28usize] ; ["Offset of field: stat::st_gid"] [:: std :: mem :: offset_of ! (stat , st_gid) - 32usize] ; ["Offset of field: stat::__pad0"] [:: std :: mem :: offset_of ! (stat , __pad0) - 36usize] ; ["Offset of field: stat::st_rdev"] [:: std :: mem :: offset_of ! (stat , st_rdev) - 40usize] ; ["Offset of field: stat::st_size"] [:: std :: mem :: offset_of ! (stat , st_size) - 48usize] ; ["Offset of field: stat::st_blksize"] [:: std :: mem :: offset_of ! (stat , st_blksize) - 56usize] ; ["Offset of field: stat::st_blocks"] [:: std :: mem :: offset_of ! (stat , st_blocks) - 64usize] ; ["Offset of field: stat::st_atim"] [:: std :: mem :: offset_of ! (stat , st_atim) - 72usize] ; ["Offset of field: stat::st_mtim"] [:: std :: mem :: offset_of ! (stat , st_mtim) - 88usize] ; ["Offset of field: stat::st_ctim"] [:: std :: mem :: offset_of ! (stat , st_ctim) - 104usize] ; ["Offset of field: stat::__glibc_reserved"] [:: std :: mem :: offset_of ! (stat , __glibc_reserved) - 120usize] ; } ; unsafe extern "C" { pub fn stat (__file : * const :: std :: os :: raw :: c_char , __buf : * mut stat) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fstat (__fd : :: std :: os :: raw :: c_int , __buf : * mut stat) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fstatat (__fd : :: std :: os :: raw :: c_int , __file : * const :: std :: os :: raw :: c_char , __buf : * mut stat , __flag : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn lstat (__file : * const :: std :: os :: raw :: c_char , __buf : * mut stat) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn chmod (__file : * const :: std :: os :: raw :: c_char , __mode : __mode_t) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn lchmod (__file : * const :: std :: os :: raw :: c_char , __mode : __mode_t) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fchmod (__fd : :: std :: os :: raw :: c_int , __mode : __mode_t) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn fchmodat (__fd : :: std :: os :: raw :: c_int , __file : * const :: std :: os :: raw :: c_char , __mode : __mode_t , __flag : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn umask (__mask : __mode_t) -> __mode_t ; } unsafe extern "C" { pub fn mkdir (__path : * const :: std :: os :: raw :: c_char , __mode : __mode_t) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn mkdirat (__fd : :: std :: os :: raw :: c_int , __path : * const :: std :: os :: raw :: c_char , __mode : __mode_t) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn mknod (__path : * const :: std :: os :: raw :: c_char , __mode : __mode_t , __dev : __dev_t) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn mknodat (__fd : :: std :: os :: raw :: c_int , __path : * const :: std :: os :: raw :: c_char , __mode : __mode_t , __dev : __dev_t) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn mkfifo (__path : * const :: std :: os :: raw :: c_char , __mode : __mode_t) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn mkfifoat (__fd : :: std :: os :: raw :: c_int , __path : * const :: std :: os :: raw :: c_char , __mode : __mode_t) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn utimensat (__fd : :: std :: os :: raw :: c_int , __path : * const :: std :: os :: raw :: c_char , __times : * const timespec , __flags : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn futimens (__fd : :: std :: os :: raw :: c_int , __times : * const timespec) -> :: std :: os :: raw :: c_int ; } # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct flock { pub l_type : :: std :: os :: raw :: c_short , pub l_whence : :: std :: os :: raw :: c_short , pub l_start : __off_t , pub l_len : __off_t , pub l_pid : __pid_t , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of flock"] [:: std :: mem :: size_of :: < flock > () - 32usize] ; ["Alignment of flock"] [:: std :: mem :: align_of :: < flock > () - 8usize] ; ["Offset of field: flock::l_type"] [:: std :: mem :: offset_of ! (flock , l_type) - 0usize] ; ["Offset of field: flock::l_whence"] [:: std :: mem :: offset_of ! (flock , l_whence) - 2usize] ; ["Offset of field: flock::l_start"] [:: std :: mem :: offset_of ! (flock , l_start) - 8usize] ; ["Offset of field: flock::l_len"] [:: std :: mem :: offset_of ! (flock , l_len) - 16usize] ; ["Offset of field: flock::l_pid"] [:: std :: mem :: offset_of ! (flock , l_pid) - 24usize] ; } ; unsafe extern "C" { pub fn fcntl (__fd : :: std :: os :: raw :: c_int , __cmd : :: std :: os :: raw :: c_int , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn open (__file : * const :: std :: os :: raw :: c_char , __oflag : :: std :: os :: raw :: c_int , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn openat (__fd : :: std :: os :: raw :: c_int , __file : * const :: std :: os :: raw :: c_char , __oflag : :: std :: os :: raw :: c_int , ...) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn creat (__file : * const :: std :: os :: raw :: c_char , __mode : mode_t) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn lockf (__fd : :: std :: os :: raw :: c_int , __cmd : :: std :: os :: raw :: c_int , __len : off_t) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn posix_fadvise (__fd : :: std :: os :: raw :: c_int , __offset : off_t , __len : off_t , __advise : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn posix_fallocate (__fd : :: std :: os :: raw :: c_int , __offset : off_t , __len : off_t) -> :: std :: os :: raw :: c_int ; } # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct dirent { pub d_ino : __ino_t , pub d_off : __off_t , pub d_reclen : :: std :: os :: raw :: c_ushort , pub d_type : :: std :: os :: raw :: c_uchar , pub d_name : [:: std :: os :: raw :: c_char ; 256usize] , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of dirent"] [:: std :: mem :: size_of :: < dirent > () - 280usize] ; ["Alignment of dirent"] [:: std :: mem :: align_of :: < dirent > () - 8usize] ; ["Offset of field: dirent::d_ino"] [:: std :: mem :: offset_of ! (dirent , d_ino) - 0usize] ; ["Offset of field: dirent::d_off"] [:: std :: mem :: offset_of ! (dirent , d_off) - 8usize] ; ["Offset of field: dirent::d_reclen"] [:: std :: mem :: offset_of ! (dirent , d_reclen) - 16usize] ; ["Offset of field: dirent::d_type"] [:: std :: mem :: offset_of ! (dirent , d_type) - 18usize] ; ["Offset of field: dirent::d_name"] [:: std :: mem :: offset_of ! (dirent , d_name) - 19usize] ; } ; pub const DT_UNKNOWN : _bindgen_ty_2 = 0 ; pub const DT_FIFO : _bindgen_ty_2 = 1 ; pub const DT_CHR : _bindgen_ty_2 = 2 ; pub const DT_DIR : _bindgen_ty_2 = 4 ; pub const DT_BLK : _bindgen_ty_2 = 6 ; pub const DT_REG : _bindgen_ty_2 = 8 ; pub const DT_LNK : _bindgen_ty_2 = 10 ; pub const DT_SOCK : _bindgen_ty_2 = 12 ; pub const DT_WHT : _bindgen_ty_2 = 14 ; pub type _bindgen_ty_2 = :: std :: os :: raw :: c_uint ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct __dirstream { _unused : [u8 ; 0] , } pub type DIR = __dirstream ; unsafe extern "C" { pub fn closedir (__dirp : * mut DIR) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn opendir (__name : * const :: std :: os :: raw :: c_char) -> * mut DIR ; } unsafe extern "C" { pub fn fdopendir (__fd : :: std :: os :: raw :: c_int) -> * mut DIR ; } unsafe extern "C" { pub fn readdir (__dirp : * mut DIR) -> * mut dirent ; } unsafe extern "C" { pub fn readdir_r (__dirp : * mut DIR , __entry : * mut dirent , __result : * mut * mut dirent) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn rewinddir (__dirp : * mut DIR) ; } unsafe extern "C" { pub fn seekdir (__dirp : * mut DIR , __pos : :: std :: os :: raw :: c_long) ; } unsafe extern "C" { pub fn telldir (__dirp : * mut DIR) -> :: std :: os :: raw :: c_long ; } unsafe extern "C" { pub fn dirfd (__dirp : * mut DIR) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn scandir (__dir : * const :: std :: os :: raw :: c_char , __namelist : * mut * mut * mut dirent , __selector : :: std :: option :: Option < unsafe extern "C" fn (arg1 : * const dirent) -> :: std :: os :: raw :: c_int > , __cmp : :: std :: option :: Option < unsafe extern "C" fn (arg1 : * mut * const dirent , arg2 : * mut * const dirent) -> :: std :: os :: raw :: c_int >) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn alphasort (__e1 : * mut * const dirent , __e2 : * mut * const dirent) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn getdirentries (__fd : :: std :: os :: raw :: c_int , __buf : * mut :: std :: os :: raw :: c_char , __nbytes : usize , __basep : * mut __off_t) -> __ssize_t ; } # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct iovec { pub iov_base : * mut :: std :: os :: raw :: c_void , pub iov_len : usize , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of iovec"] [:: std :: mem :: size_of :: < iovec > () - 16usize] ; ["Alignment of iovec"] [:: std :: mem :: align_of :: < iovec > () - 8usize] ; ["Offset of field: iovec::iov_base"] [:: std :: mem :: offset_of ! (iovec , iov_base) - 0usize] ; ["Offset of field: iovec::iov_len"] [:: std :: mem :: offset_of ! (iovec , iov_len) - 8usize] ; } ; pub type socklen_t = __socklen_t ; pub const __socket_type_SOCK_STREAM : __socket_type = 1 ; pub const __socket_type_SOCK_DGRAM : __socket_type = 2 ; pub const __socket_type_SOCK_RAW : __socket_type = 3 ; pub const __socket_type_SOCK_RDM : __socket_type = 4 ; pub const __socket_type_SOCK_SEQPACKET : __socket_type = 5 ; pub const __socket_type_SOCK_DCCP : __socket_type = 6 ; pub const __socket_type_SOCK_PACKET : __socket_type = 10 ; pub const __socket_type_SOCK_CLOEXEC : __socket_type = 524288 ; pub const __socket_type_SOCK_NONBLOCK : __socket_type = 2048 ; pub type __socket_type = :: std :: os :: raw :: c_uint ; pub type sa_family_t = :: std :: os :: raw :: c_ushort ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct sockaddr { pub sa_family : sa_family_t , pub sa_data : [:: std :: os :: raw :: c_char ; 14usize] , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of sockaddr"] [:: std :: mem :: size_of :: < sockaddr > () - 16usize] ; ["Alignment of sockaddr"] [:: std :: mem :: align_of :: < sockaddr > () - 2usize] ; ["Offset of field: sockaddr::sa_family"] [:: std :: mem :: offset_of ! (sockaddr , sa_family) - 0usize] ; ["Offset of field: sockaddr::sa_data"] [:: std :: mem :: offset_of ! (sockaddr , sa_data) - 2usize] ; } ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct sockaddr_storage { pub ss_family : sa_family_t , pub __ss_padding : [:: std :: os :: raw :: c_char ; 118usize] , pub __ss_align : :: std :: os :: raw :: c_ulong , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of sockaddr_storage"] [:: std :: mem :: size_of :: < sockaddr_storage > () - 128usize] ; ["Alignment of sockaddr_storage"] [:: std :: mem :: align_of :: < sockaddr_storage > () - 8usize] ; ["Offset of field: sockaddr_storage::ss_family"] [:: std :: mem :: offset_of ! (sockaddr_storage , ss_family) - 0usize] ; ["Offset of field: sockaddr_storage::__ss_padding"] [:: std :: mem :: offset_of ! (sockaddr_storage , __ss_padding) - 2usize] ; ["Offset of field: sockaddr_storage::__ss_align"] [:: std :: mem :: offset_of ! (sockaddr_storage , __ss_align) - 120usize] ; } ; pub const MSG_OOB : _bindgen_ty_3 = 1 ; pub const MSG_PEEK : _bindgen_ty_3 = 2 ; pub const MSG_DONTROUTE : _bindgen_ty_3 = 4 ; pub const MSG_CTRUNC : _bindgen_ty_3 = 8 ; pub const MSG_PROXY : _bindgen_ty_3 = 16 ; pub const MSG_TRUNC : _bindgen_ty_3 = 32 ; pub const MSG_DONTWAIT : _bindgen_ty_3 = 64 ; pub const MSG_EOR : _bindgen_ty_3 = 128 ; pub const MSG_WAITALL : _bindgen_ty_3 = 256 ; pub const MSG_FIN : _bindgen_ty_3 = 512 ; pub const MSG_SYN : _bindgen_ty_3 = 1024 ; pub const MSG_CONFIRM : _bindgen_ty_3 = 2048 ; pub const MSG_RST : _bindgen_ty_3 = 4096 ; pub const MSG_ERRQUEUE : _bindgen_ty_3 = 8192 ; pub const MSG_NOSIGNAL : _bindgen_ty_3 = 16384 ; pub const MSG_MORE : _bindgen_ty_3 = 32768 ; pub const MSG_WAITFORONE : _bindgen_ty_3 = 65536 ; pub const MSG_BATCH : _bindgen_ty_3 = 262144 ; pub const MSG_SOCK_DEVMEM : _bindgen_ty_3 = 33554432 ; pub const MSG_ZEROCOPY : _bindgen_ty_3 = 67108864 ; pub const MSG_FASTOPEN : _bindgen_ty_3 = 536870912 ; pub const MSG_CMSG_CLOEXEC : _bindgen_ty_3 = 1073741824 ; pub type _bindgen_ty_3 = :: std :: os :: raw :: c_uint ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct msghdr { pub msg_name : * mut :: std :: os :: raw :: c_void , pub msg_namelen : socklen_t , pub msg_iov : * mut iovec , pub msg_iovlen : usize , pub msg_control : * mut :: std :: os :: raw :: c_void , pub msg_controllen : usize , pub msg_flags : :: std :: os :: raw :: c_int , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of msghdr"] [:: std :: mem :: size_of :: < msghdr > () - 56usize] ; ["Alignment of msghdr"] [:: std :: mem :: align_of :: < msghdr > () - 8usize] ; ["Offset of field: msghdr::msg_name"] [:: std :: mem :: offset_of ! (msghdr , msg_name) - 0usize] ; ["Offset of field: msghdr::msg_namelen"] [:: std :: mem :: offset_of ! (msghdr , msg_namelen) - 8usize] ; ["Offset of field: msghdr::msg_iov"] [:: std :: mem :: offset_of ! (msghdr , msg_iov) - 16usize] ; ["Offset of field: msghdr::msg_iovlen"] [:: std :: mem :: offset_of ! (msghdr , msg_iovlen) - 24usize] ; ["Offset of field: msghdr::msg_control"] [:: std :: mem :: offset_of ! (msghdr , msg_control) - 32usize] ; ["Offset of field: msghdr::msg_controllen"] [:: std :: mem :: offset_of ! (msghdr , msg_controllen) - 40usize] ; ["Offset of field: msghdr::msg_flags"] [:: std :: mem :: offset_of ! (msghdr , msg_flags) - 48usize] ; } ; # [repr (C)] # [derive (Debug)] pub struct cmsghdr { pub cmsg_len : usize , pub cmsg_level : :: std :: os :: raw :: c_int , pub cmsg_type : :: std :: os :: raw :: c_int , pub __cmsg_data : __IncompleteArrayField < :: std :: os :: raw :: c_uchar > , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of cmsghdr"] [:: std :: mem :: size_of :: < cmsghdr > () - 16usize] ; ["Alignment of cmsghdr"] [:: std :: mem :: align_of :: < cmsghdr > () - 8usize] ; ["Offset of field: cmsghdr::cmsg_len"] [:: std :: mem :: offset_of ! (cmsghdr , cmsg_len) - 0usize] ; ["Offset of field: cmsghdr::cmsg_level"] [:: std :: mem :: offset_of ! (cmsghdr , cmsg_level) - 8usize] ; ["Offset of field: cmsghdr::cmsg_type"] [:: std :: mem :: offset_of ! (cmsghdr , cmsg_type) - 12usize] ; ["Offset of field: cmsghdr::__cmsg_data"] [:: std :: mem :: offset_of ! (cmsghdr , __cmsg_data) - 16usize] ; } ; unsafe extern "C" { pub fn __cmsg_nxthdr (__mhdr : * mut msghdr , __cmsg : * mut cmsghdr) -> * mut cmsghdr ; } pub const SCM_RIGHTS : _bindgen_ty_4 = 1 ; pub type _bindgen_ty_4 = :: std :: os :: raw :: c_uint ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct __kernel_fd_set { pub fds_bits : [:: std :: os :: raw :: c_ulong ; 16usize] , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of __kernel_fd_set"] [:: std :: mem :: size_of :: < __kernel_fd_set > () - 128usize] ; ["Alignment of __kernel_fd_set"] [:: std :: mem :: align_of :: < __kernel_fd_set > () - 8usize] ; ["Offset of field: __kernel_fd_set::fds_bits"] [:: std :: mem :: offset_of ! (__kernel_fd_set , fds_bits) - 0usize] ; } ; pub type __kernel_sighandler_t = :: std :: option :: Option < unsafe extern "C" fn (arg1 : :: std :: os :: raw :: c_int) > ; pub type __kernel_key_t = :: std :: os :: raw :: c_int ; pub type __kernel_mqd_t = :: std :: os :: raw :: c_int ; pub type __kernel_old_uid_t = :: std :: os :: raw :: c_ushort ; pub type __kernel_old_gid_t = :: std :: os :: raw :: c_ushort ; pub type __kernel_old_dev_t = :: std :: os :: raw :: c_ulong ; pub type __kernel_long_t = :: std :: os :: raw :: c_long ; pub type __kernel_ulong_t = :: std :: os :: raw :: c_ulong ; pub type __kernel_ino_t = __kernel_ulong_t ; pub type __kernel_mode_t = :: std :: os :: raw :: c_uint ; pub type __kernel_pid_t = :: std :: os :: raw :: c_int ; pub type __kernel_ipc_pid_t = :: std :: os :: raw :: c_int ; pub type __kernel_uid_t = :: std :: os :: raw :: c_uint ; pub type __kernel_gid_t = :: std :: os :: raw :: c_uint ; pub type __kernel_suseconds_t = __kernel_long_t ; pub type __kernel_daddr_t = :: std :: os :: raw :: c_int ; pub type __kernel_uid32_t = :: std :: os :: raw :: c_uint ; pub type __kernel_gid32_t = :: std :: os :: raw :: c_uint ; pub type __kernel_size_t = __kernel_ulong_t ; pub type __kernel_ssize_t = __kernel_long_t ; pub type __kernel_ptrdiff_t = __kernel_long_t ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct __kernel_fsid_t { pub val : [:: std :: os :: raw :: c_int ; 2usize] , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of __kernel_fsid_t"] [:: std :: mem :: size_of :: < __kernel_fsid_t > () - 8usize] ; ["Alignment of __kernel_fsid_t"] [:: std :: mem :: align_of :: < __kernel_fsid_t > () - 4usize] ; ["Offset of field: __kernel_fsid_t::val"] [:: std :: mem :: offset_of ! (__kernel_fsid_t , val) - 0usize] ; } ; pub type __kernel_off_t = __kernel_long_t ; pub type __kernel_loff_t = :: std :: os :: raw :: c_longlong ; pub type __kernel_uoff_t = :: std :: os :: raw :: c_ulonglong ; pub type __kernel_old_time_t = __kernel_long_t ; pub type __kernel_time_t = __kernel_long_t ; pub type __kernel_time64_t = :: std :: os :: raw :: c_longlong ; pub type __kernel_clock_t = __kernel_long_t ; pub type __kernel_timer_t = :: std :: os :: raw :: c_int ; pub type __kernel_clockid_t = :: std :: os :: raw :: c_int ; pub type __kernel_caddr_t = * mut :: std :: os :: raw :: c_char ; pub type __kernel_uid16_t = :: std :: os :: raw :: c_ushort ; pub type __kernel_gid16_t = :: std :: os :: raw :: c_ushort ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct linger { pub l_onoff : :: std :: os :: raw :: c_int , pub l_linger : :: std :: os :: raw :: c_int , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of linger"] [:: std :: mem :: size_of :: < linger > () - 8usize] ; ["Alignment of linger"] [:: std :: mem :: align_of :: < linger > () - 4usize] ; ["Offset of field: linger::l_onoff"] [:: std :: mem :: offset_of ! (linger , l_onoff) - 0usize] ; ["Offset of field: linger::l_linger"] [:: std :: mem :: offset_of ! (linger , l_linger) - 4usize] ; } ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct osockaddr { pub sa_family : :: std :: os :: raw :: c_ushort , pub sa_data : [:: std :: os :: raw :: c_uchar ; 14usize] , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of osockaddr"] [:: std :: mem :: size_of :: < osockaddr > () - 16usize] ; ["Alignment of osockaddr"] [:: std :: mem :: align_of :: < osockaddr > () - 2usize] ; ["Offset of field: osockaddr::sa_family"] [:: std :: mem :: offset_of ! (osockaddr , sa_family) - 0usize] ; ["Offset of field: osockaddr::sa_data"] [:: std :: mem :: offset_of ! (osockaddr , sa_data) - 2usize] ; } ; pub const SHUT_RD : _bindgen_ty_5 = 0 ; pub const SHUT_WR : _bindgen_ty_5 = 1 ; pub const SHUT_RDWR : _bindgen_ty_5 = 2 ; pub type _bindgen_ty_5 = :: std :: os :: raw :: c_uint ; unsafe extern "C" { pub fn socket (__domain : :: std :: os :: raw :: c_int , __type : :: std :: os :: raw :: c_int , __protocol : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn socketpair (__domain : :: std :: os :: raw :: c_int , __type : :: std :: os :: raw :: c_int , __protocol : :: std :: os :: raw :: c_int , __fds : * mut :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn bind (__fd : :: std :: os :: raw :: c_int , __addr : * const sockaddr , __len : socklen_t) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn getsockname (__fd : :: std :: os :: raw :: c_int , __addr : * mut sockaddr , __len : * mut socklen_t) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn connect (__fd : :: std :: os :: raw :: c_int , __addr : * const sockaddr , __len : socklen_t) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn getpeername (__fd : :: std :: os :: raw :: c_int , __addr : * mut sockaddr , __len : * mut socklen_t) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn send (__fd : :: std :: os :: raw :: c_int , __buf : * const :: std :: os :: raw :: c_void , __n : usize , __flags : :: std :: os :: raw :: c_int) -> isize ; } unsafe extern "C" { pub fn recv (__fd : :: std :: os :: raw :: c_int , __buf : * mut :: std :: os :: raw :: c_void , __n : usize , __flags : :: std :: os :: raw :: c_int) -> isize ; } unsafe extern "C" { pub fn sendto (__fd : :: std :: os :: raw :: c_int , __buf : * const :: std :: os :: raw :: c_void , __n : usize , __flags : :: std :: os :: raw :: c_int , __addr : * const sockaddr , __addr_len : socklen_t) -> isize ; } unsafe extern "C" { pub fn recvfrom (__fd : :: std :: os :: raw :: c_int , __buf : * mut :: std :: os :: raw :: c_void , __n : usize , __flags : :: std :: os :: raw :: c_int , __addr : * mut sockaddr , __addr_len : * mut socklen_t) -> isize ; } unsafe extern "C" { pub fn sendmsg (__fd : :: std :: os :: raw :: c_int , __message : * const msghdr , __flags : :: std :: os :: raw :: c_int) -> isize ; } unsafe extern "C" { pub fn recvmsg (__fd : :: std :: os :: raw :: c_int , __message : * mut msghdr , __flags : :: std :: os :: raw :: c_int) -> isize ; } unsafe extern "C" { pub fn getsockopt (__fd : :: std :: os :: raw :: c_int , __level : :: std :: os :: raw :: c_int , __optname : :: std :: os :: raw :: c_int , __optval : * mut :: std :: os :: raw :: c_void , __optlen : * mut socklen_t) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn setsockopt (__fd : :: std :: os :: raw :: c_int , __level : :: std :: os :: raw :: c_int , __optname : :: std :: os :: raw :: c_int , __optval : * const :: std :: os :: raw :: c_void , __optlen : socklen_t) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn listen (__fd : :: std :: os :: raw :: c_int , __n : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn accept (__fd : :: std :: os :: raw :: c_int , __addr : * mut sockaddr , __addr_len : * mut socklen_t) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn shutdown (__fd : :: std :: os :: raw :: c_int , __how : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn sockatmark (__fd : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int ; } unsafe extern "C" { pub fn isfdtype (__fd : :: std :: os :: raw :: c_int , __fdtype : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c_int ; } pub type in_addr_t = u32 ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct in_addr { pub s_addr : in_addr_t , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of in_addr"] [:: std :: mem :: size_of :: < in_addr > () - 4usize] ; ["Alignment of in_addr"] [:: std :: mem :: align_of :: < in_addr > () - 4usize] ; ["Offset of field: in_addr::s_addr"] [:: std :: mem :: offset_of ! (in_addr , s_addr) - 0usize] ; } ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct ip_opts { pub ip_dst : in_addr , pub ip_opts : [:: std :: os :: raw :: c_char ; 40usize] , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of ip_opts"] [:: std :: mem :: size_of :: < ip_opts > () - 44usize] ; ["Alignment of ip_opts"] [:: std :: mem :: align_of :: < ip_opts > () - 4usize] ; ["Offset of field: ip_opts::ip_dst"] [:: std :: mem :: offset_of ! (ip_opts , ip_dst) - 0usize] ; ["Offset of field: ip_opts::ip_opts"] [:: std :: mem :: offset_of ! (ip_opts , ip_opts) - 4usize] ; } ; # [repr (C)] # [derive (Debug , Copy , Clone)] pub struct in_pktinfo { pub ipi_ifindex : :: std :: os :: raw :: c_int , pub ipi_spec_dst : in_addr , pub ipi_addr : in_addr , } # [allow (clippy :: unnecessary_operation , clippy :: identity_op)] const _ : () = { ["Size of in_pktinfo"] [:: std :: mem :: size_of :: < in_pktinfo > () - 12usize] ; ["Alignment of in_pktinfo"] [:: std :: mem :: align_of :: < in_pktinfo > () - 4usize] ; ["Offset of field: in_pktinfo::ipi_ifindex"] [:: std :: mem :: offset_of ! (in_pktinfo , ipi_ifindex) - 0usize] ; ["Offset of field: in_pktinfo::ipi_spec_dst"] [:: std :: mem :: offset_of ! (in_pktinfo , ipi_spec_dst) - 4usize] ; ["Offset of field: in_pktinfo::ipi_addr"] [:: std :: mem :: offset_of ! (in_pktinfo , ipi_addr) - 8usize] ; } ; pub const IPPROTO_IP : _bindgen_ty_6 = 0 ; pub const IPPROTO_ICMP : _bindgen_ty_6 = 1 ; pub const IPPROTO_IGMP : _bindgen_ty_6 = 2 ; pub const IPPROTO_IPIP : _bindgen_ty_6 = 4 ; pub const IPPROTO_TCP : _bindgen_ty_6 = 6 ; pub const IPPROTO_EGP : _bindgen_ty_6 = 8 ; pub const IPPROTO_PUP : _bindgen_ty_6 = 12 ; pub const IPPROTO_UDP : _bindgen_ty_6 = 17 ; pub const IPPROTO_IDP : _bindgen_ty_6 = 22 ; pub const IPPROTO_TP : _bindgen_ty_6 = 29 ; pub const IPPROTO_DCCP : _bindgen_ty_6 = 33 ; pub const IPPROTO_IPV6 : _bindgen_ty_6 = 41 ; pub const IPPROTO_RSVP : _bindgen_ty_6 = 46 ; pub const IPPROTO_GRE : _bindgen_ty_6 = 47 ; pub const IPPROTO_ESP : _bindgen_ty_6 = 50 ; pub const IPPROTO_AH : _bindgen_ty_6 = 51 ; pub const IPPROTO_MTP : _bindgen_ty_6 = 92 ; pub const IPPROTO_BEETPH : _bindgen_ty_6 = 94 ; pub const IPPROTO_ENCAP : _bindgen_ty_6 = 98 ; pub const IPPROTO_PIM : _bindgen_ty_6 = 103 ; pub const IPPROTO_COMP : _bindgen_ty_6 = 108 ; pub const IPPROTO_L2TP : _bindgen_ty_6 = 115 ; pub const IPPROTO_SCTP : _bindgen_ty_6 = 132 ; pub const IPPROTO_UDPLITE : _bindgen_ty_6 = 136 ; pub const IPPROTO_MPLS : _bindgen_ty_6 = 137 ; pub const IPPROTO_ETHERNET : _bindgen_ty_6 = 143 ; pub const IPPROTO_RAW : _bindgen_ty_6 = 255 ; pub const IPPROTO_SMC : _bindgen_ty_6 = 256 ; pub const IPPROTO_MPTCP : _bindgen_ty_6 = 262 ; pub const IPPROTO_MAX : _bindgen_ty_6 = 263 ; pub type _bindgen_ty_6 = :: std :: os :: raw :: c_uint ; pub const IPPROTO_HOPOPTS : _bindgen_ty_7 = 0 ; pub const IPPROTO_ROUTING : _bindgen_ty_7 = 43 ; pub const IPPROTO_FRAGMENT : _bindgen_ty_7 = 44 ; pub const IPPROTO_ICMPV6 : _bindgen_ty_7 = 58 ; pub const IPPROTO_NONE : _bindgen_ty_7 = 59 ; pub const IPPROTO_DSTOPTS : _bindgen_ty_7 = 60 ; pub const IPPROTO_MH : _bindgen_ty_7 = 135 ; pub type _bindgen_ty_7 = :: std :: os :: raw :: c_uint ; pub type in_port_t = u16 ; pub const IPPORT_ECHO : _bindgen_ty_8 = 7 ; pub const IPPORT_DISCARD : _bindgen_ty_8 = 9 ; pub const IPPORT_SYSTAT : _bindgen_ty_8 = 11 ; pub const IPPORT_DAYTIME : _bindgen_ty_8 = 13 ; pub const IPPORT_NETSTAT : _bindgen_ty_8 = 15 ; pub const IPPORT_FTP : _bindgen_ty_8 = 21 ; pub const IPPORT_TELNET : _bindgen_ty_8 = 23 ; pub const IPPORT_SMTP : _bindgen_ty_8 = 25 ; pub const IPPORT_TIMESERVER : _bindgen_ty_8 = 37 ; pub const IPPORT_NAMESERVER : _bindgen_ty_8 = 42 ; pub const IPPORT_WHOIS : _bindgen_ty_8 = 43 ; pub const IPPORT_MTP : _bindgen_ty_8 = 57 ; pub const IPPORT_TFTP : _bindgen_ty_8 = 69 ; pub const IPPORT_RJE : _bindgen_ty_8 = 77 ; pub const IPPORT_FINGER : _bindgen_ty_8 = 79 ; pub const IPPORT_TTYLINK : _bindgen_ty_8 = 87 ; pub const IPPORT_SUPDUP : _bindgen_ty_8 = 95 ; pub const IPPORT_EXECSERVER : _bindgen_ty_8 = 512 ; pub const IPPORT_LOGINSERVER : _bindgen_ty_8 = 513 ; pub const IPPORT_CMDSERVER : _bindgen_ty_8 = 514 ; pub const IPPORT_EFSSERVER : _bindgen_ty_8 = 520 ; pub const IPPORT_BIFFUDP : _bindgen_ty_8 = 512 ; pub const IPPORT_WHOSERVER : _bindgen_ty_8 = 513 ; pub const IPPORT_ROUTESERVER : _bindgen_ty_8 = 520 ; pub const IPPORT_RESERVED : _bindgen_ty_8 = 1024 ; pu...
[INFO] [stdout]   |       ---------------------------------------- previous definition of the value `IPPORT_RESERVED` here                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `IPPORT_RESERVED` redefined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `IPPORT_RESERVED` must be defined only once in the value namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `model` in this scope
[INFO] [stdout]   --> src/rust/tea/program/update.rs:20:46
[INFO] [stdout]    |
[INFO] [stdout] 20 |             if let Some(mut cmd) = handler.0(model, &acquired_context, &msg) {
[INFO] [stdout]    |                                              ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `acquired_context` in this scope
[INFO] [stdout]   --> src/rust/tea/program/update.rs:20:54
[INFO] [stdout]    |
[INFO] [stdout] 20 |             if let Some(mut cmd) = handler.0(model, &acquired_context, &msg) {
[INFO] [stdout]    |                                                      ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `WorkRequest` in this scope
[INFO] [stdout]   --> src/rust/tea/program/update.rs:23:21
[INFO] [stdout]    |
[INFO] [stdout] 23 |                     WorkRequest::<WorkContext>::new(),
[INFO] [stdout]    |                     ^^^^^^^^^^^ use of undeclared type `WorkRequest`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::uv::WorkRequest;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `WorkContext` in this scope
[INFO] [stdout]   --> src/rust/tea/program/update.rs:23:35
[INFO] [stdout]    |
[INFO] [stdout] 23 |                     WorkRequest::<WorkContext>::new(),
[INFO] [stdout]    |                                   ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::uv::WorkContext;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `WorkRequest` in this scope
[INFO] [stdout]   --> src/rust/tea/program/update.rs:24:35
[INFO] [stdout]    |
[INFO] [stdout] 24 |                     move |_: &mut WorkRequest| {
[INFO] [stdout]    |                                   ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::uv::WorkRequest;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `inner` in this scope
[INFO] [stdout]   --> src/rust/tea/program/update.rs:25:57
[INFO] [stdout]    |
[INFO] [stdout] 25 |                         let message = cmd.call(context, inner);
[INFO] [stdout]    |                                                         ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `model` in this scope
[INFO] [stdout]   --> src/rust/tea/program/update.rs:29:39
[INFO] [stdout]    |
[INFO] [stdout] 29 | ...                   handler.0(model, &acquired_context, &message);
[INFO] [stdout]    |                                 ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `acquired_context` in this scope
[INFO] [stdout]   --> src/rust/tea/program/update.rs:29:47
[INFO] [stdout]    |
[INFO] [stdout] 29 | ...                   handler.0(model, &acquired_context, &message);
[INFO] [stdout]    |                                         ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `txmessage` in this scope
[INFO] [stdout]   --> src/rust/tea/program/update.rs:31:29
[INFO] [stdout]    |
[INFO] [stdout] 31 | ...                   txmessage.send(message).unwrap();
[INFO] [stdout]    |                       ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 31 -                             txmessage.send(message).unwrap();
[INFO] [stdout] 31 +                             message.send(message).unwrap();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> src/rust/main.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(try_blocks)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: glob import doesn't reexport anything with visibility `pub` because no imported item is public enough
[INFO] [stdout]  --> src/rust/tea/program/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use update::*;
[INFO] [stdout]   |         ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: the most public imported item is `pub(crate)`
[INFO] [stdout]  --> src/rust/tea/program/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use update::*;
[INFO] [stdout]   |         ^^^^^^^^^
[INFO] [stdout]   = help: reduce the glob import's visibility or increase visibility of imported items
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Arc`, `Cell`, `Mutex`, `Sender`, `collections::HashMap`, `error::Error`, and `fmt::Display`
[INFO] [stdout]   --> src/rust/tea/program/mod.rs:8:12
[INFO] [stdout]    |
[INFO] [stdout]  8 |     cell::{Cell, RefCell},
[INFO] [stdout]    |            ^^^^
[INFO] [stdout]  9 |     collections::HashMap,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 10 |     error::Error,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 11 |     fmt::Display,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 17 |         Arc, Mutex,
[INFO] [stdout]    |         ^^^  ^^^^^
[INFO] [stdout] 18 |         mpsc::{Sender, channel},
[INFO] [stdout]    |                ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AsHandleContext`, `Loop`, and `WorkRequest`
[INFO] [stdout]   --> src/rust/tea/program/mod.rs:25:25
[INFO] [stdout]    |
[INFO] [stdout] 25 |         AsCheckContext, AsHandleContext, AsStreamContext, AsWorkContext, Buf, CheckContext,
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^
[INFO] [stdout] 26 |         CheckHandle, ConvertBuf, DefaultLoop, Handle, HandleType, Loop, Mode, RunMode,
[INFO] [stdout]    |                                                                   ^^^^
[INFO] [stdout] 27 |         StreamContext, StreamHandle, TTYStream, WorkContext, WorkRequest, WriteContext,
[INFO] [stdout]    |                                                              ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `macros::*`
[INFO] [stdout]   --> src/rust/uv/mod.rs:26:16
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub(crate) use macros::*;
[INFO] [stdout]    |                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `CStr`, `CString`, `Read`, `os::fd::AsRawFd`, `stdin`, `stdout`, `sync::Mutex`, and `thread`
[INFO] [stdout]   --> src/rust/main.rs:9:11
[INFO] [stdout]    |
[INFO] [stdout]  9 |     ffi::{CStr, CString},
[INFO] [stdout]    |           ^^^^  ^^^^^^^
[INFO] [stdout] 10 |     io::{Read, stdin, stdout},
[INFO] [stdout]    |          ^^^^  ^^^^^  ^^^^^^
[INFO] [stdout] 11 |     os::fd::AsRawFd,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 12 |     sync::Mutex,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 13 |     thread,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AsHandleContext`, `AsStreamContext`, `Buf`, `CheckContext`, `CheckHandle`, `ConfigurationOption`, `DefaultLoop`, `Errno`, `Handle`, `KeyName`, `Loop`, `MessageType`, `Message`, `Model`, `ProgramContext`, `Program`, `RunMode`, `StreamContext`, `StreamHandle`, and `command`
[INFO] [stdout]   --> src/rust/main.rs:17:11
[INFO] [stdout]    |
[INFO] [stdout] 17 |     tea::{KeyName, Message, MessageType, Model, Program, ProgramContext, ProgramError, command},
[INFO] [stdout]    |           ^^^^^^^  ^^^^^^^  ^^^^^^^^^^^  ^^^^^  ^^^^^^^  ^^^^^^^^^^^^^^                ^^^^^^^
[INFO] [stdout] 18 |     uv::{
[INFO] [stdout] 19 |         AsHandleContext, AsStreamContext, Buf, CheckContext, CheckHandle, ConfigurationOption,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^  ^^^  ^^^^^^^^^^^^  ^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 20 |         DefaultLoop, Errno, Handle, Loop, RunMode, StreamContext, StreamHandle,
[INFO] [stdout]    |         ^^^^^^^^^^^  ^^^^^  ^^^^^^  ^^^^  ^^^^^^^  ^^^^^^^^^^^^^  ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: struct takes 0 lifetime arguments but 1 lifetime argument was supplied
[INFO] [stdout]   --> src/rust/tea/program/mod.rs:68:37
[INFO] [stdout]    |
[INFO] [stdout] 68 |         impl<'a, M: Model> Drop for NewDropGuard<'a, M> {
[INFO] [stdout]    |                                     ^^^^^^^^^^^^ -- help: remove the lifetime argument
[INFO] [stdout]    |                                     |
[INFO] [stdout]    |                                     expected 0 lifetime arguments
[INFO] [stdout]    |
[INFO] [stdout] note: struct defined here, with 0 lifetime parameters
[INFO] [stdout]   --> src/rust/tea/program/mod.rs:65:16
[INFO] [stdout]    |
[INFO] [stdout] 65 |         struct NewDropGuard {
[INFO] [stdout]    |                ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: struct takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]   --> src/rust/tea/program/mod.rs:68:37
[INFO] [stdout]    |
[INFO] [stdout] 68 |         impl<'a, M: Model> Drop for NewDropGuard<'a, M> {
[INFO] [stdout]    |                                     ^^^^^^^^^^^^     - help: remove the unnecessary generic argument
[INFO] [stdout]    |                                     |
[INFO] [stdout]    |                                     expected 0 generic arguments
[INFO] [stdout]    |
[INFO] [stdout] note: struct defined here, with 0 generic parameters
[INFO] [stdout]   --> src/rust/tea/program/mod.rs:65:16
[INFO] [stdout]    |
[INFO] [stdout] 65 |         struct NewDropGuard {
[INFO] [stdout]    |                ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: struct takes 0 lifetime arguments but 1 lifetime argument was supplied
[INFO] [stdout]   --> src/rust/tea/program/update.rs:15:23
[INFO] [stdout]    |
[INFO] [stdout] 15 |         context: &mut ProgramContext<'a, M>,
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^ -- help: remove the lifetime argument
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       expected 0 lifetime arguments
[INFO] [stdout]    |
[INFO] [stdout] note: struct defined here, with 0 lifetime parameters
[INFO] [stdout]   --> src/rust/tea/program/mod.rs:51:12
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub struct ProgramContext {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: struct takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]   --> src/rust/tea/program/update.rs:15:23
[INFO] [stdout]    |
[INFO] [stdout] 15 |         context: &mut ProgramContext<'a, M>,
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^     - help: remove the unnecessary generic argument
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       expected 0 generic arguments
[INFO] [stdout]    |
[INFO] [stdout] note: struct defined here, with 0 generic parameters
[INFO] [stdout]   --> src/rust/tea/program/mod.rs:51:12
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub struct ProgramContext {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0057]: this function takes 2 arguments but 3 arguments were supplied
[INFO] [stdout]   --> src/rust/tea/program/update.rs:20:36
[INFO] [stdout]    |
[INFO] [stdout] 20 |             if let Some(mut cmd) = handler.0(model, &acquired_context, &msg) {
[INFO] [stdout]    |                                    ^^^^^^^^^                           ---- unexpected argument #3 of type `&message::Message`
[INFO] [stdout]    |
[INFO] [stdout] note: implementation defined here
[INFO] [stdout]   --> /rustc/04eb0d7194012623e82369b466d5084522957446/library/alloc/src/boxed.rs:2324:0
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]    |
[INFO] [stdout] 20 -             if let Some(mut cmd) = handler.0(model, &acquired_context, &msg) {
[INFO] [stdout] 20 +             if let Some(mut cmd) = handler.0(model, &acquired_context) {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/rust/tea/program/update.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 20 |             if let Some(mut cmd) = handler.0(model, &acquired_context, &msg) {
[INFO] [stdout]    |                    ^^^^^^^^^^^^^   ----------------------------------------- this expression has type `command::Command`
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    expected `Command`, found `Option<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected enum `command::Command`
[INFO] [stdout]               found enum `Option<_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `terminate_handler` on type `&mut update::UpdateBroker<'a, M>`
[INFO] [stdout]   --> src/rust/tea/program/update.rs:21:46
[INFO] [stdout]    |
[INFO] [stdout] 21 |                 let command_terminate = self.terminate_handler.clone();
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available field is: `handlers`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/rust/tea/program/update.rs:36:21
[INFO] [stdout]    |
[INFO] [stdout] 22 | /                 if let Err(err) = r#loop.queue_work(
[INFO] [stdout] 23 | |                     WorkRequest::<WorkContext>::new(),
[INFO] [stdout] 24 | |                     move |_: &mut WorkRequest| {
[INFO] [stdout] 25 | |                         let message = cmd.call(context, inner);
[INFO] [stdout] ...  |
[INFO] [stdout] 36 | |                     Some(Message::from(err))
[INFO] [stdout]    | |                     ^^^^^^^^^^^^^^^^^^^^^^^^ expected `()`, found `Option<Message>`
[INFO] [stdout] 37 | |                 }
[INFO] [stdout]    | |_________________- `if` expressions without `else` arms expect their inner expression to be `()`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected unit type `()`
[INFO] [stdout]                    found enum `Option<message::Message>`
[INFO] [stdout] help: consider using a semicolon here
[INFO] [stdout]    |
[INFO] [stdout] 36 |                     Some(Message::from(err));
[INFO] [stdout]    |                                             +
[INFO] [stdout] help: you might have meant to return this value
[INFO] [stdout]    |
[INFO] [stdout] 36 |                     return Some(Message::from(err));
[INFO] [stdout]    |                     ++++++                         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: struct takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> src/rust/tea/program/mod.rs:100:25
[INFO] [stdout]     |
[INFO] [stdout] 100 |             |_: &Handle<ProgramContext<M>>, suggested_size| Some(Buf::new_with_len(suggested_size)),
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^--- help: remove the unnecessary generics
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         expected 0 generic arguments
[INFO] [stdout]     |
[INFO] [stdout] note: struct defined here, with 0 generic parameters
[INFO] [stdout]    --> src/rust/tea/program/mod.rs:51:12
[INFO] [stdout]     |
[INFO] [stdout]  51 | pub struct ProgramContext {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: struct takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> src/rust/tea/program/mod.rs:101:36
[INFO] [stdout]     |
[INFO] [stdout] 101 |             move |_: &StreamHandle<ProgramContext<M>>, nread, buf: &mut Buf| {
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^--- help: remove the unnecessary generics
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    expected 0 generic arguments
[INFO] [stdout]     |
[INFO] [stdout] note: struct defined here, with 0 generic parameters
[INFO] [stdout]    --> src/rust/tea/program/mod.rs:51:12
[INFO] [stdout]     |
[INFO] [stdout]  51 | pub struct ProgramContext {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `borrow_mut` found for struct `Vec<u8>` in the current scope
[INFO] [stdout]    --> src/rust/tea/program/mod.rs:147:24
[INFO] [stdout]     |
[INFO] [stdout] 147 |                 report.borrow_mut().as_bytes()
[INFO] [stdout]     |                        ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/04eb0d7194012623e82369b466d5084522957446/library/core/src/borrow.rs:207:7
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `Vec<u8>` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `BorrowMut` which provides `borrow_mut` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::borrow::BorrowMut;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `borrow` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 147 -                 report.borrow_mut().as_bytes()
[INFO] [stdout] 147 +                 report.borrow().as_bytes()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/rust/tea/program/mod.rs:154:19
[INFO] [stdout]     |
[INFO] [stdout] 154 |             home: Rc::new(RefCell::new(home)),
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `(isize, isize)`, found `Rc<RefCell<(_, _)>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected tuple `(isize, isize)`
[INFO] [stdout]               found struct `Rc<RefCell<(_, _)>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `program::Program<'a, M>` has no field named `r#loop`
[INFO] [stdout]    --> src/rust/tea/program/mod.rs:164:13
[INFO] [stdout]     |
[INFO] [stdout] 164 |             r#loop,
[INFO] [stdout]     |             ^^^^^^ `program::Program<'a, M>` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `clone` exists for struct `RefCell<tty::TTYStream<program::ProgramContext>>`, but its trait bounds were not satisfied
[INFO] [stdout]    --> src/rust/tea/program/mod.rs:165:31
[INFO] [stdout]     |
[INFO] [stdout] 165 |             stdin: guard.r#in.clone(),
[INFO] [stdout]     |                               ^^^^^ method cannot be called on `RefCell<tty::TTYStream<program::ProgramContext>>` due to unsatisfied trait bounds
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rust/uv/handle/stream/tty.rs:35:1
[INFO] [stdout]     |
[INFO] [stdout]  35 | pub struct TTYStream<C: AsStreamContext = StreamContext> {
[INFO] [stdout]     | -------------------------------------------------------- doesn't satisfy `tty::TTYStream<program::ProgramContext>: Clone`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the following trait bounds were not satisfied:
[INFO] [stdout]             `tty::TTYStream<program::ProgramContext>: Clone`
[INFO] [stdout]             which is required by `RefCell<tty::TTYStream<program::ProgramContext>>: Clone`
[INFO] [stdout] help: consider annotating `tty::TTYStream<program::ProgramContext>` with `#[derive(Clone)]`
[INFO] [stdout]    --> src/rust/uv/handle/stream/tty.rs:35:1
[INFO] [stdout]     |
[INFO] [stdout]  35 + #[derive(Clone)]
[INFO] [stdout]  36 | pub struct TTYStream<C: AsStreamContext = StreamContext> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/rust/tea/program/mod.rs:166:21
[INFO] [stdout]     |
[INFO] [stdout] 166 |             stdout: Rc::new(RefCell::new(stdout)),
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `TTYStream<ProgramContext>`, found `Rc<RefCell<TTYStream<_>>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `tty::TTYStream<program::ProgramContext>`
[INFO] [stdout]                found struct `Rc<RefCell<tty::TTYStream<_>>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/rust/tea/program/mod.rs:167:23
[INFO] [stdout]     |
[INFO] [stdout] 167 |             messages: Rc::new(RefCell::new(messages)),
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `CheckHandle<ProgramContext>`, found `Rc<RefCell<CheckHandle<_>>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `check::CheckHandle<program::ProgramContext>`
[INFO] [stdout]                found struct `Rc<RefCell<check::CheckHandle<_>>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `borrow_mut` found for struct `tty::TTYStream<program::ProgramContext>` in the current scope
[INFO] [stdout]    --> /rustc/04eb0d7194012623e82369b466d5084522957446/library/core/src/borrow.rs:207:7
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `tty::TTYStream<program::ProgramContext>` here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rust/uv/handle/stream/tty.rs:35:1
[INFO] [stdout]     |
[INFO] [stdout]  35 | pub struct TTYStream<C: AsStreamContext = StreamContext> {
[INFO] [stdout]     | -------------------------------------------------------- method `borrow_mut` not found for this struct
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rust/tea/program/mod.rs:174:20
[INFO] [stdout]     |
[INFO] [stdout] 174 |         self.stdin.borrow_mut().set_context(ProgramContext {
[INFO] [stdout]     |                    ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `BorrowMut` which provides `borrow_mut` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    --> src/rust/tea/program/mod.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::borrow::BorrowMut;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `borrow` with a similar name
[INFO] [stdout]    --> src/rust/tea/program/mod.rs:174:20
[INFO] [stdout]     |
[INFO] [stdout] 174 -         self.stdin.borrow_mut().set_context(ProgramContext {
[INFO] [stdout] 174 +         self.stdin.borrow().set_context(ProgramContext {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `program::ProgramContext` has no field named `home`
[INFO] [stdout]    --> src/rust/tea/program/mod.rs:178:13
[INFO] [stdout]     |
[INFO] [stdout] 178 |             home: self.home.clone(),
[INFO] [stdout]     |             ^^^^ `program::ProgramContext` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `program::ProgramContext` has no field named `updates`
[INFO] [stdout]    --> src/rust/tea/program/mod.rs:179:13
[INFO] [stdout]     |
[INFO] [stdout] 179 |             updates: None,
[INFO] [stdout]     |             ^^^^^^^ `program::ProgramContext` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `program::ProgramContext` has no field named `keycode_parser`
[INFO] [stdout]    --> src/rust/tea/program/mod.rs:180:13
[INFO] [stdout]     |
[INFO] [stdout] 180 |             keycode_parser: Some(KeyCodeParser::default()),
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ `program::ProgramContext` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `program::ProgramContext` has no field named `stdin`
[INFO] [stdout]    --> src/rust/tea/program/mod.rs:181:13
[INFO] [stdout]     |
[INFO] [stdout] 181 |             stdin: self.stdin.clone(),
[INFO] [stdout]     |             ^^^^^ `program::ProgramContext` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `clone` found for struct `tty::TTYStream<program::ProgramContext>` in the current scope
[INFO] [stdout]    --> src/rust/tea/program/mod.rs:181:31
[INFO] [stdout]     |
[INFO] [stdout] 181 |             stdin: self.stdin.clone(),
[INFO] [stdout]     |                               ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rust/uv/handle/stream/tty.rs:35:1
[INFO] [stdout]     |
[INFO] [stdout]  35 | pub struct TTYStream<C: AsStreamContext = StreamContext> {
[INFO] [stdout]     | -------------------------------------------------------- method `clone` not found for this struct
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `clone`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Clone`
[INFO] [stdout] help: there is a method `close` with a similar name, but with different arguments
[INFO] [stdout]    --> src/rust/uv/handle/mod.rs:134:5
[INFO] [stdout]     |
[INFO] [stdout] 134 | /     pub fn close<CCB>(&mut self, close_cb: CCB)
[INFO] [stdout] 135 | |     where
[INFO] [stdout] 136 | |         CCB: Into<CloseCallback<C>>,
[INFO] [stdout]     | |____________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `program::ProgramContext` has no field named `stdout`
[INFO] [stdout]    --> src/rust/tea/program/mod.rs:182:13
[INFO] [stdout]     |
[INFO] [stdout] 182 |             stdout: self.stdout.clone(),
[INFO] [stdout]     |             ^^^^^^ `program::ProgramContext` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `clone` found for struct `tty::TTYStream<program::ProgramContext>` in the current scope
[INFO] [stdout]    --> src/rust/tea/program/mod.rs:182:33
[INFO] [stdout]     |
[INFO] [stdout] 182 |             stdout: self.stdout.clone(),
[INFO] [stdout]     |                                 ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rust/uv/handle/stream/tty.rs:35:1
[INFO] [stdout]     |
[INFO] [stdout]  35 | pub struct TTYStream<C: AsStreamContext = StreamContext> {
[INFO] [stdout]     | -------------------------------------------------------- method `clone` not found for this struct
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `clone`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Clone`
[INFO] [stdout] help: there is a method `close` with a similar name, but with different arguments
[INFO] [stdout]    --> src/rust/uv/handle/mod.rs:134:5
[INFO] [stdout]     |
[INFO] [stdout] 134 | /     pub fn close<CCB>(&mut self, close_cb: CCB)
[INFO] [stdout] 135 | |     where
[INFO] [stdout] 136 | |         CCB: Into<CloseCallback<C>>,
[INFO] [stdout]     | |____________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `program::ProgramContext` has no field named `messages`
[INFO] [stdout]    --> src/rust/tea/program/mod.rs:183:13
[INFO] [stdout]     |
[INFO] [stdout] 183 |             messages: self.messages.clone(),
[INFO] [stdout]     |             ^^^^^^^^ `program::ProgramContext` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `clone` found for struct `check::CheckHandle<program::ProgramContext>` in the current scope
[INFO] [stdout]    --> src/rust/tea/program/mod.rs:183:37
[INFO] [stdout]     |
[INFO] [stdout] 183 |             messages: self.messages.clone(),
[INFO] [stdout]     |                                     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rust/uv/handle/check.rs:38:1
[INFO] [stdout]     |
[INFO] [stdout]  38 | pub struct CheckHandle<C: AsCheckContext = CheckContext> {
[INFO] [stdout]     | -------------------------------------------------------- method `clone` not found for this struct
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `clone`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Clone`
[INFO] [stdout] help: there is a method `close` with a similar name, but with different arguments
[INFO] [stdout]    --> src/rust/uv/handle/mod.rs:134:5
[INFO] [stdout]     |
[INFO] [stdout] 134 | /     pub fn close<CCB>(&mut self, close_cb: CCB)
[INFO] [stdout] 135 | |     where
[INFO] [stdout] 136 | |         CCB: Into<CloseCallback<C>>,
[INFO] [stdout]     | |____________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `borrow_mut` found for struct `tty::TTYStream<program::ProgramContext>` in the current scope
[INFO] [stdout]    --> /rustc/04eb0d7194012623e82369b466d5084522957446/library/core/src/borrow.rs:207:7
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `tty::TTYStream<program::ProgramContext>` here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rust/uv/handle/stream/tty.rs:35:1
[INFO] [stdout]     |
[INFO] [stdout]  35 | pub struct TTYStream<C: AsStreamContext = StreamContext> {
[INFO] [stdout]     | -------------------------------------------------------- method `borrow_mut` not found for this struct
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rust/tea/program/mod.rs:186:20
[INFO] [stdout]     |
[INFO] [stdout] 186 |         self.stdin.borrow_mut().read_start(
[INFO] [stdout]     |                    ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `BorrowMut` which provides `borrow_mut` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    --> src/rust/tea/program/mod.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::borrow::BorrowMut;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `borrow` with a similar name
[INFO] [stdout]    --> src/rust/tea/program/mod.rs:186:20
[INFO] [stdout]     |
[INFO] [stdout] 186 -         self.stdin.borrow_mut().read_start(
[INFO] [stdout] 186 +         self.stdin.borrow().read_start(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `r#as` found for reference `&stream::StreamHandle` in the current scope
[INFO] [stdout]    --> src/rust/tea/program/mod.rs:189:37
[INFO] [stdout]     |
[INFO] [stdout] 189 |                 let stream = stream.r#as::<ProgramContext<M>>();
[INFO] [stdout]     |                                     ^^^^ method not found in `&stream::StreamHandle`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `borrow_mut` found for struct `check::CheckHandle<program::ProgramContext>` in the current scope
[INFO] [stdout]    --> /rustc/04eb0d7194012623e82369b466d5084522957446/library/core/src/borrow.rs:207:7
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `check::CheckHandle<program::ProgramContext>` here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rust/uv/handle/check.rs:38:1
[INFO] [stdout]     |
[INFO] [stdout]  38 | pub struct CheckHandle<C: AsCheckContext = CheckContext> {
[INFO] [stdout]     | -------------------------------------------------------- method `borrow_mut` not found for this struct
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rust/tea/program/mod.rs:207:23
[INFO] [stdout]     |
[INFO] [stdout] 207 |         self.messages.borrow_mut().set_context(ProgramContext {
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `BorrowMut` which provides `borrow_mut` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    --> src/rust/tea/program/mod.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::borrow::BorrowMut;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `borrow` with a similar name
[INFO] [stdout]    --> src/rust/tea/program/mod.rs:207:23
[INFO] [stdout]     |
[INFO] [stdout] 207 -         self.messages.borrow_mut().set_context(ProgramContext {
[INFO] [stdout] 207 +         self.messages.borrow().set_context(ProgramContext {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `program::ProgramContext` has no field named `home`
[INFO] [stdout]    --> src/rust/tea/program/mod.rs:211:13
[INFO] [stdout]     |
[INFO] [stdout] 211 |             home: self.home.clone(),
[INFO] [stdout]     |             ^^^^ `program::ProgramContext` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `program::ProgramContext` has no field named `updates`
[INFO] [stdout]    --> src/rust/tea/program/mod.rs:212:13
[INFO] [stdout]     |
[INFO] [stdout] 212 |             updates: self.updates.take(),
[INFO] [stdout]     |             ^^^^^^^ `program::ProgramContext` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `program::ProgramContext` has no field named `keycode_parser`
[INFO] [stdout]    --> src/rust/tea/program/mod.rs:213:13
[INFO] [stdout]     |
[INFO] [stdout] 213 |             keycode_parser: None,
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ `program::ProgramContext` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `program::ProgramContext` has no field named `stdin`
[INFO] [stdout]    --> src/rust/tea/program/mod.rs:214:13
[INFO] [stdout]     |
[INFO] [stdout] 214 |             stdin: self.stdin.clone(),
[INFO] [stdout]     |             ^^^^^ `program::ProgramContext` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `clone` found for struct `tty::TTYStream<program::ProgramContext>` in the current scope
[INFO] [stdout]    --> src/rust/tea/program/mod.rs:214:31
[INFO] [stdout]     |
[INFO] [stdout] 214 |             stdin: self.stdin.clone(),
[INFO] [stdout]     |                               ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rust/uv/handle/stream/tty.rs:35:1
[INFO] [stdout]     |
[INFO] [stdout]  35 | pub struct TTYStream<C: AsStreamContext = StreamContext> {
[INFO] [stdout]     | -------------------------------------------------------- method `clone` not found for this struct
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `clone`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Clone`
[INFO] [stdout] help: there is a method `close` with a similar name, but with different arguments
[INFO] [stdout]    --> src/rust/uv/handle/mod.rs:134:5
[INFO] [stdout]     |
[INFO] [stdout] 134 | /     pub fn close<CCB>(&mut self, close_cb: CCB)
[INFO] [stdout] 135 | |     where
[INFO] [stdout] 136 | |         CCB: Into<CloseCallback<C>>,
[INFO] [stdout]     | |____________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `program::ProgramContext` has no field named `stdout`
[INFO] [stdout]    --> src/rust/tea/program/mod.rs:215:13
[INFO] [stdout]     |
[INFO] [stdout] 215 |             stdout: self.stdout.clone(),
[INFO] [stdout]     |             ^^^^^^ `program::ProgramContext` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `clone` found for struct `tty::TTYStream<program::ProgramContext>` in the current scope
[INFO] [stdout]    --> src/rust/tea/program/mod.rs:215:33
[INFO] [stdout]     |
[INFO] [stdout] 215 |             stdout: self.stdout.clone(),
[INFO] [stdout]     |                                 ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rust/uv/handle/stream/tty.rs:35:1
[INFO] [stdout]     |
[INFO] [stdout]  35 | pub struct TTYStream<C: AsStreamContext = StreamContext> {
[INFO] [stdout]     | -------------------------------------------------------- method `clone` not found for this struct
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `clone`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Clone`
[INFO] [stdout] help: there is a method `close` with a similar name, but with different arguments
[INFO] [stdout]    --> src/rust/uv/handle/mod.rs:134:5
[INFO] [stdout]     |
[INFO] [stdout] 134 | /     pub fn close<CCB>(&mut self, close_cb: CCB)
[INFO] [stdout] 135 | |     where
[INFO] [stdout] 136 | |         CCB: Into<CloseCallback<C>>,
[INFO] [stdout]     | |____________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `program::ProgramContext` has no field named `messages`
[INFO] [stdout]    --> src/rust/tea/program/mod.rs:216:13
[INFO] [stdout]     |
[INFO] [stdout] 216 |             messages: self.messages.clone(),
[INFO] [stdout]     |             ^^^^^^^^ `program::ProgramContext` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `clone` found for struct `check::CheckHandle<program::ProgramContext>` in the current scope
[INFO] [stdout]    --> src/rust/tea/program/mod.rs:216:37
[INFO] [stdout]     |
[INFO] [stdout] 216 |             messages: self.messages.clone(),
[INFO] [stdout]     |                                     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rust/uv/handle/check.rs:38:1
[INFO] [stdout]     |
[INFO] [stdout]  38 | pub struct CheckHandle<C: AsCheckContext = CheckContext> {
[INFO] [stdout]     | -------------------------------------------------------- method `clone` not found for this struct
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `clone`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Clone`
[INFO] [stdout] help: there is a method `close` with a similar name, but with different arguments
[INFO] [stdout]    --> src/rust/uv/handle/mod.rs:134:5
[INFO] [stdout]     |
[INFO] [stdout] 134 | /     pub fn close<CCB>(&mut self, close_cb: CCB)
[INFO] [stdout] 135 | |     where
[INFO] [stdout] 136 | |         CCB: Into<CloseCallback<C>>,
[INFO] [stdout]     | |____________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `borrow_mut` found for struct `check::CheckHandle<program::ProgramContext>` in the current scope
[INFO] [stdout]    --> src/rust/tea/program/mod.rs:220:14
[INFO] [stdout]     |
[INFO] [stdout] 219 | /         self.messages
[INFO] [stdout] 220 | |             .borrow_mut()
[INFO] [stdout]     | |_____________-^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/04eb0d7194012623e82369b466d5084522957446/library/core/src/borrow.rs:207:7
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `check::CheckHandle<program::ProgramContext>` here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rust/uv/handle/check.rs:38:1
[INFO] [stdout]     |
[INFO] [stdout]  38 | pub struct CheckHandle<C: AsCheckContext = CheckContext> {
[INFO] [stdout]     | -------------------------------------------------------- method `borrow_mut` not found for this struct
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `BorrowMut` which provides `borrow_mut` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::borrow::BorrowMut;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `borrow` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 220 -             .borrow_mut()
[INFO] [stdout] 220 +             .borrow()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `r#as` found for reference `&check::CheckHandle` in the current scope
[INFO] [stdout]    --> src/rust/tea/program/mod.rs:222:37
[INFO] [stdout]     |
[INFO] [stdout] 222 |                 let handle = handle.r#as::<ProgramContext<M>>();
[INFO] [stdout]     |                                     ^^^^ method not found in `&check::CheckHandle`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `borrow_mut` found for struct `tty::TTYStream<program::ProgramContext>` in the current scope
[INFO] [stdout]    --> /rustc/04eb0d7194012623e82369b466d5084522957446/library/core/src/borrow.rs:207:7
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `tty::TTYStream<program::ProgramContext>` here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rust/uv/handle/stream/tty.rs:35:1
[INFO] [stdout]     |
[INFO] [stdout]  35 | pub struct TTYStream<C: AsStreamContext = StreamContext> {
[INFO] [stdout]     | -------------------------------------------------------- method `borrow_mut` not found for this struct
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rust/tea/program/mod.rs:248:20
[INFO] [stdout]     |
[INFO] [stdout] 248 |         self.stdin.borrow_mut().set_mode(Mode::RAW)?;
[INFO] [stdout]     |                    ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `BorrowMut` which provides `borrow_mut` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    --> src/rust/tea/program/mod.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::borrow::BorrowMut;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `borrow` with a similar name
[INFO] [stdout]    --> src/rust/tea/program/mod.rs:248:20
[INFO] [stdout]     |
[INFO] [stdout] 248 -         self.stdin.borrow_mut().set_mode(Mode::RAW)?;
[INFO] [stdout] 248 +         self.stdin.borrow().set_mode(Mode::RAW)?;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `r#loop` on type `&mut program::Program<'a, M>`
[INFO] [stdout]    --> src/rust/tea/program/mod.rs:249:20
[INFO] [stdout]     |
[INFO] [stdout] 249 |         while self.r#loop.alive() {
[INFO] [stdout]     |                    ^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available fields are: `home`, `viewport`, `model`, `init`, `updates` ... and 4 others
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `r#loop` on type `&mut program::Program<'a, M>`
[INFO] [stdout]    --> src/rust/tea/program/mod.rs:250:18
[INFO] [stdout]     |
[INFO] [stdout] 250 |             self.r#loop.run(RunMode::DEFAULT)?;
[INFO] [stdout]     |                  ^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available fields are: `home`, `viewport`, `model`, `init`, `updates` ... and 4 others
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `borrow_mut` found for struct `tty::TTYStream<program::ProgramContext>` in the current scope
[INFO] [stdout]    --> /rustc/04eb0d7194012623e82369b466d5084522957446/library/core/src/borrow.rs:207:7
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `tty::TTYStream<program::ProgramContext>` here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rust/uv/handle/stream/tty.rs:35:1
[INFO] [stdout]     |
[INFO] [stdout]  35 | pub struct TTYStream<C: AsStreamContext = StreamContext> {
[INFO] [stdout]     | -------------------------------------------------------- method `borrow_mut` not found for this struct
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rust/tea/program/mod.rs:252:23
[INFO] [stdout]     |
[INFO] [stdout] 252 |         Ok(self.stdin.borrow_mut().set_mode(Mode::NORMAL)?)
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `BorrowMut` which provides `borrow_mut` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    --> src/rust/tea/program/mod.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::borrow::BorrowMut;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `borrow` with a similar name
[INFO] [stdout]    --> src/rust/tea/program/mod.rs:252:23
[INFO] [stdout]     |
[INFO] [stdout] 252 -         Ok(self.stdin.borrow_mut().set_mode(Mode::NORMAL)?)
[INFO] [stdout] 252 +         Ok(self.stdin.borrow().set_mode(Mode::NORMAL)?)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/rust/uv/loop.rs:308:9
[INFO] [stdout]     |
[INFO] [stdout] 307 |     fn deref(&self) -> &Self::Target {
[INFO] [stdout]     |                        ------------- expected `&r#loop::Loop<C>` because of return type
[INFO] [stdout] 308 |         self.value
[INFO] [stdout]     |         ^^^^^^^^^^ expected `&Loop<C>`, found `Loop<C>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&r#loop::Loop<_>`
[INFO] [stdout]                   found struct `r#loop::Loop<_>`
[INFO] [stdout] help: consider borrowing here
[INFO] [stdout]     |
[INFO] [stdout] 308 |         &self.value
[INFO] [stdout]     |         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `context`
[INFO] [stdout]   --> src/rust/tea/command.rs:10:24
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub fn call(&self, context: &mut ProgramContext) -> Option<Message> {
[INFO] [stdout]    |                        ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cmds`
[INFO] [stdout]   --> src/rust/tea/command.rs:13:25
[INFO] [stdout]    |
[INFO] [stdout] 13 |             Self::Batch(cmds) => todo!(),
[INFO] [stdout]    |                         ^^^^ help: if this is intentional, prefix it with an underscore: `_cmds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0057, E0107, E0308, E0425, E0428, E0433, E0554, E0560, E0599...
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0057`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `archetypes` (bin "archetypes") due to 61 previous errors; 8 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "0601ab5abb12dcefffc064eb2a4989600f6e143cb9d3effc53bf151608601bed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0601ab5abb12dcefffc064eb2a4989600f6e143cb9d3effc53bf151608601bed", kill_on_drop: false }`
[INFO] [stdout] 0601ab5abb12dcefffc064eb2a4989600f6e143cb9d3effc53bf151608601bed
