NG_FREE_HOOK
#define NG_FREE_HOOK(hook) \
#define NG_FREE_HOOK(hook) do { free((hook), M_NETGRAPH_HOOK); } while (0)