pub unsafe extern "C" fn regoNew() -> *mut regoInterpreterExpand description
@brief Allocates and initializes a new Rego interpreter. @note The caller is responsible for freeing the interpreter with ::regoFree. @return A pointer to the new interpreter.