pub type VmBuiltinFn = Rc<dyn Fn(&[VmValue], &mut String) -> Result<VmValue, VmError>>;
Sync builtin function for the VM.
pub struct VmBuiltinFn { /* private fields */ }