pub type DynamicFunctionLoadFuture = Pin<Box<dyn Future<Output = Option<Result<Value, RuntimeError>>>>>;
pub struct DynamicFunctionLoadFuture { /* private fields */ }