Call a Julia function with error handling

.call_julia_function(fn_name, ...)

Arguments

fn_name

Character string. Name of the Julia function to call.

...

Arguments passed to the Julia function.

Value

The result of the Julia function call.