1 2 3 4 5 6 7 8 9 10 11
#[cfg(feature="bindgen")] mod ffi; #[cfg(not(feature="bindgen"))] mod pbsffi; #[cfg(not(feature="bindgen"))] use pbsffi as ffi; pub use ffi::*; linked_list_c::impl_LlItem!{[attrl, batch_status, attropl]}