macro_rules! hook {
    ($fn_ref:path, $callback:expr) => { ... };
}