pub fn get_expression_function( config_json: &str, efunc_code: &str, ) -> Result<Value, SzConfigError>
Get an expression function by code
config_json
efunc_code
Result with the function record
Returns error if function not found or JSON is invalid