Function opendp::core::ffi::opendp_core___transformation_free
source · #[no_mangle]
pub extern "C" fn opendp_core___transformation_free(
this: *mut Transformation<AnyDomain, AnyDomain, AnyMetric, AnyMetric>
) -> FfiResult<*mut ()>
Expand description
Internal function. Free the memory associated with this
.