Macro pow_param

Source
macro_rules! pow_param {
    ( $min:expr, $max:expr, $power:expr ) => { ... };
}