macro_rules! fn_expr { ($body_stmts:expr) => { ... }; ($params:expr, $body_stmts:expr) => { ... }; }
Create a function expression with the given body statements