//! FFI bindings for symbolic number theory operations.
//!
//! This module provides three types of FFI interfaces:
//! - Handle-based API (C-style functions)
//! - JSON-based API (string serialization)
//! - Bincode-based API (binary serialization)
/// Bincode-based FFI bindings for symbolic number theory operations.
/// Handle-based FFI bindings for number theory using opaque handles.
/// JSON-based FFI bindings for number theory using serialized data.