pub unsafe extern "C" fn regoFree(rego: *mut regoInterpreter)
Expand description
Frees a Rego interpreter.
This pointer must have been allocated with regoNew.
@param rego The interpreter to free.
pub unsafe extern "C" fn regoFree(rego: *mut regoInterpreter)
Frees a Rego interpreter.
This pointer must have been allocated with regoNew.
@param rego The interpreter to free.