use crate::vm::value::Value; use std::error::Error; pub type PlatformFunction = fn(args: &[Value]) -> Result>;