pub type BoxedParserFn = Box<dyn Fn(&[u8]) -> Result<Input> + Send + Sync>;
struct BoxedParserFn(/* private fields */);