pub(crate) type FormatFn = Box<dyn Fn(&mut Formatter, &Record<'_>) -> Result<()> + Sync + Send>;
struct FormatFn(/* private fields */);