feat: 增加 C ABI FFI 与 Python 跨语言绑定
在 VectorEngine 之上导出 C ABI(extern "C" 六动作 + dims/last_error), Cargo 加 cdylib 产出 libproj47.so,配套手写 include/proj47.h; python/ 提供 ctypes 封装的 VectorEngine 与 LangChain VectorStore 适配示例, 落地透明集成的跨语言路径。FFI 边界判空 + catch_unwind 兜底 + 返回码错误模型。 新增 tests/ffi_test.rs 与 python/test_smoke.py 覆盖闭环与错误路径。