pub type CheckPassive = Box<dyn Fn(TokenStream) -> TokenStream>;
pub struct CheckPassive(/* private fields */);