pub type ResolveValueCallback = Box<dyn Fn(String) -> ResolvedValueFuture + Send + Sync>;
pub struct ResolveValueCallback(/* private fields */);