#[unsafe(no_mangle)]pub unsafe extern "C" fn tl_free_execution_result(
result: *mut TLExecutionResult,
)Expand description
Free an execution result
ยงSafety
The caller must ensure that the pointer was allocated by tl_execute_graph and is not used after freeing.