pub fn update_group_authority<'info>(
    ctx: Context<'_, '_, '_, 'info, UpdateGroupAuthority<'info>>,
    authority: Pubkey,
) -> Result<()>