pub fn register_delegate(
method: &str,
handler: impl FnMut(&mut PluginCtx, RpcRequest) -> HandlerResult + Send + 'static,
)pub fn register_delegate(
method: &str,
handler: impl FnMut(&mut PluginCtx, RpcRequest) -> HandlerResult + Send + 'static,
)