wangdl f30809c5b7 docs: add C-ABI out-pointer pattern doc (DOC-FULL-031)
- ARM64 iOS ABI limitation: struct pass-by-value unstable
- Pattern: scalar-only params, paired out-pointers, JSON serialization
- Memory management: ownership transfer, rustbuffer_free_separate
- Template: write_result_to_out_ptrs + full FFI function
- Current 10 functions using out-pointer pattern

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-18 14:43:53 +08:00
..