Function regorust::regoNew

source ยท
pub unsafe extern "C" fn regoNew() -> *mut regoInterpreter
Expand 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.