macro_rules! dev_panic {
    ($msg:expr) => { ... };
    ($msg:expr, or return $result:expr) => { ... };
}