pub type DynamicFunctionLoader = dyn Fn(String, Vec<Value>, usize) -> DynamicFunctionLoadFuture + Send + Sync;