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.