macro_rules! update_hook_ctx { ($hook:ident, $ctx:expr) => { ... }; }
Updates the context for an already-installed hook.
forge::update_hook_ctx!(my_hook, &mut new_value);