Macro update_args

Source
macro_rules! update_args {
    ($args:expr, $ctx:expr, $event:expr) => { ... };
}