pub async fn deregister_program_with_registry_program<R: RpcConnection>( rpc: &mut R, governance_authority: &Keypair, group_pda: &Pubkey, program_id_keypair: &Keypair, ) -> Result<Pubkey, RpcError>