pub type StdFn = fn(&mut ExecState, Args) -> Pin<Box<dyn Future<Output = Result<KclValue, KclError>> + Send + '_>>;