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