Macro zero_val

Source
macro_rules! zero_val {
    ($meta:ident, $objs:expr, $gcv:expr) => { ... };
}