pub type BoxedHandler<T, S> = Box<dyn Fn(&mut MMState<'_, '_, T, S>)>;
pub struct BoxedHandler<T, S>(/* private fields */);