macro_rules! cast {
    ($target: expr, $pat: path) => { ... };
}