pub type WeakMapRefS<K, V> = WeakMapRef<K, V, { _ }>;
struct WeakMapRefS<K, V>(/* private fields */);