pub type CommandHandlerFn = Box<dyn Fn(RpcResponseHandler) -> bool + Send + Sync>;
Callback type for command handlers.
pub struct CommandHandlerFn(/* private fields */);