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