//! FFI API for the rssn-advanced library.
//!
//! This module provides a C-compatible foreign function interface (FFI) for interacting
//! with the core data structures and functions of the `rssn-advanced` library.
// In ffi_apis, we use raw pointers to pass data to and from Rust and C.
// clippy::not_unsafe_ptr_arg_deref is triggered by this.
// This is enforced by clippy::nursery. It has too high false positive rate.
/// FFI macros.
/// Common FFI utilities.
/// FFI APIs for the constants module.