//! FFI API for physics BEM (Boundary Element Method) functions.
//!
//! 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 physics BEM functions.
/// Handle-based FFI bindings for physics BEM using opaque handles.
/// JSON-based FFI bindings for physics BEM using serialized data.