macro_rules! take_input {
    ($expr:expr, $ctx:expr) => { ... };
}