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