pub type NotifyFn = Box<dyn Fn(&State, NotifierWatchStateResponder) -> bool>;
struct NotifyFn(/* private fields */);