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