pub fn process_set_validator_info( rpc_client: &RpcClient, config: &CliConfig<'_>, validator_info: &Value, force_keybase: bool, info_pubkey: Option<Pubkey>, compute_unit_price: Option<u64>, ) -> ProcessResult