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_
product_ ๐return_ code - Checks the return code from SzProduct FFI functions
- check_
return_ ๐code - Checks the return code from Senzing FFI functions
- check_
return_ ๐code_ i64 Deprecated - Checks the return code from Senzing FFI functions (deprecated alias)
- optional_
str_ ๐to_ c_ ptr - Converts an optional Rust string to a C string pointer
- process_
config_ ๐mgr_ long_ result - Processes an SzLongResult from config manager helper functions
- process_
config_ ๐ โmgr_ pointer_ result - Processes an SzPointerResult from config manager helper functions
- process_
config_ ๐ โpointer_ result - Processes an SzPointerResult from config helper functions
- process_
config_ ๐ โpointer_ result_ bytes - Processes an SzPointerResult from config helper functions and returns raw bytes
- process_
engine_ ๐ โpointer_ result - Processes an SzPointerResult from engine helper functions
- process_
long_ ๐result - Processes an SzLongResult from helper functions
- process_
pointer_ ๐ โresult - Processes an SzPointerResult from helper functions
- str_
to_ ๐c_ string - Converts a Rust string to a C string (Internal)