#![doc(html_root_url = "https://docs.rs/fyaml-sys/0.1.0+fy0.9.3")]
#![allow(
improper_ctypes,
non_camel_case_types,
non_snake_case,
non_upper_case_globals
)]
#[allow(clippy::all, clippy::pedantic, unnecessary_transmutes)]
mod bindings {
use libc::iovec;
use libc::FILE;
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
}
pub use crate::bindings::{fy_event__bindgen_ty_1 as fy_event_data, *};
#[allow(unknown_lints, dead_code, hidden_glob_reexports)]
struct fy_event__bindgen_ty_1;
#[allow(unknown_lints, dead_code, hidden_glob_reexports)]
struct __BindgenBitfieldUnit;