pub type CompiledExprFn = extern "C" fn(*const f64) -> f64;Expand description
A JIT-compiled expression function pointer.
It takes a pointer to an array of variable values (*const f64),
ordered by their SymbolId values, and returns the computed float result.