Function regorust::regoFreeOutput

source ยท
pub unsafe extern "C" fn regoFreeOutput(output: *mut regoOutput)
Expand description

@brief Frees a Rego output. @note This pointer must have been allocated with regoQuery. @param output The output to free.