Expand description
Helper functions for FFI operations
Structsยง
- Response
Buffer ๐ - Handles memory allocation for FFI response strings
Functionsยง
- c_
str_ ๐ โto_ bytes - Converts C string to raw bytes for handle storage
- c_
str_ ๐ โto_ string - Converts a C string pointer to a Rust string and frees the C string
- c_
str_ ๐ โto_ string_ no_ free - Converts C string to Rust string without freeing the memory (for static/managed strings)
- check_
config_ ๐mgr_ return_ code - Checks the return code from Senzing ConfigMgr FFI functions
- check_
config_ ๐return_ code - Checks the return code from Senzing Config FFI functions
- check_
diagnostic_ ๐return_ code - Checks the return code from SzDiagnostic FFI functions
- check_
product_ ๐return_ code - Checks the return code from SzProduct FFI functions
- check_
return_ ๐code - Checks the return code from Senzing Engine FFI functions
- str_
to_ ๐c_ string - Converts a Rust string to a C string (Internal)
- sz_free ๐ โ
- Frees memory allocated by Senzing helper functions