pub type DropHook<T> = Box<dyn FnOnce(&mut T, &mut Context<T>)>;
pub struct DropHook<T>(/* private fields */);