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