macro_rules! define_hook {
    (
        $($rest:tt)*
    ) => { ... };
}