macro_rules! decl_func { ($w:expr, $env:expr, $func:ident) => { ... }; ($w:expr, $env:expr, $func:ident => $new:expr) => { ... }; }
Declares the binding for a given function