type WeakRefNotifyData = ManuallyDrop<Pin<Box<Box<dyn FnOnce() + 'static>>>>;
#[repr(transparent)]struct WeakRefNotifyData { /* private fields */ }