macro_rules! add_rpc {
    ($plugin:expr, $method:ident) => { ... };
}