Function regorust::regoFreeOutput
source · pub unsafe extern "C" fn regoFreeOutput(output: *mut regoOutput)
Expand description
Frees a Rego output.
This pointer must have been allocated with regoQuery.
@param output The output to free.