pub type SharedExpand<T> = NativeExpand<Shared<T>>;
pub struct SharedExpand<T> { pub expand: Value, /* private fields */ }
expand: Value