Macro delegate_vm

Source
macro_rules! delegate_vm {
    ($variable:expr, $function:ident($($params:tt)*)) => { ... };
}