pub async fn update_test_forester<R>( rpc: &mut R, forester_authority: &Keypair, derivation_key: &Pubkey, new_forester_authority: Option<&Keypair>, config: ForesterConfig, ) -> Result<(), RpcError>where R: RpcConnection,