mod ffi¶
- module ffi¶
C ABI surface (cargo-c builds). C ABI surface. The exported package version lets downstream loaders check the linked
anneal-corebuild.Functions
- extern C fn anneal_core_version() -> *const c_char¶
Returns the anneal-core package version as a NUL-terminated ASCII string.
The pointer is valid for the entire process lifetime; the string lives in the binary’s read-only data segment and is never freed.