Function regorust::regoFree

source ยท
pub unsafe extern "C" fn regoFree(rego: *mut regoInterpreter)
Expand description

@brief Frees a Rego interpreter. @note This pointer must have been allocated with ::regoNew. @param rego The interpreter to free.