pub trait HostFunc { // Required method fn invoke(&mut self, args: &[Val], env: &mut Env<'_>) -> Option<Val>; }