macro_rules! get_param {
    ($name:expr, $default:expr) => { ... };
}