pub type WeakMapRefM<K, V> = WeakMapRef<K, V, DEFAULT_SIZE>;
struct WeakMapRefM<K, V>(/* private fields */);