pub type BoxedCallback = Pin<Box<dyn Callback>>;
#[repr(transparent)]pub struct BoxedCallback { /* private fields */ }