diff --git a/falco_plugin_api/src/ffi.rs b/falco_plugin_api/src/ffi.rs index 55cd2d8..6e7b09e 100644 --- a/falco_plugin_api/src/ffi.rs +++ b/falco_plugin_api/src/ffi.rs @@ -1,4 +1,4 @@ -/* automatically generated by rust-bindgen 0.72.1 */ +/* automatically generated by rust-bindgen 0.73.1 */ pub const PLUGIN_API_VERSION_MAJOR: u32 = 3; pub const PLUGIN_API_VERSION_MINOR: u32 = 12; @@ -162,13 +162,10 @@ const _: () = { [::std::mem::offset_of!(ss_plugin_extract_field, flist) - 56usize]; }; #[repr(transparent)] -#[derive(Debug)] pub struct ss_plugin_table_t(pub ::std::os::raw::c_void); #[repr(transparent)] -#[derive(Debug)] pub struct ss_plugin_table_entry_t(pub ::std::os::raw::c_void); #[repr(transparent)] -#[derive(Debug)] pub struct ss_plugin_table_field_t(pub ::std::os::raw::c_void); pub const ss_plugin_state_type_SS_PLUGIN_ST_INT8: ss_plugin_state_type = 1; pub const ss_plugin_state_type_SS_PLUGIN_ST_INT16: ss_plugin_state_type = 2; @@ -260,13 +257,10 @@ const _: () = { [::std::mem::offset_of!(ss_plugin_table_fieldinfo, read_only) - 12usize]; }; #[repr(transparent)] -#[derive(Debug)] pub struct ss_plugin_owner_t(pub ::std::os::raw::c_void); #[repr(transparent)] -#[derive(Debug)] pub struct ss_plugin_t(pub ::std::os::raw::c_void); #[repr(transparent)] -#[derive(Debug)] pub struct ss_instance_t(pub ::std::os::raw::c_void); pub const ss_plugin_log_severity_SS_PLUGIN_LOG_SEV_FATAL: ss_plugin_log_severity = 1; pub const ss_plugin_log_severity_SS_PLUGIN_LOG_SEV_CRITICAL: ss_plugin_log_severity = 2; @@ -460,7 +454,6 @@ const _: () = { [::std::mem::offset_of!(ss_plugin_table_reader_vtable, read_entry_field) - 24usize]; }; #[repr(transparent)] -#[derive(Debug)] pub struct ss_plugin_table_iterator_state_t(pub ::std::os::raw::c_void); pub type ss_plugin_table_iterator_func_t = ::std::option::Option< unsafe extern "C" fn( @@ -823,10 +816,8 @@ const _: () = { [::std::mem::offset_of!(ss_plugin_set_config_input, config) - 0usize]; }; #[repr(transparent)] -#[derive(Debug)] pub struct ss_plugin_routine_t(pub ::std::os::raw::c_void); #[repr(transparent)] -#[derive(Debug)] pub struct ss_plugin_routine_state_t(pub ::std::os::raw::c_void); pub type ss_plugin_routine_fn_t = ::std::option::Option< unsafe extern "C" fn(s: *mut ss_plugin_t, i: *mut ss_plugin_routine_state_t) -> ss_plugin_bool,