pub(crate) type HeaderCallback = Box<dyn Fn(usize) -> Box<dyn Element>>;
pub(crate) struct HeaderCallback(/* private fields */);