pub unsafe extern "C" fn tract_inference_fact_clone(
fact: *const TractInferenceFact,
clone: *mut *mut TractInferenceFact,
) -> TRACT_RESULTExpand description
Clone an InferenceFact, creating an independent copy.
The returned fact must be destroyed by tract_inference_fact_destroy.