pub type InspectContentFn<'a> = Box<dyn FnMut(&[u8]) + 'a>;
pub struct InspectContentFn<'a>(/* private fields */);