pub type HookCallback = Box<dyn Fn(&HookArgs) -> bool + Sync + Send>;
Type for hook callbacks
pub struct HookCallback(/* private fields */);