//! Raw FFI declarations for the cloudini C++ library (feature `use_cpp`).
//!
//! These map 1-to-1 to the functions in `cloudini_lib/src/cloudini_c.cpp`.
//! Do not call these directly — use [`crate::CppPointcloudEncoder`] and
//! [`crate::CppPointcloudDecoder`] instead.
use c_char;
unsafe extern "C"