pub(crate) type FallBackInner = Box<dyn Fn(&str, u32) -> Option<Cow<'static, [u8]>> + Send + Sync>;
struct FallBackInner(/* private fields */);