macro_rules! func_object_void {
    ($id:ident, $args_range:tt, $context:ident, $args:ident -> $call:block) => { ... };
}