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