SetTrackingHookDeep
static void SetTrackingHookDeep(BMenu*, bool (*)(BMenu*, void*), void*);
SetTrackingHookDeep(this, NULL, NULL);
SetTrackingHookDeep(this, fBarView->MenuTrackingHook,
SetTrackingHookDeep(this, hook, &fTrackingHook);
SetTrackingHookDeep(submenu, func, state);