macro_rules! try_unwrap_array {
    ($op_name:tt, $arr:expr) => { ... };
}