1 2 3 4 5
// C FFI bindings // Provides C-compatible interface for maximum language compatibility // Re-export Rust FFI functions as C-compatible pub use super::rust::*;