Skip to main content

synth_result_release

Function synth_result_release 

Source
pub unsafe extern "C" fn synth_result_release(result: SynthResult)
Expand description

Release copy of synthesis result, decrements reference counter of result.

@param result The result to release.

@note This step is optional and allows users to release resources in a more fine-grained manner. Further, any API function that returns a copy that is owned by the callee of the function and thus, can be released.