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