pub async fn initialize_new_group<R: Rpc>( group_seed_keypair: &Keypair, payer: &Keypair, context: &mut R, authority: Pubkey, ) -> Result<Pubkey, RpcError>