Macro var_stack_zeroed

Source
macro_rules! var_stack_zeroed {
    ($var_name: ident, $var_type: ty) => { ... };
}