pub fn native_variadic_function( name: &str, callback: impl Fn(Vec<Value>) -> Result<Value, String> + 'static, ) -> Value