#[unsafe(no_mangle)]pub extern "C" fn SzConfigTool_setDistinctCall(
config_json: *const c_char,
dfcall_id: i64,
updates_json: *const c_char,
) -> SzConfigTool_resultExpand description
Set (update) a distinct call
Note: This is a stub function - not implemented in Python version.
§Parameters
config_json: Configuration JSON stringdfcall_id: Distinct call ID to updateupdates_json: JSON object with fields to update
§Returns
SzConfigTool_result with modified config or error
§Memory
Caller must free result.response with SzConfigTool_free()