Macro let_definition

Source
macro_rules! let_definition {
    ($cont:ident, $a:ident, $b:ident, $c:ident) => { ... };
}