pub mod aya_bpf_cty pub type aya_bpf_cty::c_char = aya_bpf_cty::c_schar pub type aya_bpf_cty::c_double = f64 pub type aya_bpf_cty::c_float = f32 pub type aya_bpf_cty::c_int = i32 pub type aya_bpf_cty::c_long = i64 pub type aya_bpf_cty::c_longlong = i64 pub type aya_bpf_cty::c_schar = i8 pub type aya_bpf_cty::c_short = i16 pub type aya_bpf_cty::c_uchar = u8 pub type aya_bpf_cty::c_uint = u32 pub type aya_bpf_cty::c_ulong = u64 pub type aya_bpf_cty::c_ulonglong = u64 pub type aya_bpf_cty::c_ushort = u16 pub type aya_bpf_cty::c_void = core::ffi::c_void pub type aya_bpf_cty::int16_t = i16 pub type aya_bpf_cty::int32_t = i32 pub type aya_bpf_cty::int64_t = i64 pub type aya_bpf_cty::int8_t = i8 pub type aya_bpf_cty::intmax_t = i64 pub type aya_bpf_cty::intptr_t = isize pub type aya_bpf_cty::ptrdiff_t = isize pub type aya_bpf_cty::size_t = usize pub type aya_bpf_cty::ssize_t = isize pub type aya_bpf_cty::uint16_t = u16 pub type aya_bpf_cty::uint32_t = u32 pub type aya_bpf_cty::uint64_t = u64 pub type aya_bpf_cty::uint8_t = u8 pub type aya_bpf_cty::uintmax_t = u64 pub type aya_bpf_cty::uintptr_t = usize