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